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 0000000..71078b9 Binary files /dev/null and b/static/copyparty-banner.png differ 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;