Added analytics and updated some content.
This commit is contained in:
@@ -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";
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
@@ -15,9 +17,9 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||
<main>
|
||||
<h1>Hello</h1>
|
||||
<article>
|
||||
<img
|
||||
src="/profile-pic.jpg"
|
||||
width="250px"
|
||||
<Image
|
||||
src={profilePic}
|
||||
width={250}
|
||||
alt="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."
|
||||
/>
|
||||
<p>
|
||||
@@ -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.
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user