Reorganize services

This commit is contained in:
Salt 2020-09-27 16:35:53 -05:00
parent 3bdd2438bd
commit df9b6c15d8
1 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<h1>Core Services</h1>
<h1>Data Services</h1>
<div class="iconbuttoncontainer">
<a href="https://git.9iron.club" class="iconbutton">
<i class="fa fa-gitea"></i>
@ -22,23 +22,23 @@
<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 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>Secondary Services</h1>
<h1>Communication Services</h1>
<div class="iconbuttoncontainer">
<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>
<a href="https://monitor.9iron.club" class="iconbutton">
<i class="fa fa-bar-chart"></i>
<h1>Grafana</h1>
<p>Centralized statistics dashboard</p>
<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>
<h1>Games</h1>