diff --git a/README.md b/README.md index c722eb7..e37f828 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Resonate Website +[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?logo=youtube)](https://www.youtube.com/@AOSSIE-Org) + The official landing page for **Resonate** - an Open Source social voice platform maintained by [AOSSIE](https://aossie.org). ## About Resonate @@ -88,6 +90,11 @@ app/ └── globals.css # Global styles ``` +## 🌐 Connect With Us + +Stay updated with our latest news and videos: +- ▶️ **YouTube**: [Subscribe to AOSSIE](https://www.youtube.com/@AOSSIE-Org) + ## 🤝 Contributing We welcome contributions! Please see the [AOSSIE contribution guidelines](https://github.com/AOSSIE/.github/blob/main/CONTRIBUTING.md) for more details. diff --git a/app/components/About/About.jsx b/app/components/About/About.jsx index 1e9a4ab..7935747 100644 --- a/app/components/About/About.jsx +++ b/app/components/About/About.jsx @@ -1,7 +1,7 @@ import "./About.css"; import AossieLogo from "../../assets/aossie_logo.png"; import { SiGitlab } from "react-icons/si"; -import { FaEnvelope, FaGithub, FaDiscord } from "react-icons/fa"; +import { FaEnvelope, FaGithub, FaDiscord, FaYoutube } from "react-icons/fa"; import { BsTwitterX } from "react-icons/bs"; const About = () => { @@ -39,10 +39,19 @@ const About = () => { + + + + ); }; diff --git a/app/components/Layout/Footer/index.jsx b/app/components/Layout/Footer/index.jsx index c4be0e1..5d32efb 100644 --- a/app/components/Layout/Footer/index.jsx +++ b/app/components/Layout/Footer/index.jsx @@ -1,6 +1,6 @@ import React from "react"; import "./Footer.css"; -import { FaLinkedinIn, FaGithub } from "react-icons/fa"; +import { FaLinkedinIn, FaGithub, FaYoutube } from "react-icons/fa"; import { BsTwitterX } from "react-icons/bs"; const Footer = () => { @@ -35,6 +35,14 @@ const Footer = () => { > + + +