Merge pull request 'Improve outreach information' (#3) from jared/web:feature/why-run-node into staging
All checks were successful
Deploy Pages / deploy (push) Successful in 36s

Reviewed-on: https://git.ctmesh.org/ctmesh/web/pulls/3
This commit is contained in:
2026-03-03 14:22:33 +00:00
3 changed files with 315 additions and 2 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">