diff --git a/src/sections/profile.astro b/src/sections/profile.astro index e3728f4..201d6d0 100644 --- a/src/sections/profile.astro +++ b/src/sections/profile.astro @@ -3,8 +3,8 @@ import Section from "../components/Section.astro"; import BodyText from "../components/BodyText.astro"; import SecHeading from "../components/SecHeading.astro"; -import { Image } from 'astro:assets'; -import portrait from "../../public/assets/portrait.jpg" +import { Image } from "astro:assets"; +import portrait from "../../public/assets/portrait.jpg"; const { ...rest } = Astro.props; --- @@ -14,21 +14,21 @@ const { ...rest } = Astro.props;
PROFILE - Noah Swerhun is a mathematics student at the University of Chicago. - He was a National Merit Scholar Commended Student in 2023. In 2022, - he earned his Eagle Scout rank after leading and coordinating a 200+ + Noah Swerhun is a mathematics student at the University of Chicago. He + was a National Merit Scholar Commended Student in 2023. In 2022, he + earned his Eagle Scout rank after leading and coordinating a 200+ man-hour service project to give bicycles to people in need. - Noah is studying for a career in finance. For two summers, Noah - worked as an intern analyst at a private equity firm in Chicago. - Going forward, he wants to use his mathematics skills for a job in - quantitative trading. + Noah is studying for a career in finance. For two summers, Noah worked + as an intern analyst at a private equity firm in Chicago. Going forward, + he wants to use his mathematics skills for a job in quantitative + trading. Outside of work and school, Noah enjoys reading and programming. His preferred genre of literature is the philosophical novel; among his - favorites are Dostoevsky's The Idiot and di Lampedusa's + favorites are Dostoevsky's The Idiot and di Lampedusa's The Leopard.
@@ -36,7 +36,7 @@ const { ...rest } = Astro.props; Portrait of Noah