added quant job info
This commit is contained in:
parent
c47ca1f16a
commit
ace6603241
2 changed files with 17 additions and 16 deletions
|
@ -21,9 +21,10 @@ import portrait from "@/assets/portrait.jpg";
|
|||
</Paragraph>
|
||||
<Paragraph>
|
||||
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.
|
||||
as an intern analyst at a private equity firm in Chicago. He then worked
|
||||
as an intern quantitative researcher at a company specializing in
|
||||
cryptocurrency data aggregation and analysis. Going foward, Noah wants
|
||||
to continue using his mathematics skills in quantitative finance.
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
Outside of work and school, Noah enjoys reading and programming. His
|
||||
|
|
|
@ -6,7 +6,7 @@ import Project from "@/components/Project.astro";
|
|||
|
||||
import drfeelycom from "@/assets/drfeelycom.png";
|
||||
import ngen from "@/assets/ngen.png";
|
||||
import jhdcom from "@/assets/jhdcom.png";
|
||||
//import jhdcom from "@/assets/jhdcom.png";
|
||||
---
|
||||
|
||||
<Section id="projects">
|
||||
|
@ -41,19 +41,19 @@ import jhdcom from "@/assets/jhdcom.png";
|
|||
</Project>
|
||||
|
||||
<!-- <Project -->
|
||||
<!-- name="JHUNTERDELOCHE.COM" -->
|
||||
<!-- image={{ src: jhdcom, alt: "Picture of jhunterdeloche.com homepage" }} -->
|
||||
<!-- links={[ -->
|
||||
<!-- { text: "JHunterDeLoche.com", url: "https://jhunterdeloche.com" }, -->
|
||||
<!-- { -->
|
||||
<!-- text: "Git Repo", -->
|
||||
<!-- url: "https://git.noahsw.xyz/noah/jhunterdeloche.com", -->
|
||||
<!-- }, -->
|
||||
<!-- ]} -->
|
||||
<!-- name="JHUNTERDELOCHE.COM" -->
|
||||
<!-- image={{ src: jhdcom, alt: "Picture of jhunterdeloche.com homepage" }} -->
|
||||
<!-- links={[ -->
|
||||
<!-- { text: "JHunterDeLoche.com", url: "https://jhunterdeloche.com" }, -->
|
||||
<!-- { -->
|
||||
<!-- text: "Git Repo", -->
|
||||
<!-- url: "https://git.noahsw.xyz/noah/jhunterdeloche.com", -->
|
||||
<!-- }, -->
|
||||
<!-- ]} -->
|
||||
<!-- > -->
|
||||
<!-- Personal website for Hunter DeLoche, a fellow University of Chicago student. -->
|
||||
<!-- Includes information about Hunter's studies and music production activities -->
|
||||
<!-- in his band, "Amnesium." -->
|
||||
<!-- Personal website for Hunter DeLoche, a fellow University of Chicago student. -->
|
||||
<!-- Includes information about Hunter's studies and music production activities -->
|
||||
<!-- in his band, "Amnesium." -->
|
||||
<!-- </Project> -->
|
||||
|
||||
<div class="flex justify-around mt-10">
|
||||
|
|
Loading…
Reference in a new issue