diff --git a/public/pages/neofetches.html b/public/pages/neofetches.html index cf8af79..fd1a449 100644 --- a/public/pages/neofetches.html +++ b/public/pages/neofetches.html @@ -3,7 +3,7 @@ - Unfinished page - FP650 + Neofetches - FP650 @@ -23,7 +23,7 @@ -

Page under construction.

+

Firepup's Neofetches

FIREPUPS-LAPTOP


@@ -132,7 +132,55 @@ Wed 26 Mar 16:02:16 CDT 2025
  .`                                 `/
     

chromeFire

- +

+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)
+              `"""
+    
+

Firepups-PC (WSL)

+

+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
+              `"""
+    
+

Firepups-PC (Host)

+

+TODO
+    
diff --git a/public/styles/style.css b/public/styles/style.css index bab1d4e..6fcb8f0 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -114,7 +114,8 @@ pre { } code { - overflow-x: auto; - max-width: 100%; - display: block; + overflow-x: auto; + max-width: 100%; + display: block; + margin: 0ch 1ch; }