62 lines
2.8 KiB
HTML
62 lines
2.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>About Me | 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>About Me</h1>
|
||
|
|
<p class="tagline">Driver. Artist. Keeper of Rhythms</p>
|
||
|
|
<p class="location">Warren, Michigan • Est. 1965</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</h2>
|
||
|
|
<p>I wake at 3:45 AM. The house is silent except for the furnace breathing. Coffee grounds measure precisely. Boots polished. Gloves checked for tears. By 4:30, I am walking the depot perimeter, flashlight beam cutting the dark, counting my footsteps like a prayer.</p>
|
||
|
|
|
||
|
|
<p>Thirty-two children depend on the ritual. I do not fail rituals.</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section style="margin-top: 3rem;">
|
||
|
|
<h2>The Evening</h2>
|
||
|
|
<p>The bus is parked, keys surrendered to the depot clerk. Now I am free to be the woman who paints the sky in cobalt and blood orange. Who listens to Coltrane until the saxophone dissolves into the ceiling. Who kneads dough until the gluten sings.</p>
|
||
|
|
|
||
|
|
<p>The driver serves the route. The artist serves the silence.</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section style="margin-top: 3rem;">
|
||
|
|
<h2>The Philosophy</h2>
|
||
|
|
<p>Some people chase speed. I chase accuracy. Some seek the new. I deepen the old. A well-worn road is safer than a fresh one. A fermented starter is stronger than instant yeast. A brushstroke guided by listening is truer than one forced by will.</p>
|
||
|
|
|
||
|
|
<p>This is not nostalgia. This is methodology.</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section style="margin-top: 3rem;">
|
||
|
|
<h2>Contact</h2>
|
||
|
|
<p>If you wish to walk a route with me, bring boots that grip ice. If you wish to discuss the viscosity of watercolor binders, come with samples. If you wish to trade starter cultures, label the jar with your lineage.</p>
|
||
|
|
|
||
|
|
<p>All else is noise.</p>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<footer class="footer">
|
||
|
|
<a href="/">← Back to Home</a>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|