Blog post and update
This commit is contained in:
parent
a64d809bc2
commit
fb9463b5e5
8 changed files with 267 additions and 8 deletions
228
blog/2025-03-06-wip-projects.html
Normal file
228
blog/2025-03-06-wip-projects.html
Normal file
|
@ -0,0 +1,228 @@
|
|||
<!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="stylesheet" href="blog-style.css" />
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="An announcement to let people know of the new poetry section on nnwhen's website"
|
||||
/>
|
||||
<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"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
href="../res/asset-sitewide-favicon.png"
|
||||
type="image/icon type"
|
||||
/>
|
||||
<title>NN//B/Projects: Music, Poetry</title>
|
||||
|
||||
<meta name="fediverse:creator" content="@nnwhen@mstdn.nnwhen.com" />
|
||||
<meta property="og:title" content="nnwhen On Projects: Music, Poetry" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="What has been going on in my corner of cyberspace"
|
||||
/>
|
||||
<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="nnwhen On Projects: Music, Poetry" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="What has been going on in my corner of cyberspace"
|
||||
/>
|
||||
<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 class="skip-to-content" href="#blog-post">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.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" href="../index.html">
|
||||
<picture id="header-img-group-logo">
|
||||
<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>
|
||||
</header>
|
||||
|
||||
<nav id="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a aria-label="Go Back to Homepage" href="../index.html">home</a>
|
||||
</li>
|
||||
<li>
|
||||
<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 id="parent">
|
||||
<a aria-label="Go to my Blog" href="index.html">blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<aside 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>
|
||||
</aside>
|
||||
|
||||
<main id="blog-post">
|
||||
<hr aria-hidden="true" />
|
||||
<h1>Yay! New Projects! Creativity!</h1>
|
||||
<hr aria-hidden="true" />
|
||||
<hr aria-hidden="true" />
|
||||
<h2>Poetry</h2>
|
||||
<p>
|
||||
Anyone <a target="_blank" href="../feed.xml">following my RSS</a> would
|
||||
have been notified that
|
||||
<a target="_blank" href="../poetry/miasma.html">I released a new poem</a
|
||||
>. Content Warnings include:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Sickness</li>
|
||||
<li>Retching</li>
|
||||
<li>Death</li>
|
||||
</ul>
|
||||
<p>
|
||||
This one was written rather quickly but I still like it. I needed to
|
||||
shake off some rust and dust. I think it's a fine beginning to my
|
||||
momentum!
|
||||
</p>
|
||||
<p>
|
||||
The particular series this poem is home to has been renamed from:
|
||||
'Purple Haze' to 'Purple Fever Fog'. I think people confused the image I
|
||||
was trying to convey with the name for something else. I always pictured
|
||||
the album art of
|
||||
<i>Godspeed You! Black Emperor's</i> <i>"F# A# ∞"</i> to be
|
||||
pretty accurate to the visual ambience of the series. <br />
|
||||
Picture below.
|
||||
</p>
|
||||
<picture>
|
||||
<source srcset="../res/misc-mus-f_a_inf.webp" type="image/webp" />
|
||||
<img
|
||||
src="../res/misc-mus-f_a_inf.jpg"
|
||||
alt="An image at night pointed toward an overcast sky and tinted a deep purple. The silhouette of a road sign in the foreground is blurred as we rush past, presumably in a car. Three large and powerful lamp posts are in the background. The image is grainy and no details can be made out."
|
||||
title="'F# A# ∞' by Godspeed You! Black Emperor"
|
||||
style="width: 250px"
|
||||
/>
|
||||
</picture>
|
||||
<hr />
|
||||
<h2>Music</h2>
|
||||
<p>
|
||||
I have done incredible work furthering 3 songs for my next planned
|
||||
EP/LP. There is technically a fourth that has been started too:
|
||||
<a target="_blank" href="../now.html#0004-01">'Chest'</a>. How many more
|
||||
will come is unknown. Though I am excited. Progress is strong, even when
|
||||
it was previously slow. Steady.
|
||||
</p>
|
||||
<audio preload="none" controls="">
|
||||
<source src="../res/prvw-mus-2025-03-02-chest.ogg" type="audio/ogg" />
|
||||
<source src="../res/prvw-mus-2025-03-02-chest.mp3" type="audio/mp3" />
|
||||
</audio>
|
||||
<p>
|
||||
Lyrics and brief info at its
|
||||
<a target="_blank" href="../now.html#0004-01">corresponding 'Now'</a>
|
||||
</p>
|
||||
<p>
|
||||
I will release more snippets, so follow some of my
|
||||
<a target="_blank" href="../socials.html">socials</a> - or keep an eye
|
||||
out on my new <a target="_blank" href="">'Now' page</a>.
|
||||
</p>
|
||||
<p>
|
||||
Much love! <br />
|
||||
nnwhen
|
||||
</p>
|
||||
<hr />
|
||||
</main>
|
||||
|
||||
<footer id="blog-footer">2025-03-06</footer>
|
||||
|
||||
<footer id="free">
|
||||
<a href="../our-siblings.html"
|
||||
>Free Our People</a
|
||||
>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -104,6 +104,13 @@
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.update-related {
|
||||
background-image: url(../res/asset-blog-update_post.png);
|
||||
background-size: 120px;
|
||||
background-position: right top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#blog-post {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
|
|
|
@ -150,6 +150,14 @@
|
|||
<main id="blog">
|
||||
<h1 style="font-family: 'mono', monospace">BLOG-SPACE</h1>
|
||||
|
||||
<a href="2025-03-06-wip-projects.html">
|
||||
<section class="blog-link update-related">
|
||||
<h2>Projects: Music, Poetry</h2>
|
||||
<h3>What nnwhen is up to now</h3>
|
||||
<h4>2025-03-06</h4>
|
||||
</section>
|
||||
</a>
|
||||
|
||||
<a href="2025-01-19-new-poetry.html">
|
||||
<section class="blog-link poetry-related">
|
||||
<h2>New Poetry Section</h2>
|
||||
|
|
16
feed.xml
16
feed.xml
|
@ -15,6 +15,22 @@
|
|||
</author>
|
||||
<id>https://nnwhen.com/</id>
|
||||
|
||||
<entry>
|
||||
<id>https://nnwhen.com/blog/2025-03-06-wip-projects</id>
|
||||
<title>nnwhen On Projects: Music, Poetry</title>
|
||||
<updated>2025-03-06T18:15:10Z</updated>
|
||||
|
||||
<content src="https://nnwhen.com/blog/2025-03-06-wip-projects"
|
||||
type="text/html"></content>
|
||||
|
||||
<link rel="alternate" href="https://nnwhen.com/blog/2025-03-06-wip-projects" />
|
||||
<summary>What has been going on in my corner of cyberspace.</summary>
|
||||
|
||||
<category term="Music" />
|
||||
<category term="nnwhen" />
|
||||
<published>2025-03-05T21:27:30Z</published>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>https://nnwhen.com/poetry/miasma</id>
|
||||
<title>nnwhen: New Poem Within The 'Purple Fever Fog' series</title>
|
||||
|
|
16
now.html
16
now.html
|
@ -137,7 +137,7 @@
|
|||
</aside>
|
||||
|
||||
<main id="main">
|
||||
<section class="now">
|
||||
<section class="now" id="0007">
|
||||
<hgroup>
|
||||
<h1>Huge Project Progress</h1>
|
||||
<h2>Music Making Machine!</h2>
|
||||
|
@ -173,7 +173,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<section class="now" id="0006">
|
||||
<hgroup>
|
||||
<h1>Consistency is Easy</h1>
|
||||
<h2>Thinking About it Is When You Make Excuses</h2>
|
||||
|
@ -193,7 +193,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<section class="now" id="0005">
|
||||
<hgroup>
|
||||
<h1>Return of the Hyperfixation</h1>
|
||||
<h2>
|
||||
|
@ -227,7 +227,7 @@
|
|||
</section>
|
||||
|
||||
<section class="thread">
|
||||
<div class="now">
|
||||
<div class="now" id="0004">
|
||||
<hgroup>
|
||||
<h1>'Chest'</h1>
|
||||
<h2>A Preview</h2>
|
||||
|
@ -255,7 +255,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<ul class="thread-update">
|
||||
<li>
|
||||
<li id="0004-01">
|
||||
<hgroup>
|
||||
<h1>'Chest' Update</h1>
|
||||
<h2>With new but <em>non-final</em> lyrics</h2>
|
||||
|
@ -304,7 +304,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<section class="now" id="0003">
|
||||
<hgroup>
|
||||
<h1>Persistence</h1>
|
||||
<h2>Maintenance and Growth</h2>
|
||||
|
@ -313,7 +313,7 @@
|
|||
<p>Keeping the momentum. Feeling proud. Continue.</p>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<section class="now" id="0002">
|
||||
<hgroup>
|
||||
<h1>'Structure of Reality'</h1>
|
||||
<h2>Maintenance and Growth</h2>
|
||||
|
@ -322,7 +322,7 @@
|
|||
<p>Who do I want to continue to be, who do I want to become. Devote.</p>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<section class="now" id="0001">
|
||||
<hgroup>
|
||||
<h1>Music and Code</h1>
|
||||
<h2>Self-Referential Post - Woohoo!</h2>
|
||||
|
|
BIN
res/asset-blog-update_post.png
Normal file
BIN
res/asset-blog-update_post.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
res/misc-mus-f_a_inf.jpg
Normal file
BIN
res/misc-mus-f_a_inf.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
res/misc-mus-f_a_inf.webp
Normal file
BIN
res/misc-mus-f_a_inf.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
Add table
Reference in a new issue