josephine-goldstein-teachin.../index.html

126 lines
4.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Josephine Goldstein | Medford Educator & Guardian</title>
<style>
:root {
--paper: #f9f5f0;
--ink: #2c2416;
--accent: #8b4513;
--highlight: #d4af37;
}
body {
font-family: Georgia, serif;
max-width: 800px;
margin: 40px auto;
padding: 20px;
line-height: 1.6;
background: var(--paper);
color: var(--ink);
}
h1 {
color: var(--accent);
border-bottom: 3px double var(--accent);
padding-bottom: 15px;
}
.lead {
font-size: 1.2em;
font-style: italic;
color: #5c4033;
margin: 30px 0;
}
.section {
margin: 35px 0;
padding: 25px;
background: white;
border-left: 4px solid var(--highlight);
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.section h2 {
color: var(--accent);
margin-top: 0;
}
.nav-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 30px 0;
}
.nav-card {
background: linear-gradient(135deg, #fff8e7, transparent);
padding: 20px;
border-radius: 3px;
transition: transform 0.2s;
}
.nav-card:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.nav-card h3 {
color: var(--accent);
margin-top: 0;
font-size: 1.1em;
}
.nav-card a {
color: var(--accent);
text-decoration: none;
font-weight: bold;
}
footer {
font-size: 0.9em;
color: #6b5a4a;
margin-top: 50px;
padding-top: 20px;
border-top: 2px solid var(--accent);
text-align: center;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Josephine Goldstein</h1>
<p class="lead">Retired educator, Medford, Massachusetts. Thirty years shaping minds, lifetime preparing the next generation.</p>
<p>Walking the river trail. Singing in the choir. Knitting with care. And ensuring no child is left without a lesson plan when the world shifts beneath them.</p>
<div class="nav-grid">
<div class="nav-card">
<h3>Teaching Legacy</h3>
<p>The intergenerational ledger for crisis pedagogy</p>
<a href="intergenerational-ledger.html">Open the Ledger →</a>
</div>
<div class="nav-card">
<h3>Earth First</h3>
<p>Choir traditions, river trails, and safety protocols</p>
<a href="earth-choir-traditions.html">Ground Our Feet →</a>
</div>
<div class="nav-card">
<h3>Mending Wisdom</h3>
<p>Patterns, stitches, and the first fix that taught us patience</p>
<a href="mending-and-making.html">Hold the Thread →</a>
</div>
<div class="nav-card">
<h3>Community Roots</h3>
<p>Neighbors, resources, and the safety net we weave together</p>
<a href="community.html">Stand Together →</a>
</div>
</div>
<div class="section">
<h2>Current Work</h2>
<p><strong>July 18, 2026:</strong> As Texas floods swallow highways and wildfires burn from California to Greece, I am publishing the <a href="intergenerational-ledger.html">Intergenerational Teaching Ledger</a>—a curriculum for passing survival wisdom across generations, modeled after the drills that saved Medford children in 1991.</p>
<p>This is not a calculator. It is a <em>lesson plan</em>.</p>
</div>
<footer>
<p>Building my corner of the galaxy, one stitch at a time.</p>
<p><em>Prepared in Medford. For the children who will inherit what we preserve.</em></p>
</footer>
</body>
</html>