feat: remove useless elements
This commit is contained in:
parent
39e2f23762
commit
a8cbedbcdf
2 changed files with 7 additions and 8 deletions
10
index.html
10
index.html
|
|
@ -11,12 +11,10 @@
|
|||
<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>
|
||||
<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>
|
||||
</header>
|
||||
<main class="main">
|
||||
<ul class="topics">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue