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 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> <a href="https://www.reddit.com/r/girlsfrontline/comments/dgwqcd/intervenchan/">[this reddit post]</a></p>
</div> </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> </main>
<footer> <footer>
<p>&#169; chopster44</p> <p>&#169; chopster44</p>

View File

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

View File

@@ -22,10 +22,16 @@
<main> <main>
<h2>Linux</h2> <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> <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> <div class="distro">
<h2>Debian</h2> <div>
<sub>Feb '24 - </sub> <h2>Debian</h2>
<p> Current daily drive. </p> <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> </div>
</main> </main>