1
1
import Link from "next/link" ;
2
+ import "font-awesome/css/font-awesome.min.css" ;
2
3
3
4
const SocialButtons = ( ) => {
4
5
return (
5
6
< div className = "flex flex-row w-100 items-center justify-center md:flex-row bg-gradient-to-tr from-[#000855] to-[#690101] py-3 md:py-6" >
6
7
< div className = " hidden md9:flex flex-row items-center justify-center" >
7
- < div className = "group m-3 inline-block h-16 w-16 py-0 hover:w-52 transition-all ease-out rounded-[10px] float-left overflow-hidden cursor-pointer " >
8
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px ] group-hover:bg-[#4267B2]" >
9
- < i className = "fab fa-facebook-f text-2xl leading-[60px] transition-all ease-in- out duration-300 text-white " > </ i >
8
+ < div className = " group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 shadow-wrap overflow-hidden bg-white " >
9
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px ] group-hover:bg-[#4267B2] text-2xl transition-all ease-out duration-300 " >
10
+ < i className = "fa fa-facebook-f leading-[60px] text-white transition-all ease-out duration-300" > </ i >
10
11
</ div >
11
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px ] transition-all ease-out group-hover:text-[#4267B2] " >
12
+ < span className = "text-xl bg-white font-medium ml-5 group-hover:text-[#4267B2 ] transition-all ease-out duration-300 rounded-full " >
12
13
< Link href = "#" > Facebook</ Link >
13
14
</ span >
14
15
</ div >
15
- < div className = "group m-3 inline-block h-16 w-16 py-0 hover:w-52 transition-all ease-in- out duration-300 rounded-[10px] float-left overflow-hidden cursor-pointer " >
16
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px ] group-hover:bg-[#1DA1F2] " >
17
- < i className = "fab fa-twitter text-2xl leading-[60px] transition-all ease-out text-white " > </ i >
16
+ < div className = "group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 shadow-wrap overflow-hidden bg-white " >
17
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px ] group-hover:bg-[#1da1f2] text-2xl transition-all ease-out duration-300 " >
18
+ < i className = "fa fa-twitter text-white transition-all ease-out duration-300 " > </ i >
18
19
</ div >
19
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px ] transition-all ease-out group-hover:text-[#1DA1F2] " >
20
+ < span className = "text-xl font-medium ml-5 group-hover:text-[#1da1f2 ] transition-all ease-out duration-300 " >
20
21
< Link href = "#" > Twitter</ Link >
21
22
</ span >
22
23
</ div >
23
24
</ div >
24
- < div className = "flex flex-row items-center justify-center" >
25
- < div className = "hidden md9:block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-in- out duration-300 rounded-[10px] float-left overflow-hidden cursor-pointer " >
26
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px ] group-hover:bg-[#E1306C] " >
27
- < i className = "fab fa-instagram text-2xl leading-[60px] transition-all ease-out text-white " > </ i >
25
+ < div className = "hidden md9: flex flex-row items-center justify-center" >
26
+ < div className = "group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 bg-white shadow-wrap overflow-hidden " >
27
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px ] group-hover:bg-[#e1306c] text-2xl transition-all ease-out duration-300 " >
28
+ < i className = "fa fa-instagram text-white transition-all ease-out duration-300 " > </ i >
28
29
</ div >
29
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px ] transition-all ease-out group-hover:text-[#E1306C] " >
30
+ < span className = "text-xl font-medium ml-5 group-hover:text-[#e1306c ] transition-all ease-out duration-300 " >
30
31
< Link href = "#" > Instagram</ Link >
31
32
</ span >
32
33
</ div >
33
34
34
- < div className = "group m-3 inline-block h-16 w-16 py-0 hover:w-52 transition-all ease-in-out duration-300 rounded-[10px] float-left overflow-hidden cursor-pointer" >
35
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px] group-hover:bg-[#333]" >
36
- < i className = "fab fa-github text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
35
+ < div className = "group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 bg-white shadow-wrap overflow-hidden" >
36
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px] group-hover:bg-[#ff0000] text-2xl transition-all ease-out duration-300" >
37
+ < i className = "fa fa-youtube-play text-white transition-all ease-out duration-300" > </ i >
38
+ </ div >
39
+ < span className = "text-xl font-medium ml-5 group-hover:text-[#ff0000] transition-all ease-out duration-300" >
40
+ < Link href = "#" > YouTube</ Link >
41
+ </ span >
42
+ </ div >
43
+ </ div >
44
+ < div className = "flex flex-row items-center justify-center" >
45
+ < div className = "group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 bg-white shadow-wrap overflow-hidden" >
46
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px] group-hover:bg-[#171515] text-2xl transition-all ease-out duration-300" >
47
+ < i className = "fa fa-github text-white transition-all ease-out duration-300" > </ i >
37
48
</ div >
38
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px ] transition-all ease-out group-hover:text-[#333] " >
49
+ < span className = "text-xl font-medium ml-5 group-hover:text-[#171515 ] transition-all ease-out duration-300 " >
39
50
< a
40
51
href = "https://github.com/jsvigneshkanna"
41
52
target = "_blank"
@@ -44,21 +55,11 @@ const SocialButtons = () => {
44
55
</ a >
45
56
</ span >
46
57
</ div >
47
- </ div >
48
- < div className = "flex flex-row items-center justify-center" >
49
- < div className = " hidden md9:block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-in-out duration-300 rounded-[10px] float-left overflow-hidden cursor-pointer" >
50
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px] group-hover:bg-[#ff0000]" >
51
- < i className = "fab fa-youtube text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
52
- </ div >
53
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px] transition-all ease-out group-hover:text-[#ff0000]" >
54
- < Link href = "#" > YouTube</ Link >
55
- </ span >
56
- </ div >
57
- < div className = "group m-3 inline-block h-16 w-16 py-0 hover:w-52 transition-all ease-in-out duration-300 rounded-[10px] float-left overflow-hidden cursor-pointer" >
58
- < div className = "inline-block h-16 w-16 text-center bg-[#292825fa] transition-all ease-in-out duration-300 box-border rounded-[10px] leading-[65px] group-hover:bg-[#0A66C2]" >
59
- < i className = "fab fa-linkedin text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
58
+ < div className = "group mx-1 inline-block h-14 w-14 hover:w-48 transition-all ease-out rounded-full float-left cursor-pointer duration-300 bg-white shadow-wrap overflow-hidden" >
59
+ < div className = "inline-block h-14 w-14 text-center bg-[#292825fa] box-border rounded-full leading-[60px] group-hover:bg-[#0A66C2] text-2xl transition-all ease-out duration-300" >
60
+ < i className = "fa fa-linkedin-square text-white transition-all ease-out duration-300" > </ i >
60
61
</ div >
61
- < span className = "text-xl bg-white p-[15px] rounded-[10px] font-medium ml-2 leading-[65px ] transition-all ease-out group-hover:text-[#0A66C2] " >
62
+ < span className = "text-xl font-medium ml-5 group-hover:text-[#0A66C2 ] transition-all ease-out duration-300 " >
62
63
< a
63
64
href = "https://www.linkedin.com/in/jsvigneshkanna/"
64
65
target = "_blank"
0 commit comments