new pic + square

This commit is contained in:
Noah Swerhun 2024-04-06 13:40:23 -05:00
parent 27244a4f3b
commit b2cef72859
2 changed files with 9 additions and 6 deletions

BIN
src/assets/headshot_lg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -4,19 +4,17 @@ import Paragraph from "@/components/Paragraph.astro";
import Heading from "@/components/Heading.astro"; import Heading from "@/components/Heading.astro";
import { Image } from "astro:assets"; import { Image } from "astro:assets";
import portrait from "@/assets/headshot_cropped.png"; import portrait from "@/assets/headshot_lg.jpg";
--- ---
<Layout <Layout
title="J. Hunter DeLoche | About" 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." 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:flex-row items-center justify-around">
class="flex flex-col gap-10 md:gap-0 md:flex-row items-center justify-around" <div class="">
>
<div class="basis-2/6">
<Image <Image
class="rounded-full w-full" class="rounded-md w-full"
src={portrait} src={portrait}
alt="Portrait of Hunter." alt="Portrait of Hunter."
/> />
@ -43,6 +41,11 @@ import portrait from "@/assets/headshot_cropped.png";
album that envisions psychosis meshed with science fiction. To learn more album that envisions psychosis meshed with science fiction. To learn more
about his music, visit the "music" page above. about his music, visit the "music" page above.
</Paragraph> </Paragraph>
<Paragraph>
Hunter also volunteers as a writing tutor for those working on their
college application process. For free writing advising and revision
services, visit the “writing” page above.
</Paragraph>
</div> </div>
</div> </div>
</Layout> </Layout>