|
1 | | -import Link from 'next/link'; |
2 | | -import React from 'react'; |
3 | | -import { AiFillGithub, AiFillInstagram, AiFillLinkedin, AiFillFacebook } from 'react-icons/ai'; |
4 | | -import { DiCssdeck } from 'react-icons/di'; |
| 1 | +import Link from "next/link"; |
| 2 | +import React from "react"; |
| 3 | +import { AiFillGithub, AiFillInstagram, AiFillLinkedin, AiFillFacebook, } from "react-icons/ai"; |
| 4 | +import { DiCssdeck } from "react-icons/di"; |
| 5 | +import { SiGooglescholar } from "react-icons/si"; |
| 6 | +// import { FaGoogleScholar } from "react-icons/fa6"; |
5 | 7 |
|
6 | | -import { Container, Div1, Div2, Div3, NavLink, SocialIcons, Span } from './HeaderStyles'; |
| 8 | +import { Container, Div1, Div2, Div3, NavLink, SocialIcons, Span } from "./HeaderStyles"; |
7 | 9 |
|
8 | 10 | const Header = () => ( |
9 | | - <Container> |
10 | | - <Div1> |
11 | | - <Link href="/"> |
12 | | - <a style={{ display: 'flex', alignItems: 'center', color: 'white', marginBottom:'20px' }}> |
13 | | - <DiCssdeck size="3rem" /> <Span>DevShafi</Span> |
14 | | - </a> |
15 | | - </Link> |
16 | | - </Div1> |
17 | | - <Div2> |
18 | | - <li> |
19 | | - <Link href='#projects'> |
20 | | - <NavLink> |
21 | | - Projects |
22 | | - </NavLink> |
23 | | - </Link> |
24 | | - </li> |
25 | | - <li> |
26 | | - <Link href='#tech'> |
27 | | - <NavLink> |
28 | | - Technologies |
29 | | - </NavLink> |
30 | | - </Link> |
31 | | - </li> |
32 | | - <li> |
33 | | - <Link href='#about'> |
34 | | - <NavLink> |
35 | | - About |
36 | | - </NavLink> |
37 | | - </Link> |
38 | | - </li> |
39 | | - </Div2> |
40 | | - <Div3> |
41 | | - <SocialIcons href='https://github.com/devshafi' target='_blank'> |
42 | | - <AiFillGithub size='3rem' /> |
43 | | - </SocialIcons> |
44 | | - <SocialIcons href='https://www.linkedin.com/in/fozle-rabbi-shafi-07841511a/' target='_blank'> |
45 | | - <AiFillLinkedin size='3rem' /> |
46 | | - </SocialIcons> |
47 | | - <SocialIcons href='https://www.facebook.com/frshafi' target='_blank'> |
48 | | - <AiFillFacebook size='3rem' /> |
49 | | - </SocialIcons> |
50 | | - </Div3> |
51 | | - </Container> |
| 11 | + <Container> |
| 12 | + <Div1> |
| 13 | + <Link href="/"> |
| 14 | + <a style={{ display: "flex", alignItems: "center", color: "white", marginBottom: "20px" }}> |
| 15 | + <DiCssdeck size="3rem" /> <Span>DevShafi</Span> |
| 16 | + </a> |
| 17 | + </Link> |
| 18 | + </Div1> |
| 19 | + <Div2> |
| 20 | + <li> |
| 21 | + <Link href="#projects"> |
| 22 | + <NavLink>Projects</NavLink> |
| 23 | + </Link> |
| 24 | + </li> |
| 25 | + <li> |
| 26 | + <Link href="#tech"> |
| 27 | + <NavLink>Technologies</NavLink> |
| 28 | + </Link> |
| 29 | + </li> |
| 30 | + <li> |
| 31 | + <Link href="#about"> |
| 32 | + <NavLink>About</NavLink> |
| 33 | + </Link> |
| 34 | + </li> |
| 35 | + </Div2> |
| 36 | + <Div3> |
| 37 | + <SocialIcons href="https://www.facebook.com/frshafi" target="_blank"> |
| 38 | + <SiGooglescholar size="3rem" /> |
| 39 | + </SocialIcons> |
| 40 | + <SocialIcons href="https://github.com/devshafi" target="_blank"> |
| 41 | + <AiFillGithub size="3rem" /> |
| 42 | + </SocialIcons> |
| 43 | + <SocialIcons href="https://www.linkedin.com/in/fozle-rabbi-shafi-07841511a/" target="_blank"> |
| 44 | + <AiFillLinkedin size="3rem" /> |
| 45 | + </SocialIcons> |
| 46 | + </Div3> |
| 47 | + </Container> |
52 | 48 | ); |
53 | 49 |
|
54 | 50 | export default Header; |
0 commit comments