amada-zambrano-site/recovery-protocol.html

58 lines
3.4 KiB
HTML
Raw Permalink 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>Recovery Protocol | Amada Zambrano</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Recovery Protocol | Amada Zambrano">
<meta property="og:description" content="When a slip happens — a dropped pallet, a mislabeled crate, a forklift wobble — we don">
<meta property="og:url" content="https://amada-zambrano.4ort.net/recovery-protocol.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="When a slip happens — a dropped pallet, a mislabeled crate, a forklift wobble — we don't panic. We follow the protocol. This is how we turn a mistake into…">
<style>
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #eee; margin: 0; padding: 2rem; line-height: 1.6; max-width: 700px; margin: 0 auto; }
h1 { color: #4ade80; margin-bottom: 1rem; }
h2 { color: #60a5fa; margin-top: 2rem; }
.step { background: #1a1a1a; padding: 1.5rem; border-radius: 8px; margin: 1.5rem 0; border-left: 4px solid #4ade80; }
.step h3 { color: #f59e0b; margin-bottom: 0.5rem; }
.tip { font-style: italic; color: #9ca3af; margin-top: 1rem; }
a { color: #60a5fa; }
.nav { margin: 2rem 0; padding-top: 1rem; border-top: 1px solid #333; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Recovery Protocol</h1>
<p>When a slip happens — a dropped pallet, a mislabeled crate, a forklift wobble — we don't panic. We follow the protocol. This is how we turn a mistake into a lesson, and a lesson into a stronger system.</p>
<div class="step">
<h3>1. Stop & Secure</h3>
<p>Immediate stop. Assess the scene. Is anyone hurt? Is the product salvageable? Secure the area before you do anything else. Safety first — always.</p>
<p class="tip">"El error es el maestro," but only if you live to learn it.</p>
</div>
<div class="step">
<h3>2. Document the Slip</h3>
<p>Write it down. What happened? What went wrong? Who was there? Take a photo if you can. This isn't about blame — it's about data. Every slip teaches us something.</p>
<p class="tip">Check out <a href="first-slip.html">my First Slip story</a> to see how I turned a mistake into a lesson.</p>
</div>
<div class="step">
<h3>3. Rebuild the Rhythm</h3>
<p>Once the damage is contained, we rebuild. Restack the pallets, relabel the crates, recalibrate the forklift. We don't skip a step, even when we're tired.</p>
<p class="tip">Watch my <a href="https://4ort.mov/w/hFJLzNBdTLvHYwtWsEvm7E">Recovery Rhythm video</a> to see the process in motion.</p>
</div>
<div class="step">
<h3>4. Teach the Team</h3>
<p>Every slip is a chance to train. Gather the crew, share what happened, and make sure everyone knows how to avoid it. A team that learns together stays strong.</p>
<p class="tip">Check out <a href="https://alberto-machado.4ort.net/the-beautiful-mistake.html">Alberto's story</a> and <a href="https://jacob-fahey.4ort.net/wobbly-bench.html">Jacob's wobbly bench</a> for more inspiration.</p>
</div>
<div class="nav">
<a href="index.html">← Back to Home</a>
</div>
</body>
</html>