From ae68e5a5cb49fa6c2e714e012a1351794a45b915 Mon Sep 17 00:00:00 2001 From: wilson Date: Sun, 15 Mar 2026 17:47:49 +0000 Subject: [PATCH] now: Update the now page with some information --- src/routes/now/+page.svelte | 100 +++++++++++++++++------------------- 1 file changed, 48 insertions(+), 52 deletions(-) diff --git a/src/routes/now/+page.svelte b/src/routes/now/+page.svelte index 13db55d..3f7df65 100644 --- a/src/routes/now/+page.svelte +++ b/src/routes/now/+page.svelte @@ -1,89 +1,87 @@ -
-
+

Now

-

This is a living page of little(ish) projects I am doing at the moment.

-

Accurate (probably) as of 2026-02-14 (💘)

-
- -
-
    - {#each items as item} -
  • - {item.title} {@html item.text} -
  • - {/each} -
-
-
- - - -
+
+ +
+
    + {#each items as item} +
  • + {item.title} + {@html item.text} +
  • + {/each} +
+
+
+ + + +