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