typo + image alignment + desc

This commit is contained in:
Noah Swerhun 2024-04-04 15:32:31 -05:00
parent 385095378b
commit e2cf10c996
2 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,7 @@
class="font-thin text-fg_light text-sm flex flex-col items-center my-10" class="font-thin text-fg_light text-sm flex flex-col items-center my-10"
> >
<div class="font-display"> <div class="font-display">
Copyright (C) {new Date().getFullYear().toString()} James Hunter Deloche. Copyright (C) {new Date().getFullYear().toString()} James Hunter DeLoche.
</div> </div>
<!-- <a class="underline" href="https://git.noahsw.xyz/noah/jhunterdeloche.com" --> <!-- <a class="underline" href="https://git.noahsw.xyz/noah/jhunterdeloche.com" -->
<!-- >View the Source</a --> <!-- >View the Source</a -->

View file

@ -7,12 +7,19 @@ import { Image } from "astro:assets";
import portrait from "@/assets/headshot_cropped.png"; import portrait from "@/assets/headshot_cropped.png";
--- ---
<Layout title="J. Hunter DeLoche | About" description="about"> <Layout
title="J. Hunter DeLoche | About"
description="Hunter DeLoche is a biological sciences and music student at the University of Chicago. Additionally, he is a cadet in the Colleges Army ROTC program, intending to commission as a second lieutenant in the Medical Service Corps upon graduation."
>
<div <div
class="flex flex-col gap-10 md:gap-0 md:flex-row items-center justify-around" class="flex flex-col gap-10 md:gap-0 md:flex-row items-center justify-around"
> >
<div class="basis-2/6"> <div class="basis-2/6">
<Image class="rounded-full" src={portrait} alt="Portrait of Hunter." /> <Image
class="rounded-full w-full"
src={portrait}
alt="Portrait of Hunter."
/>
</div> </div>
<div class="basis-1/2"> <div class="basis-1/2">
<Heading>About Me</Heading> <Heading>About Me</Heading>