From 8f6eb193bb32ae20404afb148281c9a80d9cd9ad Mon Sep 17 00:00:00 2001 From: stabosa87 Date: Wed, 17 Jun 2026 03:58:10 -0500 Subject: [PATCH] maybe wider is better? --- index.html | 10 ++++++++-- static/copyparty-banner.png | Bin 0 -> 534 bytes static/main.css | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 static/copyparty-banner.png diff --git a/index.html b/index.html index ee3ff4d..e870494 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ +
@@ -23,15 +24,20 @@

SWITCHING FROM DEBIAN TO FREEBSD. Some stuff may be down...

I love opensource software. My favorite programming languages consist of

Go, C, Java, Nim, Python, Vlang

+

This website is based off of my sway theme! Modern yet minimal.

Projects

I do Minecraft mod dev among other things. You can check my work here:

-
diff --git a/static/copyparty-banner.png b/static/copyparty-banner.png new file mode 100644 index 0000000000000000000000000000000000000000..71078b95dfa5483e4facd66c8223a4a6c5514073 GIT binary patch literal 534 zcmV+x0_pvUP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUyCs0gOMF0Q*FfS}nLndxkAc|-jxr7k^kO2Ro0Q|B5|G)zO$`1U= zH~-B~u8nsr00001bW%=J06^y0W&i*IR7pfZR7l6|k=c5MFbISbmWD3x|GdpGX#KQ{ z7bm?sb72S!zlg1UEKzIki?j~>wn$I#!@=Tfz~1!?etn3n>nZafurC3-O7Gp`3J$Zp zgmiIwE7Csg(NPXPweA8oHElV$^$Cs$o4I*}vx+byk5F9m;gx|*D{v9T;baRMgO8S6 z*=X+BZPOzt`);0}aCpD+1&L!cyF6{USc11fKtr3M?09GzGm~_IV{%Qi#r97ii*MD0 z6U=Vc815^NbcR47!aS;WyY6wRE?wWb#^uP*v9vCx*oBWpWsb3xj517CHR z#W_pace#%r?$!Gz*hsW4!MQSgL^aTF{coDgM Y0=UCYo)iRUvH$=807*qoM6N<$f}645l>h($ literal 0 HcmV?d00001 diff --git a/static/main.css b/static/main.css index 12b8715..77a5083 100644 --- a/static/main.css +++ b/static/main.css @@ -8,8 +8,8 @@ body { background-color: var(--bg); color: var(--text); font-family: "Noto Sans Mono", monospace; - line-height: 1.6; - max-width: 650px; + line-height: 1.2; + max-width: 750px; margin: 40px auto; padding: 0 20px; padding-bottom: 120px;