diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8ee41..d0b2f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,3 @@ -## [1.1.0](https://ssh.git.badblocks.dev/badbl0cks/portfolio/compare/v1.0.1...v1.1.0) (2025-08-15) - -### New Features - -* allow project card to show on-the-way button for projects not yet uploaded ([d2e0fbd](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/d2e0fbdd737b42182af9b54adc77310749ccf794)) - -### Bug Fixes - -* add around the View My Work button. update wording on ([6fd9f47](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/6fd9f4732566bf9366cd05a7abf4310dea3fbe16)) - -### Refactor - -* change button text to be more clear ([ed6188b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/ed6188bc759cbf0ab4c1f2ad5a548d8ea31dd7a5)) - -### Chores - -* merge staging changes for next release ([48f5e7b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/48f5e7b46c1e1a318d1eca26ab1d9365d1acdbcc)) - ## [1.0.1](https://ssh.git.badblocks.dev/badbl0cks/portfolio/compare/v1.0.0...v1.0.1) (2025-08-15) ### CI/CD diff --git a/app/components/ContactForm.vue b/app/components/ContactForm.vue index 33b2627..eb4531d 100644 --- a/app/components/ContactForm.vue +++ b/app/components/ContactForm.vue @@ -145,7 +145,7 @@ :disabled="!isVerified || isSendingMessage || isMessageSent" > - Send Me a Text! + Text Me! (Rob ☺️) diff --git a/app/components/ProjectCard.vue b/app/components/ProjectCard.vue index a61ad64..49ae0c8 100644 --- a/app/components/ProjectCard.vue +++ b/app/components/ProjectCard.vue @@ -18,9 +18,6 @@ > Source Code - diff --git a/app/pages/index.vue b/app/pages/index.vue index 6109a34..c10526b 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -8,9 +8,7 @@ Hi, I'm Rob!

I'm

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

- Hi! I'm a passionate and creative web developer with a knack for + Hiya! 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. @@ -54,44 +52,34 @@

-

Works in Progress

+

Current Projects

-
-

- Neat Things I've Done -

+

Past Projects

+ -
@@ -114,8 +102,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.", diff --git a/package-lock.json b/package-lock.json index 5471246..8f24a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portfolio", - "version": "1.1.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portfolio", - "version": "1.1.0", + "version": "1.0.1", "hasInstallScript": true, "dependencies": { "@nuxt/fonts": "0.11.4", diff --git a/package.json b/package.json index 45381c2..c9e30eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio", - "version": "1.1.0", + "version": "1.0.1", "private": true, "type": "module", "scripts": {