From 81d36787171da30ab82ade816f0b86a1fe933436 Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Mon, 7 Apr 2025 20:46:45 -0700 Subject: [PATCH] dead links --- index.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f4b8679..81b3e13 100644 --- a/index.html +++ b/index.html @@ -140,6 +140,18 @@ DEALINGS IN THE SOFTWARE. text-transform: uppercase; letter-spacing: 1px; } + .dead-link { + padding: 12px 0; + background: #00000080; + color: #606060; + text-decoration: none; + border: 2px solid #606060; + border-radius: 4px; + font-weight: bold; + transition: all 0.3s ease; + text-transform: uppercase; + letter-spacing: 1px; + } .link:hover { background: #C0C0C040; @@ -187,10 +199,10 @@ DEALINGS IN THE SOFTWARE. </div> <div class="links"> - <a href="#" class="link">Submit Map</a> - <a href="#" class="link">Browse Maps</a> - <a href="#" class="link">Leaderboards</a> - <a href="#" class="link">Tutorials</a> + <a href="#" class="dead-link">Submit Map</a> + <a href="#" class="dead-link">Browse Maps</a> + <a href="#" class="dead-link">Leaderboards</a> + <a href="#" class="dead-link">Tutorials</a> <a href="https://wiki.strafes.net" class="link">Wiki</a> <a href="https://discord.gg/Fw8E75X" class="link">Discord</a> </div>