Initial Upload
This commit is contained in:
commit
b97d271223
210 changed files with 8772 additions and 0 deletions
221
index.html
Normal file
221
index.html
Normal file
|
@ -0,0 +1,221 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="CCBot" content="nofollow" />
|
||||
<meta name="robots" content="noai, noimageai" />
|
||||
<meta name="tdm-reservation" content="1" />
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="res/asset-sitewide-favicon.png"
|
||||
type="image/icon type"
|
||||
/>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="I am nnwhen. I make Music, Soundtracks and Other-Art."
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Soundtrack, Music Syncing, Movie Music, nnwhen, Sound Design, Sound Designer"
|
||||
/>
|
||||
<meta name="author" content="nnwhen" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="height=device-height, width=device-width, initial-scale=1"
|
||||
/>
|
||||
<title>nnwhen</title>
|
||||
|
||||
<meta
|
||||
property="og:title"
|
||||
content="The Homepage of nnwhen: Soundtracks, Music, Other-Media"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Contact me for Soundtracking Movies, Series and any Other-Media"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://www.nnwhen.com/res/img-offsite-preview.jpg"
|
||||
/>
|
||||
<meta property="og:url" content="https://www.nnwhen.com/" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content="The Homepage of nnwhen: Soundtracks, Music, Other-Media"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Contact me for Soundtracking Movies, Series and any Other-Media"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@nnwhen_" />
|
||||
<meta name="twitter:creator" content="@nnwhen_" />
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://www.nnwhen.com/res/img-offsite-preview.jpg"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image:alt"
|
||||
content="A dithered Peach and Maroon image of flowers superimposed ontop of a skyline photo"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<a
|
||||
rel="me"
|
||||
href="https://mstdn.nnwhen.com/@nnwhen"
|
||||
style="display: none"
|
||||
aria-hidden="true"
|
||||
tabindex="-1"
|
||||
>Mastodon</a
|
||||
>
|
||||
<a class="skip-to-content" href="#hero">Skip to main content</a>
|
||||
<header>
|
||||
<div role="img" aria-label="nnwhen logo and banner" id="header-img-group">
|
||||
<picture id="header-img-group-banner">
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-banner.jxl"
|
||||
type="image/jxl"
|
||||
/>
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-banner.avif"
|
||||
type="image/avif"
|
||||
/>
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-banner.webp"
|
||||
type="image/webp"
|
||||
/>
|
||||
<img src="res/asset-sitewide-header-banner.png" alt="" />
|
||||
</picture>
|
||||
<a aria-label="Return to the Homepage" tabindex="-1" href="#">
|
||||
<picture id="header-img-group-logo">
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-ennspace.jxl"
|
||||
type="image/jxl"
|
||||
/>
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-ennspace.avif"
|
||||
type="image/avif"
|
||||
/>
|
||||
<source
|
||||
srcset="res/asset-sitewide-header-ennspace.webp"
|
||||
type="image/webp"
|
||||
/>
|
||||
<img
|
||||
src="res/asset-sitewide-header-ennspace.png"
|
||||
alt="Return to the Homepage"
|
||||
/>
|
||||
</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>
|
||||
<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; They/Them; Noi/Noise</p>
|
||||
</section>
|
||||
<section id="hero-info">
|
||||
<h1>I am <b>nnwhen</b></h1>
|
||||
<p>
|
||||
I also <span aria-label="honor or co-opt">Honor / Co-Opt</span>
|
||||
<i>'nwhen'</i>, <i>'when'</i>; Sometimes <i>'nn'</i>
|
||||
</p>
|
||||
<p>
|
||||
<a href="sound-design.html">
|
||||
My <span>Body / Music</span> is stored here
|
||||
</a>
|
||||
<br />
|
||||
<a href="blog/index.html">
|
||||
I <span>Write / Die</span> within these walls
|
||||
</a>
|
||||
<br />
|
||||
<a href="blog/2024-09-28-about-me.html"
|
||||
><span>Study / Bury</span> me here
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
I am a <span>Proponent / Result</span> of art <br />
|
||||
<b>nnwhen</b> is bodiless euphoria
|
||||
</p>
|
||||
|
||||
<nav id="socials">
|
||||
<a
|
||||
href="https://www.soundcloud.com/nnwhen"
|
||||
target="_blank"
|
||||
title="Soundcloud"
|
||||
>
|
||||
<img src="res/asset-sitewide-nav-soundcloud.svg" alt="" />
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://nnwhen.bandcamp.com/"
|
||||
target="_blank"
|
||||
title="Bandcamp"
|
||||
>
|
||||
<img src="res/asset-sitewide-nav-bandcamp.svg" alt="" />
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="mailto:contact@nnwhen.com"
|
||||
title="Email Me"
|
||||
>
|
||||
<img src="res/asset-sitewide-nav-mail.svg" alt="" />
|
||||
</a>
|
||||
|
||||
<a href="socials.html" target="_blank" title="Other Socials">
|
||||
<img src="res/asset-sitewide-nav-at.svg" alt="" />
|
||||
</a>
|
||||
|
||||
<a href="feed.xml" target="_blank" title="RSS Feed">
|
||||
<img src="res/asset-sitewide-nav-rss.svg" alt="" />
|
||||
</a>
|
||||
</nav>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="free">
|
||||
<a href="our-siblings.html"
|
||||
>Free Our People</a
|
||||
>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue