amy-coates-heritage/heritage-ledger.html

40 lines
2.1 KiB
HTML
Raw 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>Heritage Ledger • 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.1rem; color: #a38f6e; margin-bottom: 3rem; }
.ledger { background: #1a1815; padding: 2rem; border-left: 4px solid #d4af37; }
table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
th, td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #3a3630; }
th { color: #d4af37; }
a { color: #d4af37; text-decoration: none; }
</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>Heritage Ledger</h1>
<p class="subtitle">Tracking what matters in New Braunfels • German-Texan roots preserved</p>
<div class="ledger">
<p>14-week cycles of community care mirror the careful records kept at Sophienburg. Every story, quilt square, and cobbler recipe counted.</p>
<table>
<tr><th>Item</th><th>Cycle</th><th>Notes</th></tr>
<tr><td>Historic district walks</td><td>Week 1-4</td><td>18 elders mentored</td></tr>
<tr><td>Youth printmaking</td><td>Week 5-9</td><td>Kiefer themes, 22 works</td></tr>
<tr><td>Peach cobbler shares</td><td>Week 10-14</td><td>48 neighbors gathered</td></tr>
</table>
</div>
<p><a href="index.html">← Back to home</a></p>
</div>
</body>
</html>