-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
151 additions
and
56 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<html lang="en" data-palette="nordish"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Entwined 2023</title> | ||
<link href="/css/rime.css" rel="stylesheet"/> | ||
<title>Entwined 2023 - Cameron Higby-Naquin</title> | ||
|
||
<link rel="stylesheet" href="/css/rime.css" media="all"/> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Entwined 2023" /> | ||
|
@@ -13,32 +14,46 @@ | |
<meta property="og:url" content="https://chigby.org/post/entwined2023/" /> | ||
<meta property="og:site_name" content="Cameron Higby-Naquin" /> | ||
|
||
<meta name="description" content="Year-end musical explorations and reflections on the year 2023." /> | ||
<script src="/js/scripts.js" defer></script> | ||
</head> | ||
<body class="a-page"> | ||
|
||
|
||
<header> | ||
<details id="theme-chooser"> | ||
<summary>Light/Dark</summary> | ||
<div> | ||
<fieldset> | ||
<legend>Color Mode</legend> | ||
<input type="radio" id="theme-toggle-light" name="theme-toggle" value="light"> | ||
<label for="theme-toggle-light">Light</label> | ||
<input type="radio" id="theme-toggle-dark" name="theme-toggle" value="dark"> | ||
<label for="theme-toggle-dark">Dark</label> | ||
<input type="radio" id="theme-toggle-system" name="theme-toggle" value="system"> | ||
<label for="theme-toggle-system">System</label> | ||
<label> | ||
<input type="radio" id="theme-toggle-light" name="theme-toggle" value="light"> | ||
Light | ||
</label> | ||
|
||
<label> | ||
<input type="radio" id="theme-toggle-dark" name="theme-toggle" value="dark"> | ||
Dark | ||
</label> | ||
|
||
<label> | ||
<input type="radio" id="theme-toggle-system" name="theme-toggle" value="system"> | ||
System | ||
</label> | ||
</fieldset> | ||
</div> | ||
</details> | ||
</header> | ||
|
||
<main class="content-grid"> | ||
|
||
<header id="page-header"> | ||
<h1>Entwined 2023</h1> | ||
</header> | ||
<h2>Favorite retro/cosmic dark ambient</h2> | ||
<header id="page-header"> | ||
<h1>Entwined 2023</h1> | ||
</header> | ||
|
||
|
||
|
||
<h2>Favorite retro/cosmic dark ambient</h2> | ||
<p>New-to-me artist Jim Kirkwood has apparently been making this kind of | ||
music since time immemorial, so I’m pleased to have been finally | ||
introduced to it. Cosmic, weird, disconcerting: is it dark ambient? | ||
|
@@ -156,11 +171,11 @@ <h2>Blackest Metal Night Before the No-Dawn</h2> | |
<figure class="popout"> | ||
<div ><iframe src="https://bandcamp.com/EmbeddedPlayer/album=4160526201/size=large/bgcol=333333/linkcol=fe7eaf/artwork=small/track=3777435019/transparent=true/" title="embed" height="208" width="450" frameborder="0" style="--ratio:450/208;"></iframe></div><figcaption><em>No Dawn For Men</em> by Feminazgul</figcaption></figure> | ||
|
||
|
||
</main> | ||
<footer> | ||
<div id="author"> | ||
<p>© 2023 Cameron Higby-Naquin of <a href="/">chigby.org</a></p> | ||
<p>© 2024 Cameron Higby-Naquin of <a href="/">chigby.org</a></p> | ||
<p> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
• | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!doctype html> | ||
<html lang="en" data-palette="malachite"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>No-Place - Cameron Higby-Naquin</title> | ||
|
||
<link rel="stylesheet" href="/css/rime.css" media="all"/> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="No-Place" /> | ||
|
||
<meta property="og:description" content="There are no shadows amid gray." /> | ||
<meta property="og:url" content="https://chigby.org/writing/no-place/" /> | ||
<meta property="og:site_name" content="Cameron Higby-Naquin" /> | ||
|
||
<meta name="description" content="There are no shadows amid gray." /> | ||
<script src="/js/scripts.js" defer></script> | ||
</head> | ||
<body class="a-page"> | ||
|
||
|
||
<header> | ||
<details id="theme-chooser"> | ||
<summary>Light/Dark</summary> | ||
<div> | ||
<fieldset> | ||
<legend>Color Mode</legend> | ||
<label> | ||
<input type="radio" id="theme-toggle-light" name="theme-toggle" value="light"> | ||
Light | ||
</label> | ||
|
||
<label> | ||
<input type="radio" id="theme-toggle-dark" name="theme-toggle" value="dark"> | ||
Dark | ||
</label> | ||
|
||
<label> | ||
<input type="radio" id="theme-toggle-system" name="theme-toggle" value="system"> | ||
System | ||
</label> | ||
</fieldset> | ||
</div> | ||
</details> | ||
</header> | ||
|
||
<main class="content-grid" data-type-family="serif"> | ||
|
||
<header id="page-header"> | ||
<h1>No-Place</h1> | ||
</header> | ||
|
||
|
||
|
||
<p>There are no shadows amid gray. Nor heat nor silence nor fear. The skittering, unknown numbness of a hueless sea whose life was long ago lost and fossilized and petrified and stratified and ground to grit by forceless waves. And so the sameness swirls and gray accretes on gray and disperses, whether after eons or seconds none can say, shaping and reshaping in the mind’s eye image after image of old. And true likenesses none, for even Mnemosune’s lies take on life’s colors – hope and din and chill and shadows – while the gray remains gray. It is the unsaid when no words exist, it is the illumined no-bottom, it is not a place, but an absence.</p> | ||
|
||
|
||
</main> | ||
<footer> | ||
<div id="author"> | ||
<p>© 2024 Cameron Higby-Naquin of <a href="/">chigby.org</a></p> | ||
<p> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
• | ||
<a href="https://github.com/chigby">chigby</a> on GitHub | ||
• | ||
<a href="https://www.instagram.com/nullsurface/">nullsurface</a> on Instagram | ||
</p> | ||
</div> | ||
<div> | ||
|
||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |