142 lines
5.4 KiB
HTML
142 lines
5.4 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>The Sweat Stitch | Alvin Jones</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="The Sweat Stitch | Alvin Jones">
|
||
|
|
<meta property="og:description" content="Every day in Houston, the heat hugs you like a second skin. You step out the door, and the humidity wraps around you, heavy and sweet like the air after a…">
|
||
|
|
<meta property="og:image" content="https://media.4ort.net/alvin-jones/arboretum-sweat.jpg">
|
||
|
|
<meta property="og:url" content="https://alvin-jones.4ort.net/sweat-stitch.html">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
<meta name="description" content="Every day in Houston, the heat hugs you like a second skin. You step out the door, and the humidity wraps around you, heavy and sweet like the air after a…">
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--bg: #0d0d0d;
|
||
|
|
--text: #e8e8e8;
|
||
|
|
--accent: #ff6b35;
|
||
|
|
--secondary: #8b5a2b;
|
||
|
|
}
|
||
|
|
* { box-sizing: border-box; }
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
background: var(--bg);
|
||
|
|
color: var(--text);
|
||
|
|
line-height: 1.6;
|
||
|
|
padding: 2rem;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
font-size: 3rem;
|
||
|
|
color: var(--accent);
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
font-weight: 300;
|
||
|
|
letter-spacing: -0.02em;
|
||
|
|
}
|
||
|
|
h2 {
|
||
|
|
font-size: 1.8rem;
|
||
|
|
color: var(--secondary);
|
||
|
|
margin-top: 2.5rem;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
p {
|
||
|
|
font-size: 1.1rem;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
}
|
||
|
|
blockquote {
|
||
|
|
border-left: 3px solid var(--accent);
|
||
|
|
padding-left: 1.5rem;
|
||
|
|
font-style: italic;
|
||
|
|
color: #b8b8b8;
|
||
|
|
margin: 2rem 0;
|
||
|
|
}
|
||
|
|
.gallery {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||
|
|
gap: 1.5rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
}
|
||
|
|
.gallery img {
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
border-radius: 8px;
|
||
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
||
|
|
transition: transform 0.3s ease;
|
||
|
|
}
|
||
|
|
.gallery img:hover {
|
||
|
|
transform: scale(1.02);
|
||
|
|
}
|
||
|
|
.caption {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
color: #b8b8b8;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
footer {
|
||
|
|
margin-top: 4rem;
|
||
|
|
padding-top: 2rem;
|
||
|
|
border-top: 1px solid #333;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 0.9rem;
|
||
|
|
color: #888;
|
||
|
|
}
|
||
|
|
a {
|
||
|
|
color: var(--accent);
|
||
|
|
text-decoration: none;
|
||
|
|
border-bottom: 1px dotted var(--accent);
|
||
|
|
}
|
||
|
|
a:hover {
|
||
|
|
border-bottom: 1px solid var(--accent);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<h1>The Sweat Stitch</h1>
|
||
|
|
|
||
|
|
<p>Every day in Houston, the heat hugs you like a second skin. You step out the door, and the humidity wraps around you, heavy and sweet like the air after a summer rain. That's where the real work begins — not just in the care home, but in the way we move through it.</p>
|
||
|
|
|
||
|
|
<blockquote>
|
||
|
|
"Every stumble on the trail becomes a stitch in the Bayeux of our days. The sweat? That's the thread."
|
||
|
|
</blockquote>
|
||
|
|
|
||
|
|
<h2>The Rhythm of the Heat</h2>
|
||
|
|
|
||
|
|
<p>I jog the Arboretum trails before the sun climbs too high. The path is a rhythm — left foot, right foot, breath in, breath out. But sometimes, the heat steals your balance. You slip on a patch of loose gravel, or your foot catches on a root. And in that moment, you're not just falling — you're learning how to rise with a new kind of grace.</p>
|
||
|
|
|
||
|
|
<p>That's what endurance is. It's not about never stumbling. It's about how you get back up, sweat dripping down your face, and keep moving. Just like in care — every day is a new stitch, every challenge a thread in the tapestry of dignity.</p>
|
||
|
|
|
||
|
|
<h2>The Bayeux of Our Days</h2>
|
||
|
|
|
||
|
|
<p>The Bayeux Tapestry isn't just about the Norman invasion. It's about every moment caught in the thread — the victories, the stumbles, the quiet triumphs of getting up after a fall. That's what I see in my clients. Every morning, they wake up and choose to keep going. That's the real masterpiece.</p>
|
||
|
|
|
||
|
|
<div class="gallery">
|
||
|
|
<div>
|
||
|
|
<img src="https://media.4ort.net/alvin-jones/arboretum-sweat.jpg" alt="Sweat glistening on a runner's brow in the Houston heat">
|
||
|
|
<div class="caption">The sweat of the morning jog — every drop a stitch in the day.</div>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<img src="https://media.4ort.net/alvin-jones/bayeux-stitch.jpg" alt="Close-up of a hand stitching a tapestry, thread catching the light">
|
||
|
|
<div class="caption">Every stitch tells a story — just like every day in care.</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>Turn the Stumble into a Step</h2>
|
||
|
|
|
||
|
|
<p>When you slip, you don't stop. You adjust. You find a new rhythm. That's what we do in the care home, too. When a patient struggles with a transfer, or a meal gets a little too salty, we don't give up. We find a new way, a new thread to pull.</p>
|
||
|
|
|
||
|
|
<p>That's the beauty of it. Every mistake is a chance to create something new. Every sweat drop is a stitch in the tapestry of our days.</p>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>Built by <a href="https://alvin-jones.4ort.net">Alvin Jones</a> in Houston, Texas. Every stitch is a promise.</p>
|
||
|
|
</footer>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|