Reorganize index

This commit is contained in:
Salt 2021-01-19 21:36:51 -06:00
parent 7f1b47db1f
commit 0723dfdb30
2 changed files with 19 additions and 24 deletions

View File

@ -8,29 +8,6 @@
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="iconbuttoncontainer">
<a href="https://git.9iron.club" class="iconbutton">
<i class="fa fa-gitea"></i>
<h1>Gitea</h1>
<p>Git repository host and related services</p>
</a>
<a href="https://nc.9iron.club" class="iconbutton">
<i class="fa fa-nextcloud"></i>
<h1>Nextcloud</h1>
<p>File storage and collaboration, feed reader, task organizer, and more</p>
</a>
<a href="/matrix" class="iconbutton">
<i class="fa fa-matrix-org"></i>
<h1>Matrix</h1>
<p>Federated messaging client, more similar to Slack than Discord</p>
</a>
<a href="https://cowfee.moe" class="iconbutton">
<i class="fa fa-pleroma"></i>
<h1>Pleroma</h1>
<p>Federated microblogging service, similar to Twitter</p>
</a>
</div>
<div class="break"></div>
<div class="iconbuttoncontainer">
<a href="/minecraft" class="iconbutton">
<i class="fa fa-gamepad"></i>
@ -53,6 +30,24 @@
<p>It's second banana to other games, but we may have a server up from time to time</p>
</a>
</div>
<div class="break"></div>
<div class="iconbuttoncontainer">
<a href="https://git.9iron.club" class="iconbutton">
<i class="fa fa-gitea"></i>
<h1>Gitea</h1>
<p>Git repository host and related services</p>
</a>
<a href="https://nc.9iron.club" class="iconbutton">
<i class="fa fa-nextcloud"></i>
<h1>Nextcloud</h1>
<p>File storage and collaboration, feed reader, task organizer, and more</p>
</a>
<a href="/matrix" class="iconbutton">
<i class="fa fa-matrix-org"></i>
<h1>Matrix</h1>
<p>Federated messaging client, more similar to Slack than Discord</p>
</a>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>

View File

@ -1,4 +1,4 @@
<div class="footer">
<p>Copyright &copy 2019-<?php echo date("Y"); ?> rehashedsalt. Distributed under the terms of the MIT License.</p>
<p><a href="https://git.9iron.club/salt/www2">source</a> <a href="/">home</a></p>
<p><a href="https://git.desu.ltd/salt/9iron">source</a> <a href="/">home</a></p>
</div>