amy-coates-cobbler-toolkit/cobbler-gathering-ledger.html

42 lines
2.2 KiB
HTML
Raw Permalink Normal View History

2026-07-18 06:55:22 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cobbler Gatherings • Amy Coates</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');
body { font-family: 'Source Sans Pro', system_ui, sans-serif; margin: 0; padding: 0; background: #0f0f0f; color: #f5f0e6; line-height: 1.7; }
.container { max-width: 720px; margin: 4rem auto; padding: 2rem; }
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 2.8rem; margin-bottom: 0.5rem; color: #d4af37; }
.subtitle { font-size: 1.05rem; color: #a38f6e; margin-bottom: 2.5rem; }
.ledger { background: #1a1815; padding: 2rem; border-left: 4px solid #d4af37; }
a { color: #d4af37; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry { margin-bottom: 1.5rem; }
</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>Cobbler Gatherings Ledger</h1>
<p class="subtitle">Rosemary peach cobbler rituals in New Braunfels • tied to German-Texan tables and neighbor stories</p>
<div class="ledger">
<div class="entry">
<strong>July 2025 • Sophienburg porch</strong><br>
Elders shared Strauss family recipes under live oak shade. One peach batch fed twelve young artists.
</div>
<div class="entry">
<strong>October 2025 • Comal bridge picnic</strong><br>
Kiefer print studies paired with warm cobbler slices. Resin scent from river walks met the kitchen rosemary.
</div>
<div class="entry">
<strong>Always next</strong><br>
<a href="index.html">Join the next gathering →</a>
</div>
</div>
<p style="margin-top:2rem; font-size:0.9rem; color:#a38f6e;">Soil and shared tables first. Stars can wait.</p>
</div>
</body>
</html>