fixed typo, added pfp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<head>av
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>N0ids Site</title>
|
||||
</head>
|
||||
@@ -22,9 +22,13 @@
|
||||
<p>Here some links where you can find other stuff which i eiher selfhost or use:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Fediverse Instance:</td>
|
||||
<td>Fediverse:</td>
|
||||
<td><a href="https://a.n0id.space">a.n0id.space<a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wanderer:</td>
|
||||
<td><a href="https://irl.n0id.space/profile/@rick">irl.n0id.space/profile/@rick<a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gitea:</td>
|
||||
<td><a href="https://git.z-iq.de/rick">git.z-iq.de/rick</a> </td>
|
||||
@@ -34,17 +38,19 @@
|
||||
<td> <a href="https://www.thingiverse.com/n0id/designs">thingiverse.com/n0id/designs</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="avatar">
|
||||
<img src="pictures/bahi0u_chibi.png" width="215" height="183" alt="hey, its rick">
|
||||
</div>
|
||||
<p>You can always reach me via:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>XMPP:</td>
|
||||
<td>rick@jabber.absturztau.be</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Matrix:</td>
|
||||
<td>@rick:m.n0id.space</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XMPP:</td>
|
||||
<td>rick@jabber.absturztau.be</td>
|
||||
</tr>
|
||||
<td>Fediverse:</td>
|
||||
<td> <a href="https://a.n0id.space/rick">https://a.n0id.space/@rick</a></td>
|
||||
</tr>
|
||||
|
||||
BIN
web/pictures/bahi0u_chibi.png
Normal file
BIN
web/pictures/bahi0u_chibi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 760 KiB |
@@ -5,3 +5,9 @@ table, th, td {
|
||||
max-width: 600px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
float: right;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user