Swap out MeshInfo for Malla, rework button text, add helpful subtext, remove Meshtastic main discord
All checks were successful
Deploy Pages / deploy (push) Successful in 35s

This commit is contained in:
2025-10-09 20:03:51 +00:00
parent 7ce644373d
commit 6bb9a1e7ec

View File

@ -252,22 +252,25 @@
</div>
<div class="btn-groups">
<div class="btn-group">
<a href="https://meshinfo.ctmesh.org/" target="_blank" class="btn">
<a href="https://malla.ctmesh.org/" target="_blank" class="btn">
<img src="info.svg" alt="Info Icon" />
<div class="btn-text">
MeshInfo
Web Dashboard
<small>Network metrics & analytics</small>
</div>
</a>
<a href="https://map.ctmesh.org/?lat=41.734429390721&lng=287.3501586914063&zoom=10" target="_blank" class="btn">
<img src="map.svg" alt="Map Icon" />
<div class="btn-text">
CT Map
<small>Nodes seen by CT Mesh</small>
</div>
</a>
<a href="https://meshtastic.liamcottle.net/?lat=41.734429390721&lng=287.3501586914063&zoom=10" target="_blank" class="btn">
<a href="https://meshtastic.liamcottle.net/?lat=26.58852714730864&lng=285.11718750000006&zoom=2" target="_blank" class="btn">
<img src="globe.svg" alt="Globe Icon" />
<div class="btn-text">
Global Map
<small>Nodes around the world</small>
</div>
</a>
</div>
@ -275,14 +278,15 @@
<a href="https://discord.gg/m4F328as3K" target="_blank" class="btn">
<img src="discord.svg" alt="Discord Icon" />
<div class="btn-text">
CT Mesh Community
Discord
<small>Join the community</small>
</div>
</a>
<a href="https://discord.gg/meshtastic" target="_blank" class="btn">
<img src="discord.svg" alt="Discord Icon" />
<a href="https://meshtastic.org/" target="_blank" class="btn">
<img src="meshtastic.svg" alt="Meshtastic Icon" />
<div class="btn-text">
Meshtastic
<small>US - Connecticut topic</small>
<small>Learn more!</small>
</div>
</a>
</div>