From 309e5ceb2f1ae29ceb87387ec1d60e6c432d5f04 Mon Sep 17 00:00:00 2001 From: Spencer Jones Date: Wed, 13 Nov 2024 07:53:46 -0700 Subject: [PATCH] Added analytics and updated some content. --- src/components/BaseHead.astro | 3 +++ src/pages/index.astro | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 9b67a4c..eeda463 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -45,3 +45,6 @@ const { title, description, image = '/west-wing-sunrise.jpg' } = Astro.props; + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 3ea9ccd..3dd1009 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,8 @@ import BaseHead from "../components/BaseHead.astro"; import Header from "../components/Header.astro"; import Footer from "../components/Footer.astro"; import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; +import { Image } from "astro:assets"; +import profilePic from "../../public/profile-pic.jpg"; --- @@ -15,9 +17,9 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";

Hello

- A man with short, dark, wavy hair and a beard is looking at the camera. He is wearing a gray shirt and standing against a plain background.

@@ -26,9 +28,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; I was in the US Air Force for a large portion of my life as a Jet Engine Mechanic and have transitioned into Software Development after separating. I enjoy running, cycling, and - rock climbing as well as exploring technology. I am a - motivated lifelong learner and eager to share what I've - learned. + rock climbing as well as exploring technology.