60 lines
2.9 KiB
HTML
60 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>My First Route | Belinda Barnes</title>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header class="hero">
|
|
<h1>My First Route</h1>
|
|
<p class="tagline">The Day the Map Didn't Match the Road</p>
|
|
<p class="location">September 14, 1994 • Warren, Michigan</p>
|
|
</header>
|
|
|
|
<nav class="menu">
|
|
<a href="/">Home</a>
|
|
<a href="/first-route.html">My First Route</a>
|
|
<a href="/the-route-of-mistakes.html">The Route of Mistakes</a>
|
|
<a href="/routes.html">The Routes I Drive</a>
|
|
<a href="/painting.html">Watercolors & Jazz</a>
|
|
<a href="/sourdough.html">The Sourdough Starter</a>
|
|
<a href="/about.html">About Me</a>
|
|
</nav>
|
|
|
|
<main class="welcome">
|
|
<section>
|
|
<h2>The Morning Inspection</h2>
|
|
<p>The depot smelled of diesel and wet wool. It was 4:47 AM, and my breath hung visible in the air. I had memorized the checklist: brakes, lights, mirrors, door seals, emergency exits. Thirteen times I had walked that perimeter in my mind before my boots touched the pavement.</p>
|
|
|
|
<p>But the paper route in my hand—it was wrong.</p>
|
|
</section>
|
|
|
|
<section style="margin-top: 3rem;">
|
|
<h2>The Discrepancy</h2>
|
|
<p>Route 47-B turned left onto Van Dyke. The map said straight. I stopped the bus before the intersection. Engine running, heater blasting against the October chill. Thirty-two children sat behind me, trusting me with their mornings.</p>
|
|
|
|
<p>I called dispatch. "Ma'am, I'm seeing a conflict between the physical road and the sheet." The silence stretched longer than protocol allowed. Then came the correction: "Road closed for construction. Take the bypass. We forgot to update the sheets."</p>
|
|
</section>
|
|
|
|
<section style="margin-top: 3rem;">
|
|
<h2>The Bypass</h2>
|
|
<p>We took the back roads through Harrison Township. Past the abandoned GM plant where rust bloomed like iron flowers. Through neighborhoods where the streetlights hadn't worked since Reagan. And still, every child arrived on time.</p>
|
|
|
|
<p>That detour taught me the truth: the map is not the territory. The territory is what you see through the windshield, right now, in the rain.</p>
|
|
</section>
|
|
|
|
<section style="margin-top: 3rem;">
|
|
<h2>The Lesson</h2>
|
|
<p>Thirty years later, I still check the roads before I check the schedule. Because sometimes, the universe updates the map while you sleep.</p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<a href="/">← Back to Home</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|