49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
<!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="index.css" />
|
|
<!-- <link rel="icon" type="image/webp" href="/public/logo.webp" /> -->
|
|
<title>Barrett Ruth</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<!-- <img src="public/logo.webp" alt="Barrett Ruth Logo" class="logo" /> -->
|
|
<nav class="nav">
|
|
<a target="_blank" href="public/resume.pdf">Resume</a>
|
|
<a target="_blank" href="public/transcript.pdf">Transcript</a>
|
|
<!-- <a target="_blank" href="about.html">About</a> -->
|
|
<a target="_blank" href="/wip.html">About</a>
|
|
</nav>
|
|
</header>
|
|
<main class="main">
|
|
<ul class="topics">
|
|
<li class="topic software">
|
|
<!-- <a href="topics/software">Software</a> -->
|
|
<a href="/wip.html">Software</a>
|
|
</li>
|
|
<li class="topic economics">
|
|
<!-- <a href="topics/economics">Economics</a> -->
|
|
<a href="/wip.html">Economics</a>
|
|
</li>
|
|
<li class="topic trading">
|
|
<!-- <a href="topics/trading">Trading</a> -->
|
|
<a href="/wip.html">Trading</a>
|
|
</li>
|
|
<li class="topic interview-problems">
|
|
<!-- <a href="topics/interview-problems">Interview Problems</a> -->
|
|
<a href="wip.html">Interview Problems</a>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
<a target="_blank" href="https://github.com/barrett-ruth/">GitHub</a>
|
|
<a target="_blank" href="https://www.linkedin.com/in/barrett-ruth/"
|
|
>LinkedIn</a
|
|
>
|
|
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|