update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-04-17 20:40:15 -07:00
parent 21d376b03a
commit f731114525
1 changed files with 31 additions and 0 deletions

31
diary/2022-04-17.html Normal file
View File

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Zk | 2022-04-17</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 2022-04-17</h1>
</header>
<article class="content">
<h1 id="annotation-splendor-misery">Annotation: Splendor &amp; Misery</h1>
<p>Splendor &amp; Misery is a 2016 album released by the hip hop group clipping. Daveed Diggs performs both lead and backing vocals while William Hutson and Jonathan snipes provide the instrumentals, relying heavily on both analog and digital synths. As with much of their work, Diggs&rsquo;s performance is incredibly tight and precise while the instrumental performance incorporates elements of noise music, aleatoricism, and diegetic noises such as the beeps and hisses that might </p>
<p>Diegetic, because Splendor &amp; Misery is also a 2016 science fiction concept album. It was nominated for the 2017 Hugo Award for Best Dramatic Presentation, Short Film.</p>
</article>
<footer>
<p>Page generated on 2022-04-17</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>