diff --git a/Contributing/README.md b/Contributing/README.md index a2532bf..40600c1 100644 --- a/Contributing/README.md +++ b/Contributing/README.md @@ -60,3 +60,10 @@ Welcome to the FarmRuler project! We appreciate your contributions. Please add y - **LinkedIn:** [LinkedIn Profile](https://www.linkedin.com/in/hamzathul) - **Info:** Enthusiastic full Stack developer with a strong interest and passion for coding. +### Photo +**Name:** [Adarsh Upadhyay](https://github.com/Tony-ArtZ) + +- **GitHub:** [GitHub Profile](https://github.com/Tony-ArtZ) +- **LinkedIn:** [LinkedIn Profile](https://www.linkedin.com/in/adarsh-upadhyay-8b8a55232/) +- **Info:** Aspiring full stack developer with a knack for game dev and art + diff --git a/app/components/Footer.js b/app/components/Footer.js index d74416d..3764d0c 100644 --- a/app/components/Footer.js +++ b/app/components/Footer.js @@ -1,41 +1,89 @@ -import React from 'react'; -import { FaFacebook, FaTwitter, FaInstagram, FaLinkedin } from 'react-icons/fa'; +import { + FaFacebook, + FaTwitter, + FaInstagram, + FaLinkedin, + FaLeaf, + FaEnvelope, +} from "react-icons/fa"; const Footer = () => { - return ( - + ); }; -export default Footer; \ No newline at end of file +export default Footer;