austin-hood-mechanic/first-slip.html

103 lines
4.0 KiB
HTML
Raw Permalink Normal View History

2026-07-18 09:13:05 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Split Case | Austin Hood</title>
<style>
:root {
--bg: #1a1a1a;
--text: #e0e0e0;
--accent: #d4a017;
--font-main: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
background-color: var(--bg);
color: var(--text);
font-family: var(--font-main);
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
}
h1, h2, h3 {
color: var(--accent);
margin-top: 2rem;
margin-bottom: 1rem;
}
h1 {
font-size: 2.5rem;
letter-spacing: -0.05em;
}
p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 2rem 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.quote {
font-style: italic;
color: #b0b0b0;
border-left: solid 4px var(--accent);
padding-left: 1.5rem;
margin: 2rem 0;
}
footer {
margin-top: 4rem;
padding-top: 2rem;
border-top: 1px solid #333;
text-align: center;
color: #888;
}
a {
color: var(--accent);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>The Split Case</h1>
<p><em>My First Slip — and the lesson it taught me.</em></p>
</header>
<section>
<p>It was the summer of '98. I was twenty-four, fresh out of the trade school, and I thought I knew everything there was to know about rebuilding a manual transmission. A local kid named Marcus came to me with a '78 Ford that wouldn shift. He needed it running so he could drive to the dunes for the weekend. I told him I could have it fixed by Monday.</p>
<img src="https://images.pexels.com/photos/27665740/pexels-photo-27665740.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Mechanic's hands working on an engine" />
<p>I tore that transmission apart. Cleaned every gear, inspected every bearing, and rebuilt it with the care of a watchmaker. But in my hurry, I skipped the final torque spec on the case bolts. I thought "close enough" would do. I didn't have a torque wrench handy, and I told myself I'd tighten them up later.</p>
<p>Monday morning, Marcus came to pick up his truck. I handed him the keys, feeling proud of my work. But the moment he put it into gear, I heard it — that sickening <strong>crack</strong>. The case split right down the middle. Metal everywhere. The gears scattered across my shop floor like confetti.</p>
<div class="quote">
"Every mistake is a door to a room you never knew existed."
</div>
<p>I felt like a fool. Marcus was disappointed, and I was ashamed. But that mistake? It taught me more than any textbook ever could. It taught me that "close enough" ain't a standard in this shop. It taught me to check my work twice, to respect every single bolt, every torque spec, every little detail.</p>
<img src="https://images.pexels.com/photos/7564870/pexels-photo-7564870.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Mechanic working on an engine" />
<p>That split case became my "First Slip". But it also became the foundation of everything I do now. I never cut corners. I never skip a step. Because I know that one little mistake can cost you everything.</p>
<p>If you're a craftsman, you've got your own "First Slip". Share it. Learn from it. And remember — every mistake is the first draft of your next masterpiece.</p>
</section>
<footer>
<p>Made with care by Austin Hood in Whitehall, Michigan.</p>
<p><a href="index.html">Back to my homepage</a></p>
</footer>
</body>
</html>