1
0
forked from ctmesh/web

Several improvements to the webpage with updated resources

This commit is contained in:
2026-02-07 10:37:32 -05:00
parent 6bb9a1e7ec
commit 542f6d8e3f
4 changed files with 596 additions and 39 deletions

View File

@ -145,7 +145,7 @@
.btn-group {
display: flex;
gap: 1em;
flex-wrap: nowrap;
flex-wrap: wrap;
justify-content: center;
}
.btn-groups {
@ -153,6 +153,18 @@
flex-direction: column;
gap: 1em;
}
.section-title {
margin: 0.5em 0 0;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #2C2D3C;
}
.section {
display: flex;
flex-direction: column;
gap: 0.75em;
}
.btn-small {
display: inline-block;
margin-top: 0.5em;
@ -207,6 +219,9 @@
flex-direction: column;
align-items: center;
}
.section-title {
text-align: center;
}
.btn {
width: 100%;
justify-content: center;
@ -251,44 +266,89 @@
</div>
</div>
<div class="btn-groups">
<div class="btn-group">
<a href="https://malla.ctmesh.org/" target="_blank" class="btn">
<img src="info.svg" alt="Info Icon" />
<div class="btn-text">
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=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 class="section">
<div class="btn-group">
<a href="https://discord.gg/m4F328as3K" target="_blank" class="btn">
<img src="discord.svg" alt="Discord Icon" />
<div class="btn-text">
Discord
<small>Join the community</small>
</div>
</a>
</div>
</div>
<div class="btn-group">
<a href="https://discord.gg/m4F328as3K" target="_blank" class="btn">
<img src="discord.svg" alt="Discord Icon" />
<div class="btn-text">
Discord
<small>Join the community</small>
</div>
</a>
<a href="https://meshtastic.org/" target="_blank" class="btn">
<img src="meshtastic.svg" alt="Meshtastic Icon" />
<div class="btn-text">
Meshtastic
<small>Learn more!</small>
</div>
</a>
<div class="section">
<p class="section-title">Meshtastic</p>
<div class="btn-group">
<a href="https://meshtastic.org/" target="_blank" class="btn">
<img src="meshtastic.svg" alt="Meshtastic Icon" />
<div class="btn-text">
Meshtastic
<small>Learn more!</small>
</div>
</a>
<a href="https://malla.ctmesh.org/" target="_blank" class="btn">
<img src="info.svg" alt="Info Icon" />
<div class="btn-text">
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=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>
<a href="resources.html" class="btn">
<img src="info.svg" alt="Info Icon" />
<div class="btn-text">
Meshtastic Resources
<small>Channels, MQTT, tools</small>
</div>
</a>
</div>
</div>
<div class="section">
<p class="section-title">MeshCore</p>
<div class="btn-group">
<a href="https://meshcore.co.uk/" target="_blank" class="btn">
<img src="meshcore.svg" alt="MeshCore Logo" />
<div class="btn-text">
MeshCore
<small>Project website</small>
</div>
</a>
<a href="https://meshcore-map.ctmesh.org/" target="_blank" class="btn">
<img src="map.svg" alt="Map Icon" />
<div class="btn-text">
MeshCore Map
<small>Live node map</small>
</div>
</a>
<a href="https://meshcore-wardrive.ctmesh.org/" target="_blank" class="btn">
<img src="map.svg" alt="Map Icon" />
<div class="btn-text">
MeshCore Wardrive
<small>Coverage maps</small>
</div>
</a>
<a href="meshcore-resources.html" class="btn">
<img src="info.svg" alt="Info Icon" />
<div class="btn-text">
MeshCore Resources
<small>Tools and maps</small>
</div>
</a>
</div>
</div>
</div>
<footer class="site-footer">
@ -297,4 +357,4 @@
</footer>
</div>
</body>
</html>
</html>