update wardrive apps, add Discord link centralized redirect, cosmetic fixes to external links
All checks were successful
Deploy Pages / deploy (push) Successful in 19s

This commit is contained in:
2026-02-10 19:02:34 -05:00
parent 0fe6f5f757
commit a7fdf8fea5
4 changed files with 6 additions and 4 deletions

1
_redirects Normal file
View File

@ -0,0 +1 @@
/discord https://discord.gg/m4F328as3K 302

View File

@ -319,7 +319,7 @@
<div class="btn-groups"> <div class="btn-groups">
<div class="section"> <div class="section">
<div class="btn-group"> <div class="btn-group">
<a href="https://discord.gg/m4F328as3K" target="_blank" class="btn btn-discord"> <a href="/discord" target="_blank" class="btn btn-discord">
<img src="discord.svg" alt="Discord" /> <img src="discord.svg" alt="Discord" />
<div class="btn-text"> <div class="btn-text">
Join our Discord Join our Discord

View File

@ -161,11 +161,11 @@
display: inline-block; display: inline-block;
width: 12px; width: 12px;
height: 12px; height: 12px;
margin-left: 3px;
vertical-align: middle; vertical-align: middle;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center;
background-size: contain; background-size: contain;
opacity: 0.4; opacity: 0.4;
text-decoration: underline;
} }
.btn[target="_blank"]::after, .btn[target="_blank"]::after,
.copy-btn::after, .copy-btn::after,
@ -221,7 +221,8 @@
<p><em>These tools use data reported to our MQTT server by nodes across the state.</em></p> <p><em>These tools use data reported to our MQTT server by nodes across the state.</em></p>
<ul> <ul>
<li><a href="https://meshcore-map.ctmesh.org/" target="_blank">MeshCore Map</a> <strong>NEW!</strong> - live map showing MeshCore nodes</li> <li><a href="https://meshcore-map.ctmesh.org/" target="_blank">MeshCore Map</a> <strong>NEW!</strong> - live map showing MeshCore nodes</li>
<li><a href="https://meshcore-wardrive.ctmesh.org/" target="_blank">MeshCore Wardriving Map</a> <strong>NEW!</strong> - coverage maps for MeshCore. <em>Note: a new app is in testing and may supersede this.</em></li> <li><a href="https://bdl.meshmapper.net/" target="_blank">MeshMapper</a> <strong>NEW!</strong> coverage maps for MeshCore. Contribute to the map via apps coming soon!</li>
<li><a href="https://meshcore-wardrive.ctmesh.org/" target="_blank">Wardrive Map</a> - coverage maps for MeshCore. <em>Note: MeshMapper is in testing and is replacing this soon.</em></li>
<li><a href="https://meshcore-wardrive.ctmesh.org/wardrive" target="_blank">Wardrive Contribution</a> - upload your wardrive data to improve coverage maps</li> <li><a href="https://meshcore-wardrive.ctmesh.org/wardrive" target="_blank">Wardrive Contribution</a> - upload your wardrive data to improve coverage maps</li>
</ul> </ul>
</div> </div>

View File

@ -176,11 +176,11 @@
display: inline-block; display: inline-block;
width: 12px; width: 12px;
height: 12px; height: 12px;
margin-left: 3px;
vertical-align: middle; vertical-align: middle;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center;
background-size: contain; background-size: contain;
opacity: 0.4; opacity: 0.4;
text-decoration: underline;
} }
.btn[target="_blank"]::after, .btn[target="_blank"]::after,
.copy-btn::after, .copy-btn::after,