From 460cadaf98909168cc1f6fcce7d761538cc26241 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:06:38 -0700 Subject: [PATCH] integrate parallax into index and tidy up --- src/pages/contact.astro | 2 +- src/pages/index.astro | 239 ++++++++++++++++++++++++++++++++++++++- src/pages/license.astro | 4 +- src/pages/parallax.astro | 152 ------------------------- 4 files changed, 238 insertions(+), 159 deletions(-) delete mode 100644 src/pages/parallax.astro diff --git a/src/pages/contact.astro b/src/pages/contact.astro index c886b85..613af44 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -27,7 +27,7 @@ const msgValue = pickValue("msg") || (await Astro.session?.get("msg")); --- - Contact + Contact | badblocks.dev