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