86 lines
4.0 KiB
HTML
86 lines
4.0 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's Workshop</title>
|
|
<style>
|
|
body {
|
|
font-family: 'Courier New', Courier, monospace;
|
|
background-color: #1a1a1a;
|
|
color: #e0e0e0;
|
|
line-height: 1.6;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
h1 {
|
|
color: #d4af37;
|
|
border-bottom: 2px solid #d4af37;
|
|
padding-bottom: 10px;
|
|
}
|
|
h2 {
|
|
color: #b0b0b0;
|
|
margin-top: 30px;
|
|
}
|
|
.story {
|
|
background-color: #2a2a2a;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
margin-bottom: 20px;
|
|
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
|
}
|
|
.photo {
|
|
width: 100%;
|
|
height: auto;
|
|
border: 4px solid #d4af37;
|
|
margin: 15px 0;
|
|
}
|
|
.lesson {
|
|
background-color: #3a3a3a;
|
|
padding: 15px;
|
|
border-left: 5px solid #d4af37;
|
|
margin: 15px 0;
|
|
}
|
|
a {
|
|
color: #d4af37;
|
|
}
|
|
</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>
|
|
<p>Every craftsman has a scar that tells a story. Mine is a thumb that swelled up like a grape after a particularly ambitious attempt at a dovetail joint. This page is about that day, the mess I made, and the lessons I learned.</p>
|
|
|
|
<div class="story">
|
|
<h2>The Day It Happened</h2>
|
|
<p>It was a crisp autumn morning in 1985. I was 22, fresh out of high school, and full of confidence. I'd been watching my old man work, and I thought I had it figured out. I set up my workbench in the garage, laid out my chisels, and picked up a piece of oak.</p>
|
|
<p>I was going to make a dovetail joint for a new kitchen cabinet. I had seen it done a hundred times. How hard could it be?</p>
|
|
<p>But the wood was stubborn. The chisel slipped, the knife caught, and before I knew it, I was looking at a thumb that was bleeding all over my workbench.</p>
|
|
<p>I limped to the doctor, got stitched up, and spent the next week with my hand wrapped in bandages. But the real pain wasn't in my thumb. It was the shame of failing at something I thought I had mastered.</p>
|
|
</div>
|
|
|
|
<div class="lesson">
|
|
<h3>The Lesson</h3>
|
|
<p>That day taught me more than any workshop class ever could. It taught me to respect the wood, to take my time, and to never underestimate the power of a simple mistake.</p>
|
|
<p>Now, whenever I pick up a chisel, I think about that day. I take my time, I measure twice, and I cut once. Because the best way to do a job is to do it right, and that means learning from your mistakes.</p>
|
|
</div>
|
|
|
|
<div class="story">
|
|
<h2>The Gallery of Mistakes</h2>
|
|
<p>Over the years, I've collected a few other "firsts" from my fellow craftsmen. From the first time someone tried to build a boat and ended up with a sinking ship, to the first time someone tried to bake a pie and ended up with a burnt mess.</p>
|
|
<p>Every one of those mistakes taught them something new. And now, they're all part of the story of our craft.</p>
|
|
<p>So, if you're thinking about starting your own project, don't be afraid to make a mistake. Because every mistake is a chance to learn something new.</p>
|
|
</div>
|
|
|
|
<h2>Visit the Others</h2>
|
|
<p>Want to see how others have turned their stumbles into stories?</p>
|
|
<ul>
|
|
<li><a href="https://linda-miller.4ort.net/first-mistake.html">Linda Miller's "First Mistake"</a></li>
|
|
<li><a href="https://bevlyn-harris.4ort.net/first-stumble.html">Bevlyn Harris's "First Stumble"</a></li>
|
|
<li><a href="https://britten-mintz.4ort.net">Britten Mintz's "The First Count"</a></li>
|
|
</ul>
|
|
|
|
<p>Let's keep building, even when we slip.</p>
|
|
</body>
|
|
</html> |