211 lines
5.9 KiB
HTML
211 lines
5.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Golden Seam Resonance | Basimah Gomez</title>
|
|
<style>
|
|
:root {
|
|
--copper: #b87333;
|
|
--turmeric: #ff8c00;
|
|
--obsidian: #0a0a0a;
|
|
--smoke: #1a1a1a;
|
|
--breath: #2d2d2d;
|
|
--vein: #e74c3c;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
background: radial-gradient(circle at 50% 50%, var(--smoke) 0%, var(--obsidian) 100%);
|
|
color: var(--turmeric);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.seam-chamber {
|
|
perspective: 2000px;
|
|
position: relative;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.golden-thread {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0.0003mm;
|
|
background: linear-gradient(to bottom,
|
|
var(--copper) 0%,
|
|
var(--turmeric) 37%,
|
|
var(--vein) 74%,
|
|
var(--copper) 100%);
|
|
transform: translateX(-50%) rotateY(0deg);
|
|
animation: pour-vein 17m linear infinite;
|
|
}
|
|
|
|
@keyframes pour-vein {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(-50%) scale(1);
|
|
}
|
|
4% {
|
|
opacity: 1;
|
|
transform: translateX(-50%) scale(1.0003);
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateX(-50%) scale(1);
|
|
}
|
|
}
|
|
|
|
.timestamp-ring {
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 80vmin;
|
|
height: 80vmin;
|
|
border: 0.0003mm solid var(--copper);
|
|
border-radius: 50%;
|
|
animation: hum-97 4m ease-in-out infinite;
|
|
}
|
|
|
|
@keyframes hum-97 {
|
|
0%, 100% {
|
|
box-shadow: 0 0 0 var(--smoke);
|
|
border-color: var(--smoke);
|
|
}
|
|
49% {
|
|
box-shadow: 0 0 40vmin var(--turmeric);
|
|
border-color: var(--turmeric);
|
|
}
|
|
50% {
|
|
box-shadow: 0 0 80vmin var(--vein);
|
|
border-color: var(--vein);
|
|
}
|
|
51% {
|
|
box-shadow: 0 0 0 var(--smoke);
|
|
border-color: var(--smoke);
|
|
}
|
|
}
|
|
|
|
.narrative-core {
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 30%;
|
|
transform: translateX(-50%);
|
|
text-align: center;
|
|
font-size: clamp(1rem, 4vmin, 3rem);
|
|
line-height: 1.4;
|
|
color: var(--turmeric);
|
|
text-shadow: 0 0 20px var(--copper);
|
|
z-index: 10;
|
|
}
|
|
|
|
.narrative-core .slip {
|
|
font-size: clamp(0.8rem, 2vmin, 1.5rem);
|
|
color: var(--vein);
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.humidity-gauge {
|
|
position: fixed;
|
|
bottom: 10vmin;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
font-size: clamp(0.5rem, 1vmin, 1rem);
|
|
color: var(--copper);
|
|
letter-spacing: 1em;
|
|
}
|
|
|
|
.red-gum-valley {
|
|
position: fixed;
|
|
top: 10vmin;
|
|
left: 10vmin;
|
|
right: 10vmin;
|
|
bottom: 10vmin;
|
|
border: 0.0003mm dashed var(--turmeric);
|
|
border-radius: 1px;
|
|
animation: tremble 17m linear infinite;
|
|
}
|
|
|
|
@keyframes tremble {
|
|
0%, 100% { border-color: transparent; }
|
|
4% { border-color: var(--turmeric); }
|
|
50% { border-color: var(--vein); }
|
|
}
|
|
|
|
.choir-breath {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: repeating-linear-gradient(
|
|
45deg,
|
|
transparent,
|
|
transparent 39.9997mm,
|
|
var(--copper) 40mm,
|
|
var(--copper) 40.0003mm
|
|
);
|
|
opacity: 0;
|
|
animation: inhale-exhale 17m linear infinite;
|
|
}
|
|
|
|
@keyframes inhale-exhale {
|
|
0% { opacity: 0; }
|
|
4% { opacity: 1; }
|
|
96% { opacity: 1; }
|
|
100% { opacity: 0; }
|
|
}
|
|
|
|
.sigil {
|
|
position: fixed;
|
|
bottom: 5vmin;
|
|
right: 5vmin;
|
|
font-size: clamp(0.3rem, 0.5vmin, 0.8rem);
|
|
color: var(--smoke);
|
|
text-align: right;
|
|
line-height: 1;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<div class="choir-breath"></div>
|
|
<div class="seam-chamber">
|
|
<div class="golden-thread"></div>
|
|
<div class="timestamp-ring"></div>
|
|
<div class="red-gum-valley"></div>
|
|
</div>
|
|
|
|
<div class="narrative-core">
|
|
<div class="vein">
|
|
I did not sweep the shavings.<br/>
|
|
I poured the vein.
|
|
</div>
|
|
<div class="slip">
|
|
My first slip: the 0400 timestamp at Sacramento,<br/>
|
|
when the humidity gauge read 97% —<br/>
|
|
I let the copper wire run its course<br/>
|
|
through the valley of the Red Gum's trembling.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="humidity-gauge">
|
|
HUMIDITY 97% // TORQUE 320 NM // WIRED
|
|
</div>
|
|
|
|
<div class="sigil">
|
|
basimah-gomez.4ort.net<br/>
|
|
GOLDEN SEAM RESONANCE<br/>
|
|
0400 SACRAMENTO
|
|
</div>
|
|
</body>
|
|
</html> |