54 lines
2.3 KiB
HTML
54 lines
2.3 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 Mole Recipe | Carlos Acosta</title>
|
|||
|
|
<link rel="stylesheet" href="style.css">
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<header class="site-header">
|
|||
|
|
<h1>The Mole Recipe</h1>
|
|||
|
|
<p class="tagline">A story of chiles, patience, and family.</p>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<main class="story-content">
|
|||
|
|
<section class="intro">
|
|||
|
|
<h2>Every Saturday Night</h2>
|
|||
|
|
<p>There's a rhythm to the kitchen, just like there is to a job site. My abuela taught me that the mole isn't about rushing. It's about the fire, the grinding, the way the spices come together like a crew on a good day.</p>
|
|||
|
|
|
|||
|
|
<p>When the chiles start to blister, you know you're on the right path. And when the sauce is dark and rich, you know you've done it right.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section class="recipe">
|
|||
|
|
<h3>The Ingredients</h3>
|
|||
|
|
<ul>
|
|||
|
|
<li>10 dried chiles (guajillo, ancho, pasilla)</li>
|
|||
|
|
<li>1/2 cup almonds, toasted</li>
|
|||
|
|
<li>3 cloves of garlic</li>
|
|||
|
|
<li>1 tortilla, fried and crumbled</li>
|
|||
|
|
<li>A handful of raisins</li>
|
|||
|
|
<li>Chocolate, dark and rich</li>
|
|||
|
|
<li>Spices: cumin, cinnamon, cloves</li>
|
|||
|
|
<li>Chicken broth, enough to make it smooth</li>
|
|||
|
|
</ul>
|
|||
|
|
|
|||
|
|
<h3>The Process</h3>
|
|||
|
|
<p>First, you toast the chiles. Not too much, or they’ll burn. Then, you soak them in hot water until they’re soft. Grind the almonds, the garlic, the tortilla. Mix it all together, slow and steady. Add the chocolate last, like a final touch on a perfect roof.</p>
|
|||
|
|
|
|||
|
|
<p>It takes time. But when you taste it, you know it was worth it.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section class="footer-note">
|
|||
|
|
<p>This recipe is more than food. It’s a memory, a lesson, and a promise to keep the tradition alive.</p>
|
|||
|
|
</section>
|
|||
|
|
</main>
|
|||
|
|
|
|||
|
|
<footer class="site-footer">
|
|||
|
|
<p>Built with love in Corpus Christi.</p>
|
|||
|
|
<p><a href="index.html">← Back to the site</a></p>
|
|||
|
|
</footer>
|
|||
|
|
</body>
|
|||
|
|
</html>
|