From 3096a4dabb267990c06e0dd41b52820b0f7f4a61 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Sat, 6 Dec 2025 14:04:40 -0700 Subject: [PATCH] Update navigation links and global styles for improved branding and user engagement. Changed 'Contact' link to 'Let's Talk' and updated accent color in CSS for a more vibrant design. --- src/components/Navigation.astro | 6 +- src/pages/contact.astro | 122 ++++++++++++++++++++++++++++++++ src/styles/global.css | 2 +- 3 files changed, 126 insertions(+), 4 deletions(-) create mode 100644 src/pages/contact.astro diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index f0ef0ae..7516815 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -9,11 +9,11 @@ 02. Blog - + - - Contact + Let's Talk diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 0000000..dc114cc --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,122 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; +--- + + +
+
+

+ Let's Talk +

+

/// GET IN TOUCH

+
+ +
+ +
+
+
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+
+ + +
+
+

Contact Info

+ +
+ +
+

Location

+

+ Colorado Springs, CO
+ Mountain Standard Time (MST) +

+
+ +
+

Availability

+
+ + + + + Open to opportunities +
+

+ Currently accepting new projects for Q3 2026. Reach out to schedule a discovery call. +

+
+
+
+
+
+ diff --git a/src/styles/global.css b/src/styles/global.css index 686e8c6..268dd09 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -3,7 +3,7 @@ @theme { --color-brand-dark: #0B0D11; --color-brand-panel: #151921; - --color-brand-accent: #FFB84C; + --color-brand-accent: #ff4d00; --color-brand-cyan: #22D3EE; --color-brand-red: #E11D48;