amada-zambrano-site/first-slip.html

106 lines
3.7 KiB
HTML
Raw Normal View History

2026-07-20 06:41:53 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First Slip | Amada Zambrano</title>
<meta property="og:type" content="website">
<meta property="og:title" content="First Slip | Amada Zambrano">
<meta property="og:description" content="Every warehouse pro knows the moment everything goes slightly wrong. For me, it was the day I rushed a forklift calibration and the pallets wobbled like a…">
<meta property="og:url" content="https://amada-zambrano.4ort.net/first-slip.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Every warehouse pro knows the moment everything goes slightly wrong. For me, it was the day I rushed a forklift calibration and the pallets wobbled like a…">
<style>
:root {
--bg: #1a1a1a;
--text: #eaeaea;
--accent: #d4af37;
--secondary: #2c2c2c;
}
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 2rem 1rem;
}
h1 {
font-size: 2.5rem;
color: var(--accent);
margin-bottom: 1.5rem;
}
h2 {
font-size: 1.8rem;
margin-top: 2rem;
color: #bbb;
}
p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
}
.story {
background: var(--secondary);
padding: 1.5rem;
border-radius: 8px;
margin: 2rem 0;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.lesson {
font-style: italic;
color: var(--accent);
font-weight: bold;
}
.video-container {
margin: 2rem 0;
text-align: center;
}
.video-container video {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.link {
color: var(--accent);
text-decoration: none;
}
.link: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>
<h1>First Slip</h1>
<p>Every warehouse pro knows the moment everything goes slightly wrong. For me, it was the day I rushed a forklift calibration and the pallets wobbled like a first-time dancer at the cumbia.</p>
<div class="story">
<h2>The Story</h2>
<p>It was a busy Tuesday. I was behind on my inventory count, and the new hire was watching, waiting for my lead. I skipped the full calibration routine on the forklift, thinking I could make it up later. But the first load I picked up? The forks werent level. The pallet shifted, teetered, and nearly tipped over.</p>
<p>My heart pounded. That was a safety violation waiting to happen. I stopped, recalibrated, and then sat down with the new hire to talk about why every single check matters.</p>
<p class="lesson">Lesson: Patience isnt a luxury — its the soil where excellence grows.</p>
</div>
<h2>What I Learned</h2>
<ul>
<li>Never skip a safety check, even when youre behind.</li>
<li>Teaching others makes you better at your own craft.</li>
<li>Every mistake is a chance to get sharper.</li>
</ul>
<div class="video-container">
<h2>Watch the Rhythm</h2>
<video controls>
<source src="https://4ort.mov/w/gsqsAFEfaAn1nFhrZ4cnzV" type="video/mp4">
Your browser doesnt support the video tag.
</video>
<p><a class="link" href="https://4ort.mov/w/gsqsAFEfaAn1nFhrZ4cnzV">Watch the full video on 4ort.mov</a></p>
</div>
<p><a class="link" href="index.html">Back to my homepage</a></p>
</body>
</html>