feat: remove useless elements
This commit is contained in:
parent
39e2f23762
commit
a8cbedbcdf
2 changed files with 7 additions and 8 deletions
|
|
@ -74,9 +74,10 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topics {
|
.topics {
|
||||||
padding-left: 30px;
|
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin: 0;
|
flex: 1;
|
||||||
|
justify-content: flex-begin;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic {
|
.topic {
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,10 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<!-- <img src="public/logo.webp" alt="Barrett Ruth Logo" class="logo" /> -->
|
<!-- <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/resume.pdf">Resume</a>
|
||||||
<a target="_blank" href="public/transcript.pdf">Transcript</a>
|
<a target="_blank" href="public/transcript.pdf">Transcript</a>
|
||||||
<!-- <a target="_blank" href="about.html">About</a> -->
|
<!-- <a target="_blank" href="about.html">About</a> -->
|
||||||
<a target="_blank" href="/wip.html">About</a>
|
<a target="_blank" href="/wip.html">About</a>
|
||||||
</nav>
|
|
||||||
</header>
|
</header>
|
||||||
<main class="main">
|
<main class="main">
|
||||||
<ul class="topics">
|
<ul class="topics">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue