|
|
@ -1,10 +1,9 @@ |
|
|
|
import React, { useState, useEffect } from "react"; |
|
|
|
import { Container, Nav, Navbar } from "react-bootstrap"; |
|
|
|
import logo from "../assets/img/logo.svg"; |
|
|
|
import navIcon1 from "../assets/img/nav-icon1.svg"; |
|
|
|
import navIcon2 from "../assets/img/nav-icon2.svg"; |
|
|
|
import navIcon3 from "../assets/img/nav-icon3.svg"; |
|
|
|
|
|
|
|
import navIcon from "../assets/img/github.svg"; |
|
|
|
import linkedin from "../assets/img/linkedln.svg" |
|
|
|
const NavBar = () => { |
|
|
|
const [activeLink, setActiveLink] = useState("home"); |
|
|
|
const [scrolled, setScrolled] = useState(false); |
|
|
@ -68,14 +67,11 @@ const NavBar = () => { |
|
|
|
</Nav> |
|
|
|
<span className="navbar-text"> |
|
|
|
<div className="social-icon"> |
|
|
|
<a href="#"> |
|
|
|
<img src={navIcon1} alt="Social Icon 1" /> |
|
|
|
<a href="https://github.com/khang2005"> |
|
|
|
<img src={navIcon} alt="github Icon" /> |
|
|
|
</a> |
|
|
|
<a href="#"> |
|
|
|
<img src={navIcon2} alt="Social Icon 2" /> |
|
|
|
</a> |
|
|
|
<a href="#"> |
|
|
|
<img src={navIcon3} alt="Social Icon 3" /> |
|
|
|
<a href="https://www.linkedin.com/in/khang-tran-4ba6b3285/"> |
|
|
|
<img src={linkedin} alt="linkedin Icon" /> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<button className="vvd" onClick={() => console.log("connect")}> |
|
|
|