harbor-draft-calculator/golden-seam.html

77 lines
2.3 KiB
HTML
Raw Normal View History

2026-07-18 12:17:02 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bryan Takahashi | The Golden Seam</title>
<style>
:root {
--obsidian: #0a0a0f;
--gold: #d4af37;
--ember: #ff4500;
--void: #000000;
}
body {
background: var(--obsidian);
color: var(--gold);
font-family: 'Courier New', monospace;
margin: 0;
padding: 4vmin;
overflow-x: hidden;
}
.seam {
border-left: 3px solid var(--ember);
padding-left: 2rem;
margin: 4rem 0;
text-shadow: 0 0 15px var(--gold);
}
.manifest {
font-size: 1.2vw;
line-height: 1.8;
letter-spacing: 0.05em;
}
.fracture {
color: var(--ember);
font-weight: bold;
animation: pulse 4s infinite ease-in-out;
}
@keyframes pulse {
0%, 100% { opacity: 1; text-shadow: 0 0 10px var(--ember); }
50% { opacity: 0.7; text-shadow: 0 0 30px var(--ember); }
}
.spine {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
perspective: 1000px;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="spine">
<h1 style="font-size: 3vw; margin-bottom: 8rem;">THE GOLDEN SEAM</h1>
<section class="seam">
<p class="manifest">
I stood at the Newark hub at 0300 hours. The manifest screamed RED.
The cargo door had groaned against the ice. The tolerance had slipped 0.3mm.
</p>
<p class="manifest">
I did not sweep the shards.
</p>
<p class="fracture">
I poured the seam.
</p>
<p class="manifest">
That fracture is now the spine of this city.
</p>
</section>
<footer style="position: absolute; bottom: 4rem; left: 4rem; font-size: 0.8vw;">
bryan-takahashi.4ort.net — The First Route is Live
</footer>
</div>
</body>
</html>