new draft
This commit is contained in:
parent
9ed4e4512d
commit
39e2f23762
5 changed files with 158 additions and 38 deletions
44
index.html
44
index.html
|
|
@ -2,10 +2,48 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>barrett ruth</title>
|
||||
<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>
|
||||
my website
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue