Skip to content

Commit 2d1f7a7

Browse files
committed
move essays and poems links from top navigation to footer for better accessibility
1 parent 700130a commit 2d1f7a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ <h1 class="header">
3939
<a class="simple-link" href="./index.html"> zesameri </a>
4040
<a class="simple-link" href="./secrets.html"> <img class="header-img" src="assets/images/flower.svg" alt="Flower"></a>
4141
</h1>
42-
<nav class="top-nav">
43-
<a class="nav-link" href="./essays.html">essays</a>
44-
<a class="nav-link" href="./poems.html">poems</a>
45-
</nav>
4642
</div>
4743
<div class="bio">
4844
<p>
@@ -63,6 +59,8 @@ <h1 class="header">
6359
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
6460
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
6561
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">eww</a>
62+
<a class="footer__link--essays" href="./essays.html">essays</a>
63+
<a class="footer__link--poems" href="./poems.html">poems</a>
6664
<div class="crumple" aria-hidden=""></div>
6765
</footer>
6866
</body>

0 commit comments

Comments
 (0)