From d4bb1fc126f9a8ce6fcdc23e33aa1bad8cf7e671 Mon Sep 17 00:00:00 2001 From: Radison Akerman Date: Thu, 11 Apr 2024 04:35:14 -0500 Subject: [PATCH] feat: polished home hero, added scroll indicators --- nuxt/components/Navbar.vue | 2 +- nuxt/components/content/DocsHero.vue | 9 ++- nuxt/components/content/DocsNavbar.vue | 108 ------------------------- nuxt/components/content/HomeHero.vue | 17 ++-- nuxt/layouts/home.vue | 2 +- 5 files changed, 22 insertions(+), 116 deletions(-) delete mode 100644 nuxt/components/content/DocsNavbar.vue diff --git a/nuxt/components/Navbar.vue b/nuxt/components/Navbar.vue index a48ecb7..d7d6f6b 100644 --- a/nuxt/components/Navbar.vue +++ b/nuxt/components/Navbar.vue @@ -16,7 +16,7 @@
diff --git a/nuxt/components/content/DocsHero.vue b/nuxt/components/content/DocsHero.vue index b468aa3..9b6ede9 100644 --- a/nuxt/components/content/DocsHero.vue +++ b/nuxt/components/content/DocsHero.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file diff --git a/nuxt/components/content/DocsNavbar.vue b/nuxt/components/content/DocsNavbar.vue deleted file mode 100644 index 6e280bf..0000000 --- a/nuxt/components/content/DocsNavbar.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - diff --git a/nuxt/components/content/HomeHero.vue b/nuxt/components/content/HomeHero.vue index 5c7548f..d3c9019 100644 --- a/nuxt/components/content/HomeHero.vue +++ b/nuxt/components/content/HomeHero.vue @@ -18,13 +18,13 @@ />
Hi there, my name is
Radison Akerman. @@ -37,22 +37,29 @@
Exploding Chickens: Celebrating 1,250+ Games Played! + class="border-warning hover:border-accent hidden sm:flex" + >Exploding Chickens: Celebrating 1,400+ Games Played! + + +
+
+ +
\ No newline at end of file diff --git a/nuxt/layouts/home.vue b/nuxt/layouts/home.vue index 735ba78..180a7a6 100644 --- a/nuxt/layouts/home.vue +++ b/nuxt/layouts/home.vue @@ -9,7 +9,7 @@ { name: 'Projects', href: '#projects' }, { name: 'Contact', href: '#contact' }, { - name: 'Resume', + name: 'Résumé', href: '/radison-akerman-resume.pdf', is_cta: true, target: '_blank'