mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-12-06 09:31:04 +00:00
Some changes and practice
Basically I just practiced on it and made some big updates to the site. Will be doing more and learning more soon.
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
import React from "react";
|
||||
import InstagramIcon from '@mui/icons-material/Instagram';
|
||||
import TwitterIcon from '@mui/icons-material/Twitter';
|
||||
import FacebookIcon from '@mui/icons-material/Facebook';
|
||||
import LinkedInIcon from '@mui/icons-material/LinkedIn';
|
||||
import YouTubeIcon from '@mui/icons-material/YouTube';
|
||||
import "../styles/Footer.css";
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
<div className="footer">
|
||||
<div className="socialMedia">
|
||||
<a href="https://www.instagram.com/"><InstagramIcon /> </a>
|
||||
<a href="https://twitter.com/home"><TwitterIcon /> </a>
|
||||
<a href="https://www.facebook.com/"><FacebookIcon /> </a>
|
||||
<a href="https://www.linkedin.com/"><LinkedInIcon /> </a>
|
||||
<a href="https://www.youtube.com/channel/UC3H33ordT_-qpMjUvY95ILg" target="_blank"><YouTubeIcon /> </a>
|
||||
<a href="https://twitter.com/EhChad_real" target="_blank"><TwitterIcon /> </a>
|
||||
<a href='https://www.instagram.com/chad.doty/' target="_blank"><InstagramIcon /> </a>
|
||||
</div>
|
||||
<p> © 2023 ehchadservices.com</p>
|
||||
<p> © 2024 ehchadservices.com</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, { useState } from 'react';
|
||||
import Logo from '../assets/images.png';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { Link, NavLink } from 'react-router-dom';
|
||||
import ReorderIcon from '@mui/icons-material/Reorder';
|
||||
import '../styles/Navbar.css'
|
||||
|
||||
@@ -15,7 +15,7 @@ function Navbar() {
|
||||
<div className='navbar'>
|
||||
<div className='leftSide' id={openLinks ? "open" : "close"}>
|
||||
<img src={Logo} />
|
||||
<div className='hiddenLinks'>
|
||||
<div className='hiddenLinks'>
|
||||
<Link to="/"> Home </Link>
|
||||
<Link to="/shop"> Shop </Link>
|
||||
<Link to="/about"> About </Link>
|
||||
|
||||
Reference in New Issue
Block a user