-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
83 lines (83 loc) · 3.25 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/common.css" />
<link rel="stylesheet" href="/styles/index.css" />
<link rel="stylesheet" href="/styles/post.css" />
<link rel="icon" type="image/webp" href="/public/logo.webp" />
<title>Barrett Ruth</title>
</head>
<body class="graph-background">
<header>
<a href="/" onclick="refresh(event)">
<div class="terminal-container">
<span class="terminal-prompt">barrett@ruth:~$ /about</span>
<span class="terminal-cursor"></span>
</div>
</a>
<div class="header-links">
<a target="_blank" href="/public/resume.pdf">Resume</a>
<a target="_blank" href="/public/transcript.pdf">Transcript</a>
<a href="/about.html">About</a>
</div>
</header>
<main class="main">
<div class="post-container">
<header class="post-header">
<h1 class="post-title">Barrett Ruth</h1>
<p class="post-meta">
<time datetime="2024-11-30">30/11/2024</time>
</p>
</header>
<article class="post-article">
<p>
I am a software developer studying Computer Science and Economics at
the
<a target="blank" href="https://virginia.edu"
>University of Virginia</a
>.
</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&mdash.
</p>
<p>
You can see my related contributions on
<a target="blank" href="https://github.com/barrett-ruth">GitHub</a>.
</p>
</article>
</div>
</main>
<footer>
<div class="footer-links">
<a target="_blank" href="https://github.com/barrett-ruth/">GitHub</a>
<a target="_blank" href="https://www.linkedin.com/in/barrett-ruth/"
>LinkedIn</a
>
</div>
</footer>
<script src="scripts/common.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>