Added service thumbnails
This commit is contained in:
parent
17be4cb9fc
commit
63b7684bed
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 563 B |
Binary file not shown.
After Width: | Height: | Size: 885 B |
Binary file not shown.
After Width: | Height: | Size: 922 B |
56
index.html
56
index.html
|
@ -11,7 +11,9 @@
|
|||
<body>
|
||||
<div id="main-container">
|
||||
<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>
|
||||
<hr>
|
||||
<div id="services" class="section">
|
||||
|
@ -20,30 +22,44 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="img/thumb/openttd.png" alt=" "/>
|
||||
</td>
|
||||
|
||||
<th>
|
||||
<a href="https://www.openttd.org">OpenTTD</a>
|
||||
</th>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
||||
<a href="https://www.openttd.org/en/server/121357">Purum Bellum - Vanilla (Temperate 1950-2100)</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
OpenTTD
|
||||
<img src="img/thumb/zdaemon.png" alt=" "/>
|
||||
</td>
|
||||
<th>
|
||||
<a href="https://www.zdaemon.org/">ZDaemon</a>
|
||||
</th>
|
||||
</a>
|
||||
<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>
|
||||
<a href="zds://192.168.2.1:10669">Purum Bellum - Horde2 Coop (2014)</a>
|
||||
<a href="zds://192.168.2.1:10666">Purum Bellum - RJ Nonsense</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Fediverse</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>
|
||||
<hr>
|
||||
<div id="footer" class="section">
|
||||
|
@ -72,6 +88,22 @@
|
|||
pube6666k6afaa4j.onion
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
EM:
|
||||
</th>
|
||||
<td>
|
||||
<a>purumbellum</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
UT:
|
||||
</th>
|
||||
<td>
|
||||
465 days
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
|
|
9
pube.css
9
pube.css
|
@ -17,7 +17,6 @@ body
|
|||
background-color: #151515;
|
||||
margin: auto;
|
||||
max-width: 960px;
|
||||
min-width: 320px;
|
||||
margin-top: 0px;
|
||||
height: 100%;
|
||||
box-shadow: 0px 0px 10px #0d0d0d;
|
||||
|
@ -89,6 +88,14 @@ table {
|
|||
|
||||
}
|
||||
|
||||
#services td:first-child {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#services a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#footer table th {
|
||||
font-weight: normal;
|
||||
min-width: 3em;
|
||||
|
|
Loading…
Reference in New Issue