Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add logo to README header (#3)

Logo adapts to dark/light mode automatically.
Positioned top-right for consistent branding.

authored by

Guido X Jansen and committed by
GitHub
21edb8a8 746cddce

+6
+6
README.md
··· 1 + <picture> 2 + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg"> 3 + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg"> 4 + <img align="right" alt="ATgora Logo" src="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg" width="96"> 5 + </picture> 6 + 1 7 # atgora-web 2 8 3 9 **Forum frontend for ATgora**