mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-09 05:51:36 +00:00
123
This commit is contained in:
@@ -2,15 +2,17 @@ import React from "react";
|
||||
import InstagramIcon from '@mui/icons-material/Instagram';
|
||||
import TwitterIcon from '@mui/icons-material/Twitter';
|
||||
import YouTubeIcon from '@mui/icons-material/YouTube';
|
||||
import GitHubIcon from "@mui/icons-material/GitHub";
|
||||
import "../styles/Footer.css";
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
<div className="footer">
|
||||
<div className="socialMedia">
|
||||
<a href="https://youtube.com/@ehchadreal?si=NS8Fk9PWINFnBCF0" target="_blank" rel="noreferrer"><YouTubeIcon /> </a>
|
||||
<a href='https://github.com/DevEhChad' target="_blank" rel="noreferrer"><GitHubIcon /> </a>
|
||||
<a href="https://twitter.com/EhChad_real" target="_blank" rel="noreferrer"><TwitterIcon /> </a>
|
||||
<a href='https://www.instagram.com/chad.doty/' target="_blank" rel="noreferrer"><InstagramIcon /> </a>
|
||||
<a href="https://youtube.com/@ehchadreal?si=NS8Fk9PWINFnBCF0" target="_blank" rel="noreferrer"><YouTubeIcon /> </a>
|
||||
</div>
|
||||
<p> © 2024 ehchadservices.com</p>
|
||||
</div>
|
||||
|
||||
@@ -17,6 +17,7 @@ function Navbar() {
|
||||
<img src={Logo} />
|
||||
<div className='hiddenLinks'>
|
||||
<NavLink to="/"> Home </NavLink>
|
||||
<NavLink to="/applications"> Apps </NavLink>
|
||||
<NavLink to="/socials"> Socials </NavLink>
|
||||
<NavLink to="/about"> About </NavLink>
|
||||
{/* <NavLink to="/contact"> Contact </NavLink> */}
|
||||
@@ -24,6 +25,7 @@ function Navbar() {
|
||||
</div>
|
||||
<div className='rightSide'>
|
||||
<NavLink to="/"> Home </NavLink>
|
||||
<NavLink to="/applications"> Apps </NavLink>
|
||||
<NavLink to="/socials"> Socials </NavLink>
|
||||
<NavLink to="/about"> About </NavLink>
|
||||
{/* <NavLink to="/contact"> Contact </NavLink> */}
|
||||
|
||||
Reference in New Issue
Block a user