From 019e94e7798668d893bbc69fe3afc457fbe2669f Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Mon, 13 Apr 2026 15:10:32 +0200 Subject: [PATCH] adjusted some text on projects page and positioning of image on main page --- src/routes/+page.svelte | 5 ++--- src/routes/projects/+page.svelte | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 285d7be..2ab23c0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -205,10 +205,9 @@ } .me-img { - width: 132px; - min-width: 132px; + width: 9.6rem; float: left; - margin-right: 12px; + margin: 16px 12px 0 0; } .sidebox-container { diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 1124661..65f7273 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -36,9 +36,9 @@ title="My Disordered Projects" banner="/projects/banner.webp" bannerAlt="An upside-down New 3DS XL lying open on a desk with a small USB-C breakout board attached to it, and a USB-C cable plugged in. The 3DS is glowing to indicate that it is charging." - subtitle="Things I have worked on" /> + subtitle="things I have worked on" /> -

Welcome to my (new) projects page! Here I show off all the things I have done. Projects are ordered reverse-chronologically and have some other neat information displayed. have fun browsing~!

+

Welcome to my 💫new💫 projects page! Here I show off all the things I have done. Projects are ordered reverse-chronologically and have some other neat information displayed. have fun browsing~!

I'll add some more of my past projects, new projects, and more details about individual projects. Maybe I'll also split the content into pages.