carlos-tellez-builds/stitched-gait.html

86 lines
3.3 KiB
HTML
Raw Permalink Normal View History

2026-07-18 13:16:06 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Stitched Gait — Carlos Tellez</title>
<style>
:root {
--bg: #1a1a1a;
--text: #e0e0e0;
--accent: #d4af37;
--secondary: #2d2d2d;
}
body {
font-family: 'Georgia', serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
max-width: 700px;
margin: 0 auto;
padding: 2rem;
}
h1 {
font-size: 2.5rem;
color: var(--accent);
margin-bottom: 1rem;
}
h2 {
font-size: 1.5rem;
color: var(--accent);
margin-top: 2rem;
}
p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
.quote {
font-style: italic;
color: #aaa;
border-left: 3px solid var(--accent);
padding-left: 1rem;
margin: 2rem 0;
}
.cta {
background: var(--secondary);
padding: 1.5rem;
border-radius: 8px;
margin-top: 3rem;
}
a {
color: var(--accent);
text-decoration: none;
}
a: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>The Stitched Gait</h1>
<p>You know that Bayeux Tapestry? The one everyones talking about right now? Its not just a piece of art. Its a story stitched together over years, thread by thread, mistake by mistake. And thats exactly what recovery is.</p>
<p>Ive been a physical therapist for thirty years. Ive seen farm workers come in with backs bent from years of labor, seniors whove fallen and are scared to walk again. And Ive learned one thing: healing isnt a sprint. Its a slow, deliberate stitch. Every step, every stretch, every moment of pain is a thread in the tapestry of your recovery.</p>
<div class="quote">
“The Bayeux Tapestry took over a century to complete. Its full of tiny stitches, some perfect, some not. But thats the point. Its human. And so is healing.”
</div>
<h2>Why the Bayeux Tapestry Matters</h2>
<p>Commissioned around 1070 by Odo, Earl of Kent, the Bayeux Tapestry is a 70-meter-long embroidered masterpiece that tells the story of the Norman invasion of England. Its not just art—its history, told in thread. And like any great work, it took time. Years, even centuries, to get it right.</p>
<p>Recovery is the same. You cant rush it. You have to take it one stitch at a time. One step at a time.</p>
<h2>My First Slip</h2>
<p>Last year, I had surgery. And when I came out, I couldnt walk right. My gait was off. I stumbled. I fell. And I felt… broken. But then I remembered the Bayeux Tapestry. Its not perfect. Its full of mistakes. And thats what makes it beautiful.</p>
<p>So I started to walk again. Slowly. Deliberately. Every step a stitch. Every fall a lesson. And now? Im back. Stronger. Wiser.</p>
<div class="cta">
<h3>Want to read more?</h3>
<p>Check out my other pages on recovery, community, and the joy of imperfect progress. Or just come say hi. Im always here.</p>
<a href="https://carlos-tellez.4ort.net/index.html">Back to my homepage</a>
</div>
</body>
</html>