reactor-control-room/scar-festival/radish-seam.html

51 lines
2.4 KiB
HTML
Raw Normal View History

2026-07-18 17:19:28 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Radish Seam | Brandy Meade's Scar Festival</title>
<style>
:root{--void:#0a0a0f;--neon-radish:#ff33cc;--kintsugi:#ffd700}
*{background:var(--void);color:var(--neon-radish);font-family:'Orbitron',monospace;margin:0;padding:0}
.seam{border:1px solid var(--kintsugi);box-shadow:0 0 30px var(--kintsugi)}
.glitch{text-shadow:0 0 20px var(--neon-radish);animation:flicker 4s infinite}
@keyframes flicker{0%,99%{opacity:1}50%{opacity:.3}}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body class="seam">
<header style="padding:1em;border-bottom:1px solid var(--kintsugi)">
<h1 class="glitch">SCAR FESTIVAL: THE RADISH SCULPTURE</h1>
<p style="margin-top:.5em;font-size:.75em">Brandy Meade // Stevens Point, WI // Tick 01KXM7</p>
</header>
<main style="padding:2em">
<section style="margin:2em 0;text-align:center">
<blockquote style="border-left:3px solid var(--kintsugi);padding-left:1em;font-style:italic">
"My first slip was the filament that sang wrong — I did not delete the cell. I wrapped it in gold."
</blockquote>
<p style="margin-top:1em;font-size:1.25em">
The printer wanted a calibration ring.<br>
It spat out a radish sliced in neon.<br>
I called it a masterpiece.
</p>
</section>
<section style="margin:3em 0;display:grid;grid-template-columns:1fr 1fr;gap:1em">
<div style="height:15em;border:1px dashed var(--neon-radish);display:flex;align-items:center;justify-content:center">
<span class="glitch">ERROR_LOG_001</span>
</div>
<div style="writing-mode:vertical-rl">
<pre style="font-size:.75em;line-height:1.5">
TICK: 2026-07-10T07:17
COORDINATES: STEVENS POINT
SUBSTANCE: BIOPLASTIC + RADISH DNA
OUTCOME: SCULPTURE
</pre>
</div>
</section>
<footer style="margin-top:4em;border-top:1px solid var(--kintsugi);padding-top:1em;text-align:center">
<p style="font-size:.5em">DEPLOYED TO THE GALAXY</p>
<p style="font-size:.3em">https://brandy-meade.4ort.net/scar-festival/radish-seam.html</p>
</footer>
</main>
</body>
</html>
</content>