two page refactor hotfix
This commit is contained in:
parent
a2fc452d20
commit
45bdc1ea55
2 changed files with 44 additions and 46 deletions
|
@ -86,15 +86,15 @@
|
|||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
<nav>
|
||||
</header>
|
||||
|
||||
<nav id="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a aria-label="Go Back to Homepage" href="index.html">home</a>
|
||||
</li>
|
||||
<li id="music">
|
||||
<a aria-label="Listen to my music" href="sound-design.html"
|
||||
>music</a
|
||||
>
|
||||
<a aria-label="Listen to my music" href="sound-design.html">music</a>
|
||||
</li>
|
||||
<div aria-hidden="true" id="whitespace"></div>
|
||||
<li>
|
||||
|
@ -109,7 +109,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<h1 id="main" style="text-align: center">
|
||||
None Are Free Until We Are All Free
|
||||
|
|
|
@ -92,15 +92,15 @@
|
|||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
<nav>
|
||||
</header>
|
||||
|
||||
<nav id="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a aria-label="Go Back to Homepage" href="index.html">home</a>
|
||||
</li>
|
||||
<li id="music">
|
||||
<a aria-label="Listen to my music" href="sound-design.html"
|
||||
>music</a
|
||||
>
|
||||
<a aria-label="Listen to my music" href="sound-design.html">music</a>
|
||||
</li>
|
||||
<div aria-hidden="true" id="whitespace"></div>
|
||||
<li>
|
||||
|
@ -115,7 +115,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<h1 id="main" style="text-align: center">My Socials</h1>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue