Services update

This commit is contained in:
Abhorrent_Anger 2019-01-25 02:10:52 +02:00
parent 41d2f86128
commit 17be4cb9fc
2 changed files with 40 additions and 3 deletions

View File

@ -11,14 +11,39 @@
<body>
<div id="main-container">
<div>
<image class="center" src="img/pube-logo.svg" alt="Purum Bellum logo"/>
<image class="center" src="img/pube-logo.svg" alt="PuBe"/>
</div>
<hr>
<div class="section">
<div id="services" class="section">
<h1>Services</h1>
<h2>Games</h2>
<table>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
OpenTTD
</td>
<td>
<a href="https://www.openttd.org">OpenTTD</a>
</td>
<td>
<a href="https://www.openttd.org/en/server/121357">Purum Bellum - Vanilla (Temperate 1950-2100)</a>
</td>
</tr>
</table>
<h2>Fediverse</h2>
<h2>Misc</h2>
<h2>Miscellaneous</h2>
</div>
<hr>
<div id="footer" class="section">

View File

@ -79,6 +79,16 @@ table {
margin: auto;
}
#services table {
width: 100%;
border-collapse: collapse;
}
#services td {
border: 1px solid #191919;
}
#footer table th {
font-weight: normal;
min-width: 3em;
@ -95,3 +105,5 @@ table {
#footer td {
word-wrap: break-word;
}