From d199345981b8bab8e28e6370d9b75fc061e26486 Mon Sep 17 00:00:00 2001 From: Radison Akerman Date: Sun, 15 Jun 2025 23:24:01 -0700 Subject: [PATCH] feat: added changelog links --- nuxt/app.vue | 21 ------- nuxt/assets/css/tailwind.css | 20 +++--- nuxt/components/Home/About.vue | 12 ++-- nuxt/components/Home/Experience.vue | 96 +++++++++++++++-------------- nuxt/components/Home/Hero.vue | 49 +++++++++++---- nuxt/components/Home/Projects.vue | 13 +++- nuxt/pages/index.vue | 11 ++-- 7 files changed, 122 insertions(+), 100 deletions(-) diff --git a/nuxt/app.vue b/nuxt/app.vue index a939b78..03afee5 100644 --- a/nuxt/app.vue +++ b/nuxt/app.vue @@ -9,30 +9,11 @@ - - - - - - - @@ -40,7 +21,6 @@ - -
@@ -44,7 +44,7 @@ >
@@ -54,14 +54,14 @@ mask-image: linear-gradient( to bottom, transparent 0%, - black 50%, - black 100% + oklch(var(--b1)) 50%, + oklch(var(--b1)) 100% ); -webkit-mask-image: linear-gradient( to bottom, transparent 0%, - black 50%, - black 100% + oklch(var(--b1)) 50%, + oklch(var(--b1)) 100% ); " > diff --git a/nuxt/components/Home/Experience.vue b/nuxt/components/Home/Experience.vue index 1509753..85f2928 100644 --- a/nuxt/components/Home/Experience.vue +++ b/nuxt/components/Home/Experience.vue @@ -20,61 +20,67 @@ description="I'm obsessed with building true end-to-end technical infrastructure and user interfaces." fade > -
- - - - Resume - - - + + + + Resume + + + - - - - Curriculum Vitae - - - -
+ + + + Curriculum Vitae + + +
- +
diff --git a/nuxt/components/Home/Hero.vue b/nuxt/components/Home/Hero.vue index 2ad9057..3e62f9e 100644 --- a/nuxt/components/Home/Hero.vue +++ b/nuxt/components/Home/Hero.vue @@ -3,7 +3,8 @@ Primary landing component with introduction, portrait, and call-to-action button Props: - - buttonText (string, optional): Text for the call-to-action button + - buttonText (string, optional): Text for the call-to-action button (desktop) + - buttonTextShort (string, optional): Short text for mobile call-to-action button - buttonUrl (string, optional): URL for the call-to-action button Features: @@ -60,13 +61,19 @@