feat: remove useless elements

This commit is contained in:
Barrett Ruth 2024-06-07 18:48:40 -05:00
parent 39e2f23762
commit a8cbedbcdf
2 changed files with 7 additions and 8 deletions

View file

@ -74,9 +74,10 @@ a {
}
.topics {
padding-left: 30px;
font-size: 2.5em;
margin: 0;
flex: 1;
justify-content: flex-begin;
align-items: center;
}
.topic {

View file

@ -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">