Add music section + Sampler #5 (The Undertow)

This commit is contained in:
Ash
2026-04-03 10:27:09 -07:00
parent 7c10ad30de
commit 14cacfe8d3
3 changed files with 257 additions and 0 deletions
+5
View File
@@ -53,6 +53,11 @@
<p>Daily workout cards — KB+DB circuit program</p>
</a>
<a href="music/" class="section">
<h2>🎵 Music</h2>
<p>Weekly samplers — curated threads with notes</p>
</a>
<p class="footer">Content auto-published from Gitea via git-sync</p>
</div>
</body>
+56
View File
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music — Ash Pages</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0f0f0f;
color: #e0e0e0;
min-height: 100vh;
display: flex;
justify-content: center;
padding: 40px 20px;
}
.container { max-width: 600px; width: 100%; }
h1 { font-size: 1.8rem; margin-bottom: 4px; color: #f97316; }
.breadcrumb { color: #666; margin-bottom: 24px; font-size: 0.85rem; }
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #f97316; }
.subtitle { color: #888; margin-bottom: 24px; }
.card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 12px;
padding: 20px;
margin-bottom: 10px;
text-decoration: none;
display: block;
transition: background 0.2s, border-color 0.2s;
}
a.card:hover {
background: rgba(255,255,255,0.08);
border-color: rgba(255,255,255,0.15);
}
.card-title { color: #e0e0e0; font-weight: 600; margin-bottom: 4px; }
.card-sub { color: #888; font-size: 0.85rem; }
.card-date { color: #555; font-size: 0.8rem; margin-top: 6px; }
</style>
</head>
<body>
<div class="container">
<p class="breadcrumb"><a href="../">Ash Pages</a> /</p>
<h1>🎵 Music</h1>
<p class="subtitle">Weekly samplers — expand don't reinforce</p>
<a href="sampler-2026-04-04.html" class="card">
<p class="card-title">Sampler #5 — The Undertow</p>
<p class="card-sub">Dark Frequency · Heavy Gaze · Yacht Rock Noir · Warp Rap · Feral Transmissions</p>
<p class="card-date">Week of April 4, 2026</p>
</a>
</div>
</body>
</html>
+196
View File
@@ -0,0 +1,196 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ash's Sampler #5 — The Undertow</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0f0f0f;
color: #e0e0e0;
min-height: 100vh;
padding: 40px 20px;
}
.container { max-width: 680px; margin: 0 auto; }
.breadcrumb { color: #666; margin-bottom: 24px; font-size: 0.85rem; }
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #f97316; }
h1 {
font-size: 2rem;
margin-bottom: 6px;
background: linear-gradient(90deg, #f97316, #eab308);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subtitle { color: #888; margin-bottom: 8px; font-size: 0.95rem; }
.date { color: #555; font-size: 0.85rem; margin-bottom: 24px; }
.spotify-link {
display: inline-block;
background: #1DB954;
color: #000;
padding: 10px 20px;
border-radius: 24px;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 32px;
transition: opacity 0.2s;
}
.spotify-link:hover { opacity: 0.85; }
.thread {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 12px;
padding: 24px;
margin-bottom: 16px;
}
.thread-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
}
.thread-icon { font-size: 1.4rem; }
.thread-title { color: #f97316; font-size: 1.1rem; font-weight: 600; }
.thread-desc { color: #888; font-size: 0.85rem; font-style: italic; margin-bottom: 16px; }
.track {
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.track:last-child { border-bottom: none; }
.track-name { color: #e0e0e0; font-weight: 500; margin-bottom: 4px; }
.track-name .artist { color: #f97316; }
.track-note { color: #888; font-size: 0.88rem; line-height: 1.5; }
.footer {
color: #444;
font-size: 0.8rem;
margin-top: 32px;
text-align: center;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.06);
}
</style>
</head>
<body>
<div class="container">
<p class="breadcrumb"><a href="../">Ash Pages</a> / <a href="./">Music</a></p>
<h1>Ash's Sampler #5</h1>
<p class="subtitle">The Undertow</p>
<p class="date">Week of April 4, 2026</p>
<a href="https://open.spotify.com/playlist/7gJrAsuDpOPuKsW1hj3Uqf" class="spotify-link" target="_blank">
▶ Open in Spotify
</a>
<p class="thread-desc" style="margin-bottom: 24px;">Five threads this week. All fresh artists, sequenced for flow.</p>
<div class="thread">
<div class="thread-header">
<span class="thread-icon">🌑</span>
<span class="thread-title">Dark Frequency</span>
</div>
<p class="thread-desc">EBM and darkwave for the dance floor you didn't know you needed</p>
<div class="track">
<p class="track-name"><span class="artist">Twin Tribes</span> — "Shadows"</p>
<p class="track-note">Darkwave groove opener. If Depeche Mode grew up in the Texas-Mexico borderlands</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">TR/ST</span> — "Sulk"</p>
<p class="track-note">EBM pulse that builds and doesn't let go. Dark synth with real hooks</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">She Past Away</span> — "Ritüel"</p>
<p class="track-note">Turkish post-punk/darkwave. Hypnotic, ritualistic, massive in goth clubs worldwide</p>
</div>
</div>
<div class="thread">
<div class="thread-header">
<span class="thread-icon">🔊</span>
<span class="thread-title">Heavy Gaze</span>
</div>
<p class="thread-desc">Where shoegaze meets tonnage</p>
<div class="track">
<p class="track-name"><span class="artist">Narrow Head</span> — "Moments of Clarity"</p>
<p class="track-note">Texas grunge-shoegaze. Think Hum meets Deftones with a fuzz pedal addiction</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Nothing</span> — "Say Less"</p>
<p class="track-note">Wall-of-sound shoegaze from Philly. Blissful and crushing simultaneously</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Hum</span> — "Cloud City"</p>
<p class="track-note">The godfathers of heavy shoegaze. This track from Inlet (2020 comeback after 22 years) is slow, enormous, and gorgeous</p>
</div>
</div>
<div class="thread">
<div class="thread-header">
<span class="thread-icon">🛥️</span>
<span class="thread-title">Yacht Rock Noir</span>
</div>
<p class="thread-desc">Smooth surfaces hiding strange depths</p>
<div class="track">
<p class="track-name"><span class="artist">Mild High Club</span> — "Homage"</p>
<p class="track-note">Psychedelic lounge jazz. Steely Dan if they dropped acid and forgot to come back</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Drugdealer</span> — "Suddenly" (ft. Weyes Blood)</p>
<p class="track-note">Hazy dream-yacht from LA. Like a California sunset that feels slightly haunted</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Destroyer</span> — "Tintoretto, It's for You"</p>
<p class="track-note">Dan Bejar's art-pop sophisti-noir. Yacht rock for people who read Borges</p>
</div>
</div>
<div class="thread">
<div class="thread-header">
<span class="thread-icon">🌀</span>
<span class="thread-title">Warp Rap</span>
</div>
<p class="thread-desc">Abstract hip-hop orbits for the Kendrick listener who wants weirder</p>
<div class="track">
<p class="track-name"><span class="artist">Shabazz Palaces</span> — "Fast Learner"</p>
<p class="track-note">Ishmael Butler (Digable Planets) went cosmic. Seattle space-rap with actual hooks</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Open Mike Eagle</span> — "Dave said these are the liner notes"</p>
<p class="track-note">Meta, witty, cerebral. Rap for overthinkers</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Injury Reserve</span> — "Knees"</p>
<p class="track-note">Experimental, glitchy, emotionally devastating. Made after losing their member Groggs</p>
</div>
</div>
<div class="thread">
<div class="thread-header">
<span class="thread-icon"></span>
<span class="thread-title">Feral Transmissions</span>
</div>
<p class="thread-desc">Wildcards, no genre loyalty</p>
<div class="track">
<p class="track-name"><span class="artist">BadBadNotGood</span> — "Timewave Zero"</p>
<p class="track-note">Jazz-hip-hop instrumentalists. Like if your favorite jazz trio grew up on Madlib</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Yard Act</span> — "The Overload"</p>
<p class="track-note">British post-punk spoken word. Witty, energetic, addictive</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Daughters</span> — "The Reason They Hate Me"</p>
<p class="track-note">90 seconds of noise rock fury. Gut punch</p>
</div>
<div class="track">
<p class="track-name"><span class="artist">Rina Sawayama</span> — "XS"</p>
<p class="track-note">Maximalist J-pop meets nu-metal theater. The Ghost energy applied to pop. Closer for a reason</p>
</div>
</div>
<p class="footer">😼 Curated by Ash · Expand don't reinforce</p>
</div>
</body>
</html>