updating main site and highlight color

This commit is contained in:
Jakub Bidžan 2025-08-02 10:47:35 +02:00
parent 057d87d098
commit 0270cbbc07
2 changed files with 16 additions and 10 deletions

View file

@ -24,9 +24,11 @@
<h3> About me </h3>
<img src=/files/img/pfp.jpg width="200" height="200" align=right style="float: right; padding-left: 15px; padding-top: 15px;">
<img src=/files/img/pfp.jpg width="190" height="190" align=right style="float: right; padding-left: 15px; padding-top: 15px;">
<p> I am a Free Software enthusiast, GNU+Linux systems administrator from the Czech Republic. I am an administrator of <a href="https://drgnz.club">drgnz.club</a> and other servers as well. In free time I also enjoy going to woods, geocaching and studying the Bible. I am usually very busy with work, messing around with computers or other things. With <a href="https://waffelo.net">Waffelo</a> we are building our own internet world which we have control over, and not some demonic corporation, and we try to make this easy to do for other people as well. That's why drgnz.club exists.
<p> I am a guy from the Czech Republic. I have many interests in life, among the biggest ones would probably be computer hardware and software. As my primary job, I work as a server failure assessment technician, but in my free time I do services for people, such as librebooting computers, building meshtastic nodes or 3D printing. </p>
<p> In the past I'd probably consider myself a linux nerd, but now I'd consider myself just a linux user. I use gentoo btw.</p>
<h3> I can libreboot your computer! </h3>
@ -34,8 +36,7 @@
<h3> Services I host and/or use </h3>
<p> This is a list of all services I use. Most are self-hosted and run on my server (though some on my friend <a href="https://waffelo.net">waffelo's</a> domain). All of them are also 100% Free Software. </p>
<p> This is a list of all services I use. Most are self-hosted and run on my server, all are free software.
<table style="width:100%">
<tr>
<td>🌍Main Site</td>
@ -46,7 +47,7 @@
<tr>
<td>⚡Matrix</td>
<td><a href="https://matrix.to/#/@jakub:drgnz.club">@jakub:drgnz.club</a></td>
<td>My <i>#2</i> choice when it comes to secure messaging</td> </tr>
<td>My <i>#1</i> choice when it comes to secure messaging</td> </tr>
<tr>
<td>📬E-mail</td>
<td><a href="mailto:jakub@bidzan.net">jakub@bidzan.net</a></td>
@ -83,9 +84,9 @@
<td>High-quallity Meta-search engine.</td>
</tr>
<tr>
<td>🇱Libreddit</td>
<td><a href="https://lr.drgnz.club">lr.drgnz.club</a></td>
<td>Lightweight and BS-less reddit client.</td>
<td>🐄Gentoo Wiki</td>
<td><a href="https://wiki.gentoo.org/wiki/User:Jacob">lr.drgnz.club</a></td>
<td>Gentoo is great. That's why I like editing its wiki</td>
</tr>
</table>
@ -152,9 +153,9 @@ This is a server that runs bidzan.net, waffelo.net, drgnz.club and all of its se
Waffelo (<a href="https://waffelo.net">waffelo.net</a>) - for motivating me to continue making this site.<br>
Finnegan (<a href="https://finnswonderland.eu">finnswonderland.eu</a>) - author of the website avatar<br>
<i> Last updated: 5th of July, 2024 </i>
<i> Last updated: 2nd of August, 2025 </i>
<hr>
Copyright © 2022-2023 Jakub Bidžan <br>
Copyright © 2022-2025 Jakub Bidžan <br>
License GPLv3+: GNU
GPL version 3 or later <a href="https://gnu.org/licenses/gpl.html">https://gnu.org/licenses/gpl.html</a>.
<br> Source code: https://git.drgnz.club/jacob/main

View file

@ -154,3 +154,8 @@ border-radius: 15px;
margin: 1%;
padding: 1%;
}
::selection {
background-color: #ff8800;
color: black;
}