Compare commits

...

2 commits

Author SHA1 Message Date
Jakub Bidžan
e1ecf71212 some slight stylistic changes 2025-08-05 11:21:41 +01:00
Jakub Bidžan
ad924d3c88 Adding back rainloop 2025-08-04 13:28:03 +01:00
2 changed files with 10 additions and 10 deletions

View file

@ -60,11 +60,11 @@
<td><a href="https://social.dergz.com/jakub">@jakub@dergz.com</a></td> <td><a href="https://social.dergz.com/jakub">@jakub@dergz.com</a></td>
<td>A federated twitter-like social media service.</td> <td>A federated twitter-like social media service.</td>
</tr>--> </tr>-->
<!--<tr> <tr>
<td>📧Rainloop </td> <td>📧Rainloop </td>
<td><a href="https://mail.bidzan.net">mail.bidzan.net</a></td> <td><a href="https://mail.bidzan.net">mail.bidzan.net</a></td>
<td>Web-based e-mail client.</td> <td>Web-based e-mail client.</td>
</tr>--!> </tr>
<tr> <tr>
<td>🫖Forgejo (git)</td> <td>🫖Forgejo (git)</td>
<td><a href="https://git.drgnz.club/jakub">git.drgnz.club</a></td> <td><a href="https://git.drgnz.club/jakub">git.drgnz.club</a></td>
@ -87,7 +87,7 @@
</tr> </tr>
<tr> <tr>
<td>🐄Gentoo Wiki</td> <td>🐄Gentoo Wiki</td>
<td><a href="https://wiki.gentoo.org/wiki/User:Jacob">lr.drgnz.club</a></td> <td><a href="https://wiki.gentoo.org/wiki/User:Jacob">wiki.gentoo.org</a></td>
<td>Gentoo is great. That's why I like editing its wiki</td> <td>Gentoo is great. That's why I like editing its wiki</td>
</tr> </tr>
</table> </table>
@ -116,10 +116,10 @@ Cheogram (mobile)
--> -->
<br> <br>
<!--<h3> Computers I use</h3> <h3> Computers I use</h3>
<pre class="show"><b>Main PC</b> <pre class="show"><b>Main PC</b>
This is a copmuter that I built a few years ago and continued to upgrade it ever since. I use it as my "main" computer at home. I use it to play video games, It's more of an entertainment and general purpose machine than anything else, for work and productivity I use my ThinkPad T440p. This is a copmuter that I built a few years ago and continued to upgrade it ever since. I use it as my "main" computer at home. I use it for almost anything related to computing.
<img src="/files/img/front-page/IMG_20201209_161931.jpg" width="200" height="150" style="float: left; padding-right: 15px; padding-top: 15px;" alt="image comming soon">[SYS]: Gentoo Linux <img src="/files/img/front-page/IMG_20201209_161931.jpg" width="200" height="150" style="float: left; padding-right: 15px; padding-top: 15px;" alt="image comming soon">[SYS]: Gentoo Linux
[CPU]: Ryzen 5 2600 [CPU]: Ryzen 5 2600
@ -130,7 +130,7 @@ This is a copmuter that I built a few years ago and continued to upgrade it ever
[PSU]: Silverstone 350W FlexATX PSU</pre> [PSU]: Silverstone 350W FlexATX PSU</pre>
<br> <br>
<pre class="show"><b>ThinkPad T440p</b> <!--<pre class="show"><b>ThinkPad T440p</b>
This ThinkPad is currently my daily driver. It runs 100% Free Software including the BIOS, it has phenomenal keyboard, has only trackpoint which I prefer, has tons of expansion and tons of ports. I also replaced the battery for a new one. This ThinkPad is currently my daily driver. It runs 100% Free Software including the BIOS, it has phenomenal keyboard, has only trackpoint which I prefer, has tons of expansion and tons of ports. I also replaced the battery for a new one.
<br> <br>
@ -149,7 +149,7 @@ This is a server that runs bidzan.net, waffelo.net, drgnz.club and all of its se
<img src="/files/img/front-page/IMG_20230813_102754_135.jpg" width="170" height="120" style="float: left; padding-right: 15px; padding-top: 15px;" alt="image unavailable">[SYS]: Gentoo Linux <img src="/files/img/front-page/IMG_20230813_102754_135.jpg" width="170" height="120" style="float: left; padding-right: 15px; padding-top: 15px;" alt="image unavailable">[SYS]: Gentoo Linux
[CPU]: AMD Ryzen 5 5600 [CPU]: AMD Ryzen 5 5600
[RAM]: 32GB DDR4 [RAM]: 32GB DDR4
[HDD]: Samsung 970 EVO (2TB)</pre> --> [HDD]: Samsung 970 EVO (2TB)</pre>-->
<p> <center> <i> Proudly gnutard </i> </center> </p> <p> <center> <i> Proudly gnutard </i> </center> </p>
@ -157,7 +157,7 @@ This is a server that runs bidzan.net, waffelo.net, drgnz.club and all of its se
Finnegan (<a href="https://finnswonderland.eu">finnswonderland.eu</a>) - author of the website avatar<br> Finnegan (<a href="https://finnswonderland.eu">finnswonderland.eu</a>) - author of the website avatar<br>
<i> Last updated: 2nd of August, 2025 </i> <i> Last updated: 5th of August, 2025 </i>
<hr> <hr>
Copyright © 2022-2025 Jakub Bidžan <br> Copyright © 2022-2025 Jakub Bidžan <br>
License GPLv3+: GNU License GPLv3+: GNU

View file

@ -1,7 +1,7 @@
body { body {
color: white; color: white;
font-family: monospace; font-family: monospace;
font-size: 20px; font-size: 16px;
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
text-align: justify; text-align: justify;
@ -145,7 +145,7 @@ border-radius: 15px;
background-color: black; background-color: black;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 85%; width: 65%;
border: 3px solid orange; border: 3px solid orange;
border-radius: 5px; border-radius: 5px;
} }