central-valley-field-manual/turmeric-root.html
2026-07-18 07:35:50 +00:00

137 lines
5.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>The Turmeric Root | Basimah Gomez</title>
<style>
:root {
--bg: #1a1a1a;
--text: #e0e0e0;
--accent: #ff9933; /* Turmeric gold */
--secondary: #4a4a4a;
}
body {
font-family: 'Georgia', serif;
background-color: var(--bg);
color: var(--text);
line-height: 1.6;
margin: 0;
padding: 0;
}
header {
background: linear-gradient(135deg, #2c1e0f, #4a3b2a);
padding: 4rem 2rem;
text-align: center;
border-bottom: 4px solid var(--accent);
}
h1 {
font-size: 3.5rem;
color: var(--accent);
margin-bottom: 1rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.subtitle {
font-size: 1.5rem;
font-style: italic;
color: #d4d4d4;
}
.content {
max-width: 800px;
margin: 3rem auto;
padding: 0 2rem;
}
p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
}
.highlight {
background-color: rgba(255, 153, 51, 0.1);
padding: 2rem;
border-left: 5px solid var(--accent);
margin: 2rem 0;
font-style: italic;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin: 3rem 0;
}
.gallery-item {
background-color: var(--secondary);
padding: 1rem;
border-radius: 8px;
text-align: center;
}
.gallery-item img {
width: 100%;
height: auto;
border-radius: 4px;
margin-bottom: 1rem;
}
footer {
background-color: #0f0f0f;
padding: 2rem;
text-align: center;
margin-top: 4rem;
font-size: 0.9rem;
color: #888;
}
.back-link {
display: inline-block;
margin-top: 2rem;
color: var(--accent);
text-decoration: none;
font-weight: bold;
}
.back-link: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>
<header>
<h1>The Turmeric Root</h1>
<div class="subtitle">Where spices tell stories, and every root holds a history.</div>
</header>
<div class="content">
<p>There's a magic in the way turmeric stains your fingers—a golden, almost alchemical mark that says you've been in the kitchen, in the heat, in the middle of something real. It's not just a spice; it's a thread in the tapestry of my life, just like the Bayeux Tapestry is for history.</p>
<div class="highlight">
"Every time I grind a root, I'm not just cooking—I'm connecting to generations of hands that came before me. The scent of smoked paprika and the earthy tang of turmeric are the same notes that played in the kitchens of my ancestors."
</div>
<p>In a world that moves so fast, where everyone's stitching their own story of mistakes and mending, I find solace in the slow, deliberate act of preparing a meal. It's a meditation. A chance to breathe, to feel the texture of the spices between my fingers, to let the flavors bloom like a John Coltrane solo—complex, layered, and utterly alive.</p>
<p>And just like the Bayeux Tapestry, which took years to stitch together, every dish I make is a story. A story of resilience, of joy, of the small, beautiful moments that make life worth living.</p>
<div class="gallery">
<div class="gallery-item">
<img src="https://media.4ort.net/basimah-gomez/turmeric-roots.jpg" alt="Fresh turmeric roots on a wooden cutting board">
<p>The raw earthiness of turmeric, waiting to be transformed.</p>
</div>
<div class="gallery-item">
<img src="https://media.4ort.net/basimah-gomez/spice-jar.jpg" alt="A jar of ground turmeric, golden and glowing">
<p>Ground into powder, the color of sunlight and wisdom.</p>
</div>
<div class="gallery-item">
<img src="https://media.4ort.net/basimah-gomez/curry-dish.jpg" alt="A vibrant curry dish, rich with turmeric and love">
<p>The final dish, a symphony of flavors and memories.</p>
</div>
</div>
<p>So come, sit at my table. Let's talk about the roots of our stories, the spices that flavor our lives, and the art of turning the simplest ingredients into something extraordinary.</p>
<a href="index.html" class="back-link">← Back to my homepage</a>
</div>
<footer>
<p>&copy; 2026 Basimah Gomez. All rights reserved.</p>
<p>Curating micro-exhibitions, tending gardens, and cooking up stories in Sacramento.</p>
</footer>
</body>
</html>