index update
This commit is contained in:
parent
b523b6a3f1
commit
af2beefe66
5 changed files with 47 additions and 19 deletions
33
index.html
33
index.html
|
@ -129,17 +129,6 @@
|
|||
</nav>
|
||||
|
||||
<main id="hero">
|
||||
<section id="hero-headshot">
|
||||
<picture>
|
||||
<source srcset="res/img-home-headshot.avif" type="image/avif" />
|
||||
<source srcset="res/img-home-headshot.webp" type="image/webp" />
|
||||
<img
|
||||
src="res/img-home-headshot.jpg"
|
||||
alt="An image of nnwhen; their face obscured with paints"
|
||||
/>
|
||||
</picture>
|
||||
<p>It/Its; She/Her; They/Them</p>
|
||||
</section>
|
||||
<section id="hero-info">
|
||||
<h1>I am <b>nnwhen</b></h1>
|
||||
<p>
|
||||
|
@ -195,6 +184,28 @@
|
|||
</a>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<section id="hero-headshot">
|
||||
<section id="directory">
|
||||
<h1>Directory</h1>
|
||||
<ul>
|
||||
<li><a href="now.html">Now</a></li>
|
||||
<li><a href="poetry/index.html">Poetry</a></li>
|
||||
<li><a href="mirror.html">Samples and Stems</a></li>
|
||||
<li><a href="artwork.html">Artworks</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<picture>
|
||||
<source srcset="res/img-home-headshot.avif" type="image/avif" />
|
||||
<source srcset="res/img-home-headshot.webp" type="image/webp" />
|
||||
<img
|
||||
src="res/img-home-headshot.jpg"
|
||||
alt="An image of nnwhen; their face obscured with paints"
|
||||
/>
|
||||
</picture>
|
||||
<p>It/Its; She/Her; They/Them</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="free">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue