From b87bfea6352d9e8a8be0cc689cd33d501082f1fe Mon Sep 17 00:00:00 2001 From: Nicholai Date: Sat, 6 Dec 2025 14:23:00 -0700 Subject: [PATCH] Refactor design elements and enhance animations for improved user experience. Updated color palette in `dev/design.json` to feature a more vibrant orange accent. Revamped footer, navigation, and section layouts for better aesthetics and responsiveness. Introduced new animation classes for scroll-triggered effects, enhancing visual engagement across the site. --- src/components/Footer.astro | 49 +++-- src/components/Navigation.astro | 47 ++-- src/components/sections/Experience.astro | 96 ++++----- src/components/sections/FeaturedProject.astro | 60 +++--- src/components/sections/Hero.astro | 52 +++-- src/components/sections/Skills.astro | 42 ++-- src/layouts/BaseLayout.astro | 59 ++++-- src/pages/blog/index.astro | 34 +-- src/pages/contact.astro | 61 +++--- src/pages/index.astro | 16 +- src/styles/global.css | 200 ++++++++++++++++-- 11 files changed, 471 insertions(+), 245 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a32b2db..6f8adbf 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,44 +2,51 @@ const today = new Date(); --- -