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 @@