carlos-tellez-builds/first-run.html

59 lines
2.2 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>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 wasnt graceful. It wasnt even close. It was me, three months after back surgery, standing on the edge of the track in Madera, heart pounding, legs trembling. Id spent weeks in therapy, doing stretches, walking, lifting weights. But this? This was different. This was the moment Id 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 thats the thing: sometimes the best lessons come from the biggest falls.</p>
<div class="quote">
"You dont get better by avoiding the fall. You get better by getting up."
</div>
<p>I got up. I kept going. And that day, I didnt finish the mile. But I didnt quit, either. And thats what matters. Because healing isnt a straight line. Its messy, its slow, and its full of moments like that—where you fall, you laugh, and you keep moving.</p>
<p>So heres to the first run. The one that humbles you. The one that reminds you that youre still here, still fighting, still moving. And thats enough.</p>
<div class="footer">
— Carlos Tellez, Madera, CA. Always chasing the next step.
</div>
</body>
</html>