feat: terminal
This commit is contained in:
parent
a8cbedbcdf
commit
ac76a4eb16
2 changed files with 55 additions and 27 deletions
27
index.html
27
index.html
|
|
@ -10,11 +10,16 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<!-- <img src="public/logo.webp" alt="Barrett Ruth Logo" class="logo" /> -->
|
||||
<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>
|
||||
<div class="terminal-prompt">
|
||||
<span class="prompt">barrett@ruth:~$</span>
|
||||
<span class="cursor"></span>
|
||||
</div>
|
||||
<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> -->
|
||||
<a href="/wip.html">About</a>
|
||||
</div>
|
||||
</header>
|
||||
<main class="main">
|
||||
<ul class="topics">
|
||||
|
|
@ -37,11 +42,13 @@
|
|||
</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>
|
||||
<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
|
||||
>
|
||||
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue