details about debian

This commit is contained in:
2024-05-16 17:18:31 +01:00
parent 63c3876362
commit c37d7eaf6e
4 changed files with 18 additions and 4 deletions

BIN
img/debian202405.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -28,6 +28,10 @@
I have tried to find the original artist but the only place I have ever found it is
<a href="https://www.reddit.com/r/girlsfrontline/comments/dgwqcd/intervenchan/">[this reddit post]</a></p>
</div>
<div class="srcItem">
<img src="img/debian202405.png" width="480">
<p style="padding-left: 5%">Picture of my desktop from when I used debian.</p>
</div>
</main>
<footer>
<p>&#169; chopster44</p>

View File

@@ -32,4 +32,8 @@ sub {
.srcItem {
display: flex;
}
.distro {
display: flex;
}

View File

@@ -22,10 +22,16 @@
<main>
<h2>Linux</h2>
<p>I like linux a lot, and I distro hop quite often, so I thought I'd make a mini review type thing for it</p>
<div>
<h2>Debian</h2>
<sub>Feb '24 - </sub>
<p> Current daily drive. </p>
<div class="distro">
<div>
<h2>Debian</h2>
<sub>Feb '24 - May '24</sub>
<p> Basic XFCE4. Works well, nothing fancy. </p>
</div>
<div style="padding-left: 5%">
<img src="img/debian202405.png" width="480">
</div>
</div>
</main>