two page refactor hotfix
This commit is contained in:
parent
a2fc452d20
commit
45bdc1ea55
2 changed files with 44 additions and 46 deletions
|
@ -86,31 +86,30 @@
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
|
||||||
<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
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<div aria-hidden="true" id="whitespace"></div>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
aria-label="The Hub that links to my Art, Poetry and Other-Media"
|
|
||||||
href="archive.html"
|
|
||||||
>archive</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a aria-label="Go to my Blog" href="blog/index.html">blog</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
</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>
|
||||||
|
</li>
|
||||||
|
<div aria-hidden="true" id="whitespace"></div>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
aria-label="The Hub that links to my Art, Poetry and Other-Media"
|
||||||
|
href="archive.html"
|
||||||
|
>archive</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a aria-label="Go to my Blog" href="blog/index.html">blog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<h1 id="main" style="text-align: center">
|
<h1 id="main" style="text-align: center">
|
||||||
None Are Free Until We Are All Free
|
None Are Free Until We Are All Free
|
||||||
</h1>
|
</h1>
|
||||||
|
|
45
socials.html
45
socials.html
|
@ -92,31 +92,30 @@
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
|
||||||
<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
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<div aria-hidden="true" id="whitespace"></div>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
aria-label="The Hub that links to my Art, Poetry and Other-Media"
|
|
||||||
href="archive.html"
|
|
||||||
>archive</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a aria-label="Go to my Blog" href="blog/index.html">blog</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
</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>
|
||||||
|
</li>
|
||||||
|
<div aria-hidden="true" id="whitespace"></div>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
aria-label="The Hub that links to my Art, Poetry and Other-Media"
|
||||||
|
href="archive.html"
|
||||||
|
>archive</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a aria-label="Go to my Blog" href="blog/index.html">blog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<h1 id="main" style="text-align: center">My Socials</h1>
|
<h1 id="main" style="text-align: center">My Socials</h1>
|
||||||
|
|
||||||
<main id="social-list">
|
<main id="social-list">
|
||||||
|
|
Loading…
Add table
Reference in a new issue