Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down
16 changes: 16 additions & 0 deletions app/components/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ const About = () => {
<a href="https://x.com/aossie_org">
<BsTwitterX />
</a>
<a
href="https://www.youtube.com/@AOSSIE-Org"
target="_blank"
rel="noopener noreferrer"
aria-label="YouTube"
>
<svg
viewBox="0 0 576 512"
height="1em"
width="1em"
fill="currentColor"
stroke="currentColor"
>
<path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.781 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
</svg>
</a>
</div>
</div>
</div>
Expand Down