Merge pull request #54 from barrettruth/fix-readme

remove about page
This commit is contained in:
Barrett Ruth 2026-01-20 13:36:18 -06:00 committed by GitHub
commit 66a42f788f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,40 +0,0 @@
---
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout title="Barrett Ruth">
<div>
<header>
<h1>Barrett Ruth</h1>
</header>
<article>
<p>
I am a software developer studying computer science at the University of
Virginia.
</p>
<p>
I began working as a software engineer part-time with
<a target="blank" href="https://gotransverse.com/">GoTransverse</a>
in high school. After developing an interest in the financial/venture capital
world, I transitioned to
<a target="blank" href="https://www.nthventure.com/">Nth Venture</a>
in the spring of my second year. I worked at
<a target="blank" href="https://usa.visa.com/">VISA</a> and
<a href="https://trbcap.com" target="_blank">TRB Capital Management</a>
during the summer of 2024. Luckily enough, I'll be joining
<a href="https://drw.com" target="_blank">DRW</a> and
<a href="https://ramp.com" target="_blank">Ramp</a> in the summer and spring
of 2025.
</p>
<p>
I've a developing interest in high-performance computing, quantitative
finance, and open-source software. I am also a passionate contributor to
the (Neo)Vim ecosystem and beyond.
</p>
<p>
You can see my related contributions on
<a target="blank" href="https://github.com/barrettruth">GitHub</a>.
</p>
</article>
</div>
</BaseLayout>