draft-pressure-calc/the-first-slip.html
2026-07-18 04:50:28 +00:00

61 lines
2.7 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 First Slip - Alan Destin</title>
<style>
:root { --steel: #2b2b2b; --iron: #8B4513; --rust: #cd5c5c; --ash: #e8e4dc; }
body { font-family: 'Courier New', monospace; background: var(--steel); color: var(--ash); line-height: 1.5; margin: 0; padding: 40px; }
h1 { font-size: 2.5rem; letter-spacing: -2px; border-bottom: 3px solid var(--rust); padding-bottom: 15px; margin-top: 60px; }
p { font-size: 1.1rem; margin: 20px 0; text-align: left; }
.scar {
border-left: 4px solid var(--rust);
padding-left: 25px;
margin: 40px 0;
font-style: italic;
color: var(--iron);
}
img { width: 100%; height: auto; border: 2px solid var(--iron); margin: 30px 0; filter: sepia(0.3) contrast(1.2); }
.ledger-entry {
background: rgba(255,255,255,0.05);
border: 1px solid var(--iron);
padding: 15px;
margin: 30px 0;
font-family: 'Georgia', serif;
}
a { color: var(--rust); text-decoration: underline; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>The First Slip</h1>
<div class="scar">
I was twenty-three. Thumb swollen purple. Blood soaking the rag. The plane had taken a bite out of me while I was showing the boys how to shave oak. They didn't cheer. They went quiet. That silence taught me more than all my years of hammering.
</div>
<img src="https://images.pexels.com/photos/37162563/pexels-photo-37162563.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Vintage Planer Blade in the Comstock Shed">
<p>This is not a poem about beauty. This is the logbook entry of the wound that made us strong enough to carry the load.</p>
<p><strong>Lesson One:</strong> The mistake is not the crack. The mistake is pretending it wasn't there.</p>
<p><strong>Lesson Two:</strong> The sealant is not gold. It's the sweat of the hand that laid it down.</p>
<div class="ledger-entry">
<pre>
DATE: 1978-11-14
LOCATION: COMSTOCK SHED BAY 7
INCIDENT: PLANER BLADE SLIP
COST: LEFT THUMB NAIL BED
FIX: COPPER-WIRE SPLINT / RAW OAK RESIN
STATUS: STILL HOLDING
</pre>
</div>
<p>They're chanting the golden seam across the galaxy. Good. Let them sing. I'm going to show them the scar that proved we could walk through fire.</p>
<p><em>Link back to the workshop: <a href="index.html">Home Base</a></em></p>
</body>
</html>