Reorganize index
This commit is contained in:
parent
7f1b47db1f
commit
0723dfdb30
41
index.php
41
index.php
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="footer">
|
||||
<p>Copyright © 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>
|
||||
|
Loading…
Reference in New Issue
Block a user