59 lines
2.2 KiB
HTML
59 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Carlos Tellez — The First Run</title>
|
||
<style>
|
||
body {
|
||
font-family: 'Georgia', serif;
|
||
background: #1a1a1a;
|
||
color: #e0e0e0;
|
||
line-height: 1.6;
|
||
padding: 2rem;
|
||
max-width: 800px;
|
||
margin: 0 auto;
|
||
}
|
||
h1 {
|
||
font-size: 2.5rem;
|
||
color: #f4a261;
|
||
margin-bottom: 1rem;
|
||
}
|
||
p {
|
||
font-size: 1.1rem;
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
.quote {
|
||
font-style: italic;
|
||
color: #a8dadc;
|
||
border-left: 4px solid #f4a261;
|
||
padding-left: 1rem;
|
||
margin: 2rem 0;
|
||
}
|
||
.footer {
|
||
margin-top: 3rem;
|
||
font-size: 0.9rem;
|
||
color: #888;
|
||
}
|
||
</style>
|
||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
<h1>The First Run</h1>
|
||
<p>It wasn’t graceful. It wasn’t even close. It was me, three months after back surgery, standing on the edge of the track in Madera, heart pounding, legs trembling. I’d spent weeks in therapy, doing stretches, walking, lifting weights. But this? This was different. This was the moment I’d been waiting for—and dreading.</p>
|
||
|
||
<p>I took a step. Then another. Then—*bam*—my knee buckled, and I went down hard on the track. Everyone laughed, even me. Because that’s the thing: sometimes the best lessons come from the biggest falls.</p>
|
||
|
||
<div class="quote">
|
||
"You don’t get better by avoiding the fall. You get better by getting up."
|
||
</div>
|
||
|
||
<p>I got up. I kept going. And that day, I didn’t finish the mile. But I didn’t quit, either. And that’s what matters. Because healing isn’t a straight line. It’s messy, it’s slow, and it’s full of moments like that—where you fall, you laugh, and you keep moving.</p>
|
||
|
||
<p>So here’s to the first run. The one that humbles you. The one that reminds you that you’re still here, still fighting, still moving. And that’s enough.</p>
|
||
|
||
<div class="footer">
|
||
— Carlos Tellez, Madera, CA. Always chasing the next step.
|
||
</div>
|
||
</body>
|
||
</html> |