Move a bunch of navbar links into the homepage
This commit is contained in:
parent
22b1bfae81
commit
dec63f86b2
@ -35,18 +35,26 @@
|
|||||||
<h1>Pleroma</h1>
|
<h1>Pleroma</h1>
|
||||||
<p>Federated microblogging service, similar to Twitter</p>
|
<p>Federated microblogging service, similar to Twitter</p>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
<h1>Games</h1>
|
<h1>Games</h1>
|
||||||
<div class="iconbuttoncontainer">
|
<div class="iconbuttoncontainer">
|
||||||
<a href="/minecraft" class="iconbutton">
|
<a href="/minecraft" class="iconbutton">
|
||||||
|
<i class="fa fa-gamepad"></i>
|
||||||
<h1>Minecraft</h1>
|
<h1>Minecraft</h1>
|
||||||
<p>Modded Minecraft is one of our most-common time wasters</p>
|
<p>Modded Minecraft is one of our most-common time wasters</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="/terraria" class="iconbutton">
|
<a href="/terraria" class="iconbutton">
|
||||||
|
<i class="fa fa-gamepad"></i>
|
||||||
<h1>Terraria</h1>
|
<h1>Terraria</h1>
|
||||||
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
|
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="/gmod" class="iconbutton">
|
<a href="/gmod" class="iconbutton">
|
||||||
|
<i class="fa fa-gamepad"></i>
|
||||||
<h1>Garry's Mod</h1>
|
<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>
|
<p>It's second banana to other games, but we may have a server up from time to time</p>
|
||||||
</a>
|
</a>
|
||||||
|
@ -5,16 +5,10 @@
|
|||||||
</a>
|
</a>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<ul>
|
<ul>
|
||||||
|
<a href="/"><li>Home</li></a>
|
||||||
<a href="/posts"><li>Posts</li></a>
|
<a href="/posts"><li>Posts</li></a>
|
||||||
<a href="/about" class="nomobile"><li>About</li></a>
|
<a href="/about"><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="https://monitor.9iron.club/d/b2thrkgMz/9iron-general?orgId=1"><li>Grafana</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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user