diff --git a/index.html b/index.html index e631923..f98834b 100755 --- a/index.html +++ b/index.html @@ -24,9 +24,11 @@

About me

- + -

I am a Free Software enthusiast, GNU+Linux systems administrator from the Czech Republic. I am an administrator of drgnz.club 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 Waffelo 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. +

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.

+ +

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.

I can libreboot your computer!

@@ -34,8 +36,7 @@

Services I host and/or use

-

This is a list of all services I use. Most are self-hosted and run on my server (though some on my friend waffelo's domain). All of them are also 100% Free Software.

- +

This is a list of all services I use. Most are self-hosted and run on my server, all are free software. @@ -46,7 +47,7 @@ - + @@ -83,9 +84,9 @@ - - - + + +
🌍Main Site
⚡Matrix @jakub:drgnz.clubMy #2 choice when it comes to secure messaging
My #1 choice when it comes to secure messaging
📬E-mail jakub@bidzan.netHigh-quallity Meta-search engine.
🇱Libredditlr.drgnz.clubLightweight and BS-less reddit client.🐄Gentoo Wikilr.drgnz.clubGentoo is great. That's why I like editing its wiki
@@ -152,9 +153,9 @@ This is a server that runs bidzan.net, waffelo.net, drgnz.club and all of its se Waffelo (waffelo.net) - for motivating me to continue making this site.
Finnegan (finnswonderland.eu) - author of the website avatar
- Last updated: 5th of July, 2024 + Last updated: 2nd of August, 2025


-Copyright © 2022-2023 Jakub Bidžan
+Copyright © 2022-2025 Jakub Bidžan
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
Source code: https://git.drgnz.club/jacob/main diff --git a/style.css b/style.css index 587c70f..d1ac3e4 100755 --- a/style.css +++ b/style.css @@ -154,3 +154,8 @@ border-radius: 15px; margin: 1%; padding: 1%; } + +::selection { + background-color: #ff8800; + color: black; +}