header heavy refactor
This commit is contained in:
parent
7e6c0d4b1d
commit
a2fc452d20
31 changed files with 749 additions and 725 deletions
56
index.html
56
index.html
|
@ -104,35 +104,35 @@
|
|||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
<li aria-hidden="true" id="here">
|
||||
<a tabindex="-1" aria-hidden="true" href="#">home</a>
|
||||
</li>
|
||||
<li id="music">
|
||||
<a aria-label="Listen to my music" href="sound-design.html"
|
||||
>music</a
|
||||
>
|
||||
<picture aria-hidden="true" id="arrow">
|
||||
<source srcset="res/img-home-dothis.avif" type="image/avif" />
|
||||
<source srcset="res/img-home-dothis.webp" type="image/webp" />
|
||||
<img src="res/img-home-dothis.png" alt="" />
|
||||
</picture>
|
||||
</li>
|
||||
<div aria-hidden="true" id="whitespace"></div>
|
||||
<li>
|
||||
<a
|
||||
aria-label="My archive of 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>
|
||||
|
||||
<nav id="navigation">
|
||||
<ul>
|
||||
<li aria-hidden="true" id="here">
|
||||
<a tabindex="-1" aria-hidden="true" href="#">home</a>
|
||||
</li>
|
||||
<li id="music">
|
||||
<a aria-label="Listen to my music" href="sound-design.html">music</a>
|
||||
<picture aria-hidden="true" id="arrow">
|
||||
<source srcset="res/img-home-dothis.avif" type="image/avif" />
|
||||
<source srcset="res/img-home-dothis.webp" type="image/webp" />
|
||||
<img src="res/img-home-dothis.png" alt="" />
|
||||
</picture>
|
||||
</li>
|
||||
<div aria-hidden="true" id="whitespace"></div>
|
||||
<li>
|
||||
<a
|
||||
aria-label="My archive of 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>
|
||||
|
||||
<main id="hero">
|
||||
<section id="hero-headshot">
|
||||
<picture>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue