11import { FaMedium , FaSquareXTwitter } from "react-icons/fa6" ;
2+ import { IoNewspaperOutline } from "react-icons/io5" ;
3+
24import {
35 FaGithub ,
46 FaLinkedinIn ,
5- FaTwitter ,
6- FaDev ,
77 FaInstagram ,
88 FaMailBulk
99} from "react-icons/fa" ;
@@ -12,52 +12,80 @@ import Link from "next/link";
1212export default function Footer ( ) {
1313 return (
1414 < div className = "flex bg-black xl:justify-end lg:justify-end md:justify-end xl:pr-8 lg:pr-8 md:pr-8 space-x-8 pt-6 pr-0 justify-center" >
15- < Link
16- href = "https://github.com/lassiecoder"
17- target = "_blank"
18- rel = "noopener noreferrer"
19- >
20- { /* <FaGithub size="1.5em" /> */ }
21- < FaGithub className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
22- </ Link >
23- < Link
24- href = "https://www.linkedin.com/in/priyanka-s-b79401142/"
25- target = "_blank"
26- rel = "noopener noreferrer"
27- >
28- < FaLinkedinIn className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
29- </ Link >
30- < Link
31- href = "https://twitter.com/lassiecoder"
32- target = "_blank"
33- rel = "noopener noreferrer"
34- >
35- < FaSquareXTwitter className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
36- </ Link >
37- < Link
38- href = "https://medium.com/@sharmapriyanka84510"
39- target = "_blank"
40- rel = "noopener noreferrer"
41- >
42- < FaMedium className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
43- </ Link >
44- < Link
45- href = "https://dev.to/lassiecoder"
46- target = "_blank"
47- rel = "noopener noreferrer"
48- >
49- < FaDev className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
50- </ Link >
51- < Link
52- href = "https://instagram.com/lassiecoder"
53- target = "_blank"
54- rel = "noopener noreferrer"
55- >
56- < FaInstagram className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
57- </ Link >
58- < Link href = "mailto:[email protected] " > 59- < FaMailBulk className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
60- </ Link >
15+ < div className = "relative group" >
16+ < Link
17+ href = "https://github.com/lassiecoder"
18+ target = "_blank"
19+ rel = "noopener noreferrer"
20+ >
21+ { /* <FaGithub size="1.5em" /> */ }
22+ < FaGithub className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
23+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
24+ GitHub
25+ </ span >
26+ </ Link >
27+ </ div >
28+
29+ < div className = "relative group" >
30+ < Link
31+ href = "https://www.linkedin.com/in/priyanka-s-b79401142/"
32+ target = "_blank"
33+ rel = "noopener noreferrer"
34+ >
35+ < FaLinkedinIn className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
36+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
37+ LinkedIn
38+ </ span >
39+ </ Link >
40+ </ div >
41+
42+ < div className = "relative group" >
43+ < Link
44+ href = "https://techscoop.hashnode.dev"
45+ target = "_blank"
46+ rel = "noopener noreferrer"
47+ >
48+ < IoNewspaperOutline className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
49+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
50+ Newsletter
51+ </ span >
52+ </ Link >
53+ </ div >
54+
55+ < div className = "relative group" >
56+ < Link
57+ href = "https://twitter.com/lassiecoder"
58+ target = "_blank"
59+ rel = "noopener noreferrer"
60+ >
61+ < FaSquareXTwitter className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
62+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
63+ Twitter
64+ </ span >
65+ </ Link >
66+ </ div >
67+
68+ < div className = "relative group" >
69+ < Link
70+ href = "https://instagram.com/lassiecoder"
71+ target = "_blank"
72+ rel = "noopener noreferrer"
73+ >
74+ < FaInstagram className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
75+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
76+ Instagram
77+ </ span >
78+ </ Link >
79+ </ div >
80+
81+ < div className = "relative group" >
82+ < Link href = "mailto:[email protected] " > 83+ < FaMailBulk className = "text-white hover:text-gray-300 transition-colors duration-200 sm:text-xl lg:text-2xl" />
84+ < span className = "absolute left-1/2 transform -translate-x-1/2 mt-2 bg-black text-white text-sm rounded px-2 py-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200" >
85+ Mail
86+ </ span >
87+ </ Link >
88+ </ div >
6189 </ div >
6290 ) ;
6391}
0 commit comments