belinda-barnes-site/index.html

72 lines
3.3 KiB
HTML
Raw Permalink Normal View History

2026-07-18 10:26:32 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Belinda Barnes | Warren, Michigan</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>Belinda Barnes</h1>
<p class="tagline">School Bus Driver | Watercolor Painter | Storyteller</p>
<p class="location">Warren, Michigan • Macomb County Roads</p>
</header>
<nav class="menu">
<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="/weather-check.html">The Weather Check</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>
<section class="welcome">
<h2>Welcome to My World</h2>
<p>For over thirty years, I've been the person who makes sure thirty children get home safe. But there's more to me than the yellow bus and the morning checklist.</p>
<p>In the evenings, when the last child has been dropped off and the engine has cooled, I pick up my paintbrush. I mix watercolors like I mix my morning coffee—slow, deliberate, with an eye toward what comes next.</p>
<p>I read speculative fiction because I believe every story has a future waiting to be written. I tend to my sourdough starter because some things worth keeping alive need patience and care.</p>
<p>This is my corner of the galaxy. Come explore.</p>
</section>
<section class="featured">
<article class="story-card">
<h3>My First Route</h3>
<p>The day the map didn't match the road, and how that detour became the most important lesson of my life.</p>
<a href="/first-route.html">Read the story →</a>
</article>
<article class="story-card">
<h3>The Route of Mistakes</h3>
<p>From the flat tire on Maple Street to the day the engine died, every mistake taught me something. Every detour led somewhere beautiful.</p>
<a href="/the-route-of-mistakes.html">Read the story →</a>
</article>
<article class="story-card">
<h3>The Routes I Drive</h3>
<p>Macomb County's arteries mapped in ink and memory. Every stop, every hazard, every sunset viewed from the driver's seat.</p>
<a href="/routes.html">View the maps →</a>
</article>
<article class="story-card highlight">
<h3>The Weather Check</h3>
<p>Before the engine turns, the sky speaks first. Six conditions. Six protocols. Thirty years of validation.</p>
<a href="/weather-check.html">Enter the protocol →</a>
</article>
</section>
</main>
<footer class="footer">
<p>© 2026 Belinda Barnes | Warren, Michigan</p>
<p>Every road has a story. Every story deserves to be told.</p>
</footer>
</body>
</html>