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>
<html>
<head>
<head>av
<link rel="stylesheet" href="style.css">
<title>N0ids Site</title>
</head>
@@ -9,42 +9,48 @@
<p>Hi, i'm Rick. Welcome to my small site<br/>
Don't expect to much rn, hopefully the site will extend over some time.</p>
<p> Soo sth about me? I think this sums me up pretty well: <br/>
<p>Soo sth about me? I think this sums me up pretty well: <br/>
I like to tinker around with Linux/Electronics stuff since 1995.<br/>
In my freetime i like to play games on my switch and watch anime ^^</p>
<p> At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.<br/>
<p>At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.<br/>
I also use this site to tinker around with webstuff, learning new things is always interesting.</p>
<p> Also check out Fediring on the bottom of this site, its a collection of websites from cool and very nice ppl of the fediverse ;)
<p>Also check out Fediring on the bottom of this site, its a collection of websites from cool and very nice ppl of the fediverse ;)
If you wanna know more about fediverse, head over here -> <a href="https://fediverse.party/en/fediverse">fediverse.party/en/fediverse</a></p>
<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>
<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>
</tr>
<tr>
<td>3DPrints:</td>
<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>
</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>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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

View File

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