From e2cf10c996a3a3f5763c36a53a4a0f7fc8d56fd0 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Thu, 4 Apr 2024 15:32:31 -0500 Subject: [PATCH] typo + image alignment + desc --- src/components/Footer.astro | 2 +- src/pages/index.astro | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3a2d5b4..87cd5cc 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,7 +6,7 @@ class="font-thin text-fg_light text-sm flex flex-col items-center my-10" >
- Copyright (C) {new Date().getFullYear().toString()} James Hunter Deloche. + Copyright (C) {new Date().getFullYear().toString()} James Hunter DeLoche.
diff --git a/src/pages/index.astro b/src/pages/index.astro index ca692b1..dcfd5b6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,12 +7,19 @@ import { Image } from "astro:assets"; import portrait from "@/assets/headshot_cropped.png"; --- - +
- Portrait of Hunter. + Portrait of Hunter.
About Me