Added service thumbnails

This commit is contained in:
Abhorrent_Anger 2019-01-25 19:44:12 +02:00
parent 17be4cb9fc
commit 63b7684bed
6 changed files with 52 additions and 13 deletions

BIN
docs/thumbnails.kra Normal file

Binary file not shown.

BIN
img/thumb/gitlab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

BIN
img/thumb/openttd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

BIN
img/thumb/zdaemon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 B

View File

@ -11,7 +11,9 @@
<body> <body>
<div id="main-container"> <div id="main-container">
<div> <div>
<image class="center" src="img/pube-logo.svg" alt="PuBe"/> <svg class="center" width="128" height="64">
<image xlink:href="img/pube-logo.svg" src="img/pube-logo.png" alt="PuBe"/>
</svg>
</div> </div>
<hr> <hr>
<div id="services" class="section"> <div id="services" class="section">
@ -20,30 +22,44 @@
<table> <table>
<tr> <tr>
<td> <td>
<img src="img/thumb/openttd.png" alt=" "/>
</td> </td>
<th>
<a href="https://www.openttd.org">OpenTTD</a>
</th>
<td> <td>
<a href="https://www.openttd.org/en/server/121357">Purum Bellum - Vanilla (Temperate 1950-2100)</a>
</td>
<td>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
OpenTTD <img src="img/thumb/zdaemon.png" alt=" "/>
</td> </td>
<th>
<a href="https://www.zdaemon.org/">ZDaemon</a>
</th>
</a>
<td> <td>
<a href="https://www.openttd.org">OpenTTD</a> <a href="zds://192.168.2.1:10669">Purum Bellum - Horde2 Coop (2014)</a>
</td> <a href="zds://192.168.2.1:10666">Purum Bellum - RJ Nonsense</a>
<td>
<a href="https://www.openttd.org/en/server/121357">Purum Bellum - Vanilla (Temperate 1950-2100)</a>
</td> </td>
</tr> </tr>
</table> </table>
<h2>Fediverse</h2> <h2>Fediverse</h2>
<h2>Miscellaneous</h2> <h2>Miscellaneous</h2>
<table>
<tr>
<td>
<img src="img/thumb/off_openttd.png" alt=" "/>
</td>
<th>
<a href="https://www.openttd.org">OpenTTD</a>
</th>
<td>
<a href="https://www.openttd.org/en/server/121357">Purum Bellum - Vanilla (Temperate 1950-2100)</a>
</td>
</tr>
</table>
</div> </div>
<hr> <hr>
<div id="footer" class="section"> <div id="footer" class="section">
@ -72,6 +88,22 @@
pube6666k6afaa4j.onion pube6666k6afaa4j.onion
</td> </td>
</tr> </tr>
<tr>
<th>
EM:
</th>
<td>
<a>purumbellum</a>
</td>
</tr>
<tr>
<th>
UT:
</th>
<td>
465 days
</td>
</tr>
</table> </table>
<table> <table>
<tr> <tr>

View File

@ -17,7 +17,6 @@ body
background-color: #151515; background-color: #151515;
margin: auto; margin: auto;
max-width: 960px; max-width: 960px;
min-width: 320px;
margin-top: 0px; margin-top: 0px;
height: 100%; height: 100%;
box-shadow: 0px 0px 10px #0d0d0d; box-shadow: 0px 0px 10px #0d0d0d;
@ -89,6 +88,14 @@ table {
} }
#services td:first-child {
width: 16px;
}
#services a {
display: block;
}
#footer table th { #footer table th {
font-weight: normal; font-weight: normal;
min-width: 3em; min-width: 3em;