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 { Image } from "astro:assets";
import portrait from "@/assets/headshot_cropped.png";
import portrait from "@/assets/headshot_lg.jpg";
---
<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
class="flex flex-col gap-10 md:gap-0 md:flex-row items-center justify-around"
>
<div class="basis-2/6">
<div class="flex flex-col gap-10 md:flex-row items-center justify-around">
<div class="">
<Image
class="rounded-full w-full"
class="rounded-md w-full"
src={portrait}
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
about his music, visit the "music" page above.
</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>
</Layout>