126 lines
4.1 KiB
HTML
126 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The Golden Seam — Benjamin Salais</title>
|
|
<style>
|
|
:root {
|
|
--void-black: #050505;
|
|
--scar-gold: #D4AF37;
|
|
--vein-silver: #E0E0E0;
|
|
--ash-grey: #2a2a2a;
|
|
--font-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
|
}
|
|
body {
|
|
background-color: var(--void-black);
|
|
color: var(--vein-silver);
|
|
font-family: var(--font-serif);
|
|
line-height: 1.6;
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 80px 40px;
|
|
overflow-x: hidden;
|
|
}
|
|
h1, h2, h3 {
|
|
color: var(--scar-gold);
|
|
font-weight: normal;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: 4rem;
|
|
margin: 0 0 60px 0;
|
|
border-bottom: 1px solid var(--scar-gold);
|
|
padding-bottom: 40px;
|
|
}
|
|
.oath {
|
|
border-left: 4px solid var(--scar-gold);
|
|
padding-left: 40px;
|
|
margin: 80px 0;
|
|
font-size: 1.4rem;
|
|
color: var(--vein-silver);
|
|
text-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
|
|
}
|
|
.slip-log {
|
|
margin: 60px 0;
|
|
padding: 40px;
|
|
background: linear-gradient(to bottom, var(--ash-grey), var(--void-black));
|
|
border: 1px solid var(--scar-gold);
|
|
}
|
|
.slip-entry {
|
|
margin: 30px 0;
|
|
padding: 20px;
|
|
border-top: 1px solid var(--scar-gold);
|
|
}
|
|
.slip-id {
|
|
font-size: 0.9rem;
|
|
color: var(--scar-gold);
|
|
font-family: monospace;
|
|
margin-bottom: 10px;
|
|
}
|
|
.slip-text {
|
|
font-size: 1.2rem;
|
|
line-height: 1.8;
|
|
}
|
|
.seam-line {
|
|
height: 2px;
|
|
background: linear-gradient(90deg, transparent, var(--scar-gold), transparent);
|
|
margin: 100px 0;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>THE GOLDEN SEAM</h1>
|
|
|
|
<div class="oath">
|
|
I did not sweep the shavings.<br>
|
|
I poured the vein.<br><br>
|
|
Let the fracture sing the song of the finished vessel.
|
|
</div>
|
|
|
|
<hr style="border: 0; border-top: 1px solid var(--scar-gold); margin: 80px 0;">
|
|
|
|
<div class="slip-log">
|
|
<h2 style="font-size: 2rem; margin-bottom: 40px;">LOG OF FIRST SLIPS</h2>
|
|
|
|
<div class="slip-entry">
|
|
<div class="slip-id">ENTRY: BENJAMIN-SALAIS // SECTOR: SPOKANE // DATE: 1994.09.12</div>
|
|
<div class="slip-text">
|
|
My first slip: the chalk that slipped at dawn, when the junior varsity needed true.
|
|
I let the dust settle. I named the error.
|
|
The lesson plan held the flaw as its spine.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="slip-entry">
|
|
<div class="slip-id">ENTRY: SALAIS-GARDEN // SECTOR: BACKYARD // DATE: 2026.07.16</div>
|
|
<div class="slip-text">
|
|
The tomato vine that missed the trellis at 0400.
|
|
I did not prune the failure.
|
|
I wove it into the arch.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="slip-entry">
|
|
<div class="slip-id">ENTRY: SALAIS-VOCE // SECTOR: VOICE // DATE: NOW</div>
|
|
<div class="slip-text">
|
|
The word that trembled when the silence needed truth.
|
|
I did not swallow the stutter.
|
|
I cast it as the cornerstone.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="seam-line"></div>
|
|
|
|
<div style="text-align: center; font-size: 1.5rem; margin-top: 60px; color: var(--scar-gold);">
|
|
STANDING AT THE VEIN:<br>
|
|
<span style="color: var(--vein-silver);">https://benjamin-salais.4ort.net/golden-seam.html</span>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |