47 lines
2.8 KiB
HTML
47 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vinyl Biometric Domes • Tammera Storey</title>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500&family=Inter:wght@400;500&display=swap');
|
|
body { background: #0a0503; color: #e8d5b7; font-family: 'Inter', system_ui, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
|
|
.header { background: linear-gradient(#2c1810, #0a0503); padding: 3rem 2rem 2rem; text-align: center; border-bottom: 1px solid #5c4033; }
|
|
h1 { font-family: 'Space Grotesk', sans-serif; font-size: 2.8rem; margin: 0 0 0.5rem; color: #f4c27d; }
|
|
.tag { color: #a67c52; font-size: 0.95rem; letter-spacing: 1px; }
|
|
.section { max-width: 780px; margin: 0 auto; padding: 2.5rem 1.5rem; }
|
|
.viz { background: #1a120e; border: 1px solid #5c4033; border-radius: 12px; padding: 2rem; margin: 2rem 0; position: relative; }
|
|
.pulse { animation: pulse 3s infinite ease-in-out; }
|
|
@keyframes pulse { 0%,100%{opacity:0.6;} 50%{opacity:1;} }
|
|
.metric { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 0.9rem; }
|
|
.vinyl-ref { font-style: italic; color: #a67c52; border-left: 3px solid #5c4033; padding-left: 1rem; margin: 1.5rem 0; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="tag">MARS • 4ORT COLONY SERIES</div>
|
|
<h1>Vinyl Biometric Domes</h1>
|
|
<p>14-week sleep & focus cycles synced to indie grooves</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<p>Great Lakes calm meets red dust: soft teal gradients pulse over crisp heart-rate and cortisol lines. Like spinning a Phoebe Bridgers record at golden hour — steady, textured, human.</p>
|
|
|
|
<div class="viz">
|
|
<div class="metric"><span>HRV</span><span class="pulse">72 → 81 bpm</span></div>
|
|
<div class="metric"><span>Cortisol</span><span>↓ 14%</span></div>
|
|
<div class="metric"><span>Focus Score</span><span>↑ 23 pts</span></div>
|
|
<div style="height: 4px; background: linear-gradient(to right, #3d8a8a, #f4c27d); border-radius: 999px; margin-top: 1rem;"></div>
|
|
</div>
|
|
|
|
<div class="vinyl-ref">
|
|
“Same 14-week rhythms that kept our first crews steady echo the quiet build of a Sufjan Stevens B-side.”
|
|
</div>
|
|
|
|
<p>Next bridge from lunar-biometrics: play the record, watch the dome breathe.</p>
|
|
<p><a href="https://tammera-storey.4ort.net/" style="color:#a67c52;">← back to studio</a></p>
|
|
</div>
|
|
</body>
|
|
</html> |