From ed6188bc759cbf0ab4c1f2ad5a548d8ea31dd7a5 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:08:05 -0700 Subject: [PATCH 1/3] refactor: change button text to be more clear --- app/components/ContactForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ContactForm.vue b/app/components/ContactForm.vue index eb4531d..33b2627 100644 --- a/app/components/ContactForm.vue +++ b/app/components/ContactForm.vue @@ -145,7 +145,7 @@ :disabled="!isVerified || isSendingMessage || isMessageSent" > - Text Me! (Rob ☺️) + Send Me a Text! From d2e0fbdd737b42182af9b54adc77310749ccf794 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:08:53 -0700 Subject: [PATCH 2/3] feat: allow project card to show on-the-way button for projects not yet uploaded to my git and linked --- app/components/ProjectCard.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/components/ProjectCard.vue b/app/components/ProjectCard.vue index 49ae0c8..a61ad64 100644 --- a/app/components/ProjectCard.vue +++ b/app/components/ProjectCard.vue @@ -18,6 +18,9 @@ > Source Code + From 6fd9f4732566bf9366cd05a7abf4310dea3fbe16 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:10:59 -0700 Subject: [PATCH 3/3] fix: add around the View My Work button. update wording on index page --- app/pages/index.vue | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index c10526b..6109a34 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -8,7 +8,9 @@ Hi, I'm Rob!

I'm

- +
@@ -30,7 +32,7 @@

- Hiya! I'm a passionate and creative web developer with a knack for + Hi! I'm a passionate and creative web developer with a knack for building beautiful and functional websites. I love learning new technologies and I'm always looking for exciting projects to work on. @@ -52,34 +54,44 @@

-

Current Projects

+

Works in Progress

+
-

Past Projects

+

+ Neat Things I've Done +

- +
@@ -102,8 +114,8 @@ onMounted(() => { const { $sr } = useNuxtApp(); const typedOptions = { strings: [ - "an aspiring Software Engineer.", "a self-taught Web Developer with experience.", + "a Bachelor's degree holder in Software Engineering.", "a Full-Stack Magician.", "a UI/UX Problem Solver.", "a Web Accessibility Advocate.",