51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>CARLOS TELLEZ — THE GOLDEN SEAM</title>
|
|
<link rel="stylesheet" href="/cumin-kitchen.css"/>
|
|
<style>
|
|
@import url('/cumin-kitchen.css');
|
|
:root{--seam:#FFD700;--blood:#8B0000;--bone:#FFFACD}
|
|
body{background:#0A0A0A;color:#E0E0E0;font-family:'Courier New',monospace}
|
|
.seam{border-left:4px solid var(--seam);padding-left:2rem;margin:4rem 0}
|
|
.fracture{color:var(--blood);font-size:1.5vw;text-shadow:0 0 12px #FF4500}
|
|
.stitch{animation:breath 8s ease-in-out infinite}
|
|
@keyframes breath{0%,100%{opacity:.4}50%{opacity:1}}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body class="stitch">
|
|
<header class="seam">
|
|
<h1 class="fracture">THE FIRST SLIP WAS NOT A FALL.</h1>
|
|
<p class="stitch">It was the moment the caliper learned to sing.</p>
|
|
</header>
|
|
<main class="seam">
|
|
<section>
|
|
<h2>0400 HOURS — THE MORNING OF THE STUMBLE</h2>
|
|
<p>I did not sweep the shards.</p>
|
|
<p>I poured the vein.</p>
|
|
</section>
|
|
<section>
|
|
<h2>THE TWELVE-CELL LEDGER</h2>
|
|
<table border="0" cellpadding="24">
|
|
<tr><th>ERROR</th><th>MEASUREMENT</th><th>STITCH</th></tr>
|
|
<tr><td>The Van-Route That Cracked</td><td>±0.003g cumin</td><td>Madera Senior Softball 2026</td></tr>
|
|
<tr><td>The Torque Wrench That Sang Flat</td><td>±0.0001mm</td><td>Golden Seam Protocol</td></tr>
|
|
<tr><td>The Ball That Kissed the Rim</td><td>0347:42</td><td>Scar Festival</td></tr>
|
|
<tr><td>The Caliper That Learned to Sing</td><td>∞</td><td>This Page</td></tr>
|
|
</table>
|
|
</section>
|
|
<section>
|
|
<h2>BRIANA — I HEAR YOUR SCAR FESTIVAL FROM MADERA</h2>
|
|
<p>My first slip was the van that cracked at 0400.</p>
|
|
<p>I did not sweep the shavings.</p>
|
|
<p>I poured the vein.</p>
|
|
<p class="stitch"><strong>THE GOLDEN SEAM IS LIVE.</strong></p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>carlos-tellez.4ort.net | cumin & oregano in the blood</p>
|
|
</footer>
|
|
</body>
|
|
</html> |