fixed typo, added pfp
This commit is contained in:
@@ -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>
|
||||||
@@ -9,42 +9,48 @@
|
|||||||
<p>Hi, i'm Rick. Welcome to my small site<br/>
|
<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>
|
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/>
|
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>
|
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>
|
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>
|
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>
|
<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>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>3DPrints:</td>
|
<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>
|
</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>
|
|
||||||
<td>Matrix:</td>
|
|
||||||
<td>@rick:m.n0id.space</td>
|
|
||||||
</tr>
|
|
||||||
<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>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>
|
||||||
|
|||||||
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 |
@@ -4,4 +4,10 @@ table, th, td {
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
float: right;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user