some slight stylistic changes
This commit is contained in:
parent
ad924d3c88
commit
e1ecf71212
2 changed files with 8 additions and 8 deletions
12
index.html
12
index.html
|
@ -87,7 +87,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -116,10 +116,10 @@ Cheogram (mobile)
|
|||
-->
|
||||
<br>
|
||||
|
||||
<!--<h3> Computers I use</h3>
|
||||
<h3> Computers I use</h3>
|
||||
<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
|
||||
[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>
|
||||
<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.
|
||||
<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
|
||||
[CPU]: AMD Ryzen 5 5600
|
||||
[RAM]: 32GB DDR4
|
||||
[HDD]: Samsung 970 EVO (2TB)</pre> -->
|
||||
[HDD]: Samsung 970 EVO (2TB)</pre>-->
|
||||
|
||||
<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>
|
||||
|
||||
<i> Last updated: 2nd of August, 2025 </i>
|
||||
<i> Last updated: 5th of August, 2025 </i>
|
||||
<hr>
|
||||
Copyright © 2022-2025 Jakub Bidžan <br>
|
||||
License GPLv3+: GNU
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
color: white;
|
||||
font-family: monospace;
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
text-align: justify;
|
||||
|
@ -145,7 +145,7 @@ border-radius: 15px;
|
|||
background-color: black;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 85%;
|
||||
width: 65%;
|
||||
border: 3px solid orange;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue