Move a bunch of navbar links into the homepage

This commit is contained in:
Salt 2020-08-16 06:28:22 -05:00
parent 22b1bfae81
commit dec63f86b2
2 changed files with 10 additions and 8 deletions

View File

@ -35,18 +35,26 @@
<h1>Pleroma</h1>
<p>Federated microblogging service, similar to Twitter</p>
</a>
<a href="https://monitor.9iron.club" class="iconbutton">
<i class="fa fa-bar-chart"></i>
<h1>Grafana</h1>
<p>Centralized statistics dashboard</p>
</a>
</div>
<h1>Games</h1>
<div class="iconbuttoncontainer">
<a href="/minecraft" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>Minecraft</h1>
<p>Modded Minecraft is one of our most-common time wasters</p>
</a>
<a href="/terraria" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>Terraria</h1>
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
</a>
<a href="/gmod" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>Garry's Mod</h1>
<p>It's second banana to other games, but we may have a server up from time to time</p>
</a>

View File

@ -5,16 +5,10 @@
</a>
<nav class="navbar">
<ul>
<a href="/"><li>Home</li></a>
<a href="/posts"><li>Posts</li></a>
<a href="/about" class="nomobile"><li>About</li></a>
<a href="https://git.9iron.club"><li>Gitea</li></a>
<a href="https://nc.9iron.club"><li>Nextcloud</li></a>
<a href="/matrix"><li>Matrix</li></a>
<a href="https://cowfee.moe"><li>Pleroma</li></a>
<a href="/about"><li>About</li></a>
<a href="https://monitor.9iron.club/d/b2thrkgMz/9iron-general?orgId=1"><li>Grafana</li></a>
<a href="/minecraft"><li>Minecraft</li></a>
<a href="/gmod"><li>Gmod</li></a>
<a href="/terraria"><li>Terraria</li></a>
</ul>
</nav>
</div>