fixed typo, added pfp

This commit is contained in:
rick
2025-07-05 21:21:58 +02:00
parent b0ada55177
commit a8726ac994
3 changed files with 28 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>av
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>N0ids Site</title> <title>N0ids Site</title>
</head> </head>
@@ -22,9 +22,13 @@
<p>Here some links where you can find other stuff which i eiher selfhost or use:</p> <p>Here some links where you can find other stuff which i eiher selfhost or use:</p>
<table> <table>
<tr> <tr>
<td>Fediverse Instance:</td> <td>Fediverse:</td>
<td><a href="https://a.n0id.space">a.n0id.space<a></td> <td><a href="https://a.n0id.space">a.n0id.space<a></td>
</tr> </tr>
<tr>
<td>Wanderer:</td>
<td><a href="https://irl.n0id.space/profile/@rick">irl.n0id.space/profile/@rick<a></td>
</tr>
<tr> <tr>
<td>Gitea:</td> <td>Gitea:</td>
<td><a href="https://git.z-iq.de/rick">git.z-iq.de/rick</a> </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> <td> <a href="https://www.thingiverse.com/n0id/designs">thingiverse.com/n0id/designs</a></td>
</tr> </tr>
</table> </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> <p>You can always reach me via:</p>
<table> <table>
<tr>
<td>XMPP:</td>
<td>rick@jabber.absturztau.be</td>
</tr>
<tr> <tr>
<td>Matrix:</td> <td>Matrix:</td>
<td>@rick:m.n0id.space</td> <td>@rick:m.n0id.space</td>
</tr> </tr>
<tr> <tr>
<td>XMPP:</td>
<td>rick@jabber.absturztau.be</td>
</tr>
<td>Fediverse:</td> <td>Fediverse:</td>
<td> <a href="https://a.n0id.space/rick">https://a.n0id.space/@rick</a></td> <td> <a href="https://a.n0id.space/rick">https://a.n0id.space/@rick</a></td>
</tr> </tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

View File

@@ -5,3 +5,9 @@ table, th, td {
max-width: 600px; max-width: 600px;
padding: 4px; padding: 4px;
} }
.avatar {
float: right;
justify-content: center;
align-items: center;
}