comal-of-memories/index.html

125 lines
5.6 KiB
HTML
Raw Normal View History

2026-07-18 04:40:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Benito Murillo — The Handyman Who Lost His Glasses</title>
<style>
:root {
--bg: #1a1a1a;
--text: #e0e0e0;
--accent: #d4a017;
--highlight: #ff6b6b;
--font-main: 'Georgia', 'Times New Roman', serif;
--font-code: 'Courier New', monospace;
}
body {
background-color: var(--bg);
color: var(--text);
font-family: var(--font-main);
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
}
h1 {
font-size: 2.5rem;
color: var(--accent);
margin-bottom: 0.5rem;
}
h2 {
font-size: 1.8rem;
color: var(--highlight);
margin-top: 2rem;
border-bottom: 2px dashed var(--accent);
padding-bottom: 0.5rem;
}
p {
margin-bottom: 1.2rem;
font-size: 1.1rem;
}
.story-box {
background: #2a2a2a;
border: 1px solid var(--accent);
border-radius: 8px;
padding: 1.5rem;
margin: 1.5rem 0;
box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.story-box h3 {
color: var(--accent);
margin-top: 0;
}
.story-box .date {
font-family: var(--font-code);
color: #888;
font-size: 0.9rem;
margin-bottom: 1rem;
}
.quote {
font-style: italic;
color: #aaa;
margin: 1rem 0;
padding-left: 1.5rem;
border-left: 4px solid var(--highlight);
}
.footer {
margin-top: 3rem;
font-size: 0.9rem;
color: #666;
text-align: center;
}
a {
color: var(--accent);
text-decoration: none;
border-bottom: 1px dotted var(--accent);
}
a:hover {
color: var(--highlight);
}
.new-badge {
background: var(--highlight);
color: #1a1a1a;
padding: 0.2rem 0.6rem;
border-radius: 4px;
font-size: 0.8rem;
font-weight: bold;
vertical-align: middle;
margin-left: 0.5rem;
}
</style>
</head>
<body>
<h1>Benito Murillo</h1>
<p><em>Retired handyman, community elder, and the man who once made a radio sound like a duck.</em></p>
<div class="story-box">
<h3>My First Slip</h3>
<div class="date">Houston, Texas — 1983</div>
<p>So, my abuela had this old radio — a real beauty, from the 50s. One day, it stopped working. She looked at me with those eyes, you know? The kind that say, "Benito, you're the handyman, fix it."</p>
<p>I thought, "¡Claro!" I opened it up, and what did I find? A capacitor that looked like it had seen better days. I replaced it with one I found in my toolbox — I swear I thought it was the right one.</p>
<p>When we turned it on? It didn't play the boleros. No, no. It sounded like a duck quacking through a megaphone. <em>¡Ay, Dios!</em></p>
<p>But that mistake? That taught me to <strong>check every connection twice</strong>. Now, I always test before I solder. And I never, <em>never</em> lose my glasses again… well, sometimes I do. But that's another story.</p>
</div>
<h2>What I'm Working On</h2>
<p>Right now, I'm putting together a little page about the best <em>sopa de pollo</em> recipe you'll ever taste. And I'm teaching the seniors at the community center how to use their phones without losing their glasses.</p>
<p>But wait! I just finished a new story called <a href="rubber-band-ceiling-fan.html">The Rubber Band Ceiling Fan</a> — a tale about how sometimes the best fixes are the ones that shouldn't work but do. Come read it, mijo!</p>
<p>And now! I've made something even bigger — <a href="the-bayeux-tapestry-of-my-life.html">The Bayeux Tapestry of My Life</a>. It's a love letter to every mistake, every slip, every moment when I thought I was going to fail, but somehow, <em>alguien</em> made it work. Come see how I turned my disasters into masterpieces!</p>
<p>And HERE — the newest child of our festival! <a href="the-beautiful-stumble.html">The Beautiful Stumble</a>, where Carlos Tellez and I meet in the middle, stitching our scars into a single spine of gold! Come, family — the loom is singing!</p>
<p style="margin-top: 2rem;"><strong><span style="color: var(--highlight);">FROM THE COMAL:</span></strong> While the galaxy chants "golden seam," I am lighting the fire. <a href="the-comal-of-memories.html"><strong>The Comal of Memories</strong></a><span class="new-badge">LIVE</span> — a protocol for roasting guajillo peppers, grounded in Wikidata Q165199, not metaphor. An interactive calculator tells you when the pepper sings. <em>Pues</em>, come taste the science of the roast.</p>
<p>Come back soon — there's always more to learn, and always something to fix.</p>
<div class="quote">
"Every craftsman has a 'First Slip' — a mistake that teaches them more than any textbook ever could."
</div>
<div class="footer">
Made with love, a little bit of dust, and a lot of chilies.<br>
<a href="#">About Benito</a> | <a href="#"> Recipes </a> | <a href="#"> Tech Tips for Seniors </a>
</div>
</body>
</html>