add stuff to neofetches page, tweak styles

This commit is contained in:
Firepup Sixfifty 2025-03-27 13:05:48 -05:00
parent 44b566e602
commit 26cbcedce4
No known key found for this signature in database
2 changed files with 55 additions and 6 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Unfinished page - FP650</title>
<title>Neofetches - FP650</title>
<meta name="description" content="Neofetches from all of my systems!" />
<meta property="og:title" content="Neofetches - FP650" />
<meta property="og:type" content="website" />
@ -23,7 +23,7 @@
<body>
<h5 hidden id='Maintenance' class="center"></h5>
<span class="center force-color">
<h3 id='Construction' class=center><span class="warning">Page under construction.</span></h3>
<h3>Firepup's Neofetches</h3>
</span>
<h3 class="center force-color">FIREPUPS-LAPTOP</h3>
<pre><code>
@ -132,7 +132,55 @@ Wed 26 Mar 16:02:16 CDT 2025
.` `/
</code></pre>
<h3 class="center force-color">chromeFire</h3>
<pre><code>
firepup650@chromeFire:~ $ date +'%a %e %b %H:%M:%S %Z %Y'
Wed 26 Mar 23:13:23 CDT 2025
firepup650@chromeFire:~ $ neowofetch
_,met$$$$$gg. firepup650@chromeFire
,g$$$$$$$$$$$$$$$P. --------------------
,g$$P" """Y$$.". OS: Debian GNU/Linux 12.9 (bookworm) x86_64
,$$P' `$$$. Host: Banon 1.0
',$$P ,ggs. `$$b: Kernel: 6.1.0-30-amd64
`d$$' ,$P"' . $$$ Uptime: 19 mins
$$P d$' , $$P Packages: 2625 (dpkg)
$$: $$. - ,d$$' Shell: bash 5.2.15
$$; Y$b._ _,d$P' Resolution: 1360x768
Y$$. `.`"Y$$$$P"' Terminal: /dev/pts/1
`$$b "-.__ CPU: Intel Celeron N3060 (2) @ 2.4GHz
`Y$$ GPU: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx
`Y$$. Memory: 1.15 GiB / 1.86 GiB (62%)
`$$b. Network: Wifi6
`Y$$b. Bluetooth: Intel Corp. Bluetooth wireless interface
`"Y$b._ BIOS: coreboot 24.8 (09/14/2024)
`"""
</code></pre>
<h3 class="center force-color">Firepups-PC (WSL)</h3>
<pre><code>
root@Firepups-PC:~ # date +'%a %e %b %H:%M:%S %Z %Y'
Wed 26 Mar 23:22:39 CDT 2025
root@Firepups-PC:~ # neowofetch
_,met$$$$$gg. root@Firepups-PC
,g$$$$$$$$$$$$$$$P. ----------------
,g$$P" """Y$$.". OS: Debian GNU/Linux 12.9 (bookworm) on Windows x86_64
,$$P' `$$$. Kernel: 5.15.90.1-microsoft-standard-WSL2
',$$P ,ggs. `$$b: Uptime: 2 mins
`d$$' ,$P"' . $$$ Packages: 9 (npm), 1741 (dpkg), 9 (snap)
$$P d$' , $$P Shell: bash 5.2.15
$$: $$. - ,d$$' Editor: GNU nano 7.2
$$; Y$b._ _,d$P' Theme: Adwaita [GTK3]
Y$$. `.`"Y$$$$P"' Icons: Adwaita [GTK3]
`$$b "-.__ Cursor: Adwaita [GTK3]
`Y$$ Terminal: Windows Terminal
`Y$$. CPU: AMD Ryzen 5 2400G (2) @ 3.5GHz
`$$b. GPU: Microsoft Corporation Basic Render Driver
`Y$$b. Memory: 0.57 GiB / 0.88 GiB (65%)
`"Y$b._ Network: 10 Gbps
`"""
</code></pre>
<h3 class="center force-color">Firepups-PC (Host)</h3>
<pre><code>
TODO
</code></pre>
<script src="/scripts/script.js"></script>
</body>
</html>

View file

@ -117,4 +117,5 @@ code {
overflow-x: auto;
max-width: 100%;
display: block;
margin: 0ch 1ch;
}