mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user