Skip to content

Commit c11a4ed

Browse files
sinelawclaude
andcommitted
Add Discord link to homepage and improve mobile nav
- Add Discord button to navigation bar and footer - Download and add official Discord icon - Hide version badge in mobile view for cleaner header Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a6a2033 commit c11a4ed

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

homepage/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,10 @@
767767
font-size: 0.8rem;
768768
}
769769

770+
#version-badge {
771+
display: none;
772+
}
773+
770774
.footer-links {
771775
flex-wrap: wrap;
772776
gap: 16px 24px;
@@ -898,6 +902,10 @@
898902
<a href="#install">Install</a>
899903
<a href="docs/">Docs</a>
900904
<a href="https://github.com/sinelaw/fresh/blob/master/CHANGELOG.md" target="_blank">Changelog</a>
905+
<a href="https://discord.gg/qUutBj9t" target="_blank" class="btn-github">
906+
<img src="public/discord-icon.svg" alt="Discord" width="16" height="16">
907+
Discord
908+
</a>
901909
<a href="https://github.com/sinelaw/fresh" target="_blank" class="btn-github">
902910
<img src="public/github-icon.svg" alt="GitHub" width="16" height="16">
903911
GitHub
@@ -1218,6 +1226,7 @@ <h2>What People Are Saying</h2>
12181226
<footer>
12191227
<div class="footer-links">
12201228
<a href="https://github.com/sinelaw/fresh" target="_blank">GitHub</a>
1229+
<a href="https://discord.gg/qUutBj9t" target="_blank">Discord</a>
12211230
<a href="docs/">Documentation</a>
12221231
<a href="https://github.com/sinelaw/fresh/releases" target="_blank">Releases</a>
12231232
<a href="https://github.com/sinelaw/fresh/blob/master/CHANGELOG.md" target="_blank">Changelog</a>

homepage/public/discord-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)