Services update
This commit is contained in:
parent
41d2f86128
commit
17be4cb9fc
31
index.html
31
index.html
|
@ -11,14 +11,39 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="main-container">
|
<div id="main-container">
|
||||||
<div>
|
<div>
|
||||||
<image class="center" src="img/pube-logo.svg" alt="Purum Bellum logo"/>
|
<image class="center" src="img/pube-logo.svg" alt="PuBe"/>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="section">
|
<div id="services" class="section">
|
||||||
<h1>Services</h1>
|
<h1>Services</h1>
|
||||||
<h2>Games</h2>
|
<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>Fediverse</h2>
|
||||||
<h2>Misc</h2>
|
<h2>Miscellaneous</h2>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div id="footer" class="section">
|
<div id="footer" class="section">
|
||||||
|
|
12
pube.css
12
pube.css
|
@ -79,6 +79,16 @@ table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#services table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
|
}
|
||||||
|
#services td {
|
||||||
|
border: 1px solid #191919;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#footer table th {
|
#footer table th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
min-width: 3em;
|
min-width: 3em;
|
||||||
|
@ -95,3 +105,5 @@ table {
|
||||||
#footer td {
|
#footer td {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue