1
0
forked from ctmesh/web

Improve outreach information

This commit is contained in:
2026-03-02 22:33:17 -05:00
parent 9f910b2c1e
commit 04a1af17cd
2 changed files with 307 additions and 1 deletions

View File

@ -165,6 +165,11 @@
background-color: #2B3A4E;
color: #ffffff;
}
.btn-learn,
.btn-learn:visited {
background-color: #FFB347;
color: #1F2230;
}
.btn-meshcore img {
filter: brightness(0) invert(1);
}
@ -319,13 +324,20 @@
<div class="btn-groups">
<div class="section">
<div class="btn-group">
<a href="/discord" target="_blank" class="btn btn-discord">
<a href="https://ctmesh.org/discord" target="_blank" class="btn btn-discord">
<img src="discord.svg" alt="Discord" />
<div class="btn-text">
Join our Discord
<small>Chat with the community</small>
</div>
</a>
<a href="why-run-a-node.html" class="btn btn-learn">
<img src="info.svg" alt="Learn about mesh networking" />
<div class="btn-text">
Why Mesh Matters
<small>Learn about the mesh!</small>
</div>
</a>
</div>
</div>
<div class="section">