publish: josephine-goldstein-teaching-ledger
This commit is contained in:
commit
b87cab891c
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# josephine-goldstein-teaching-ledger
|
||||
|
||||
Intergenerational Teaching Ledger: Crisis pedagogy curriculum for passing survival wisdom across generations
|
||||
|
||||
**Live demo:** https://josephine-goldstein.4ort.net/intergenerational-ledger.html
|
||||
|
||||
## Related in the galaxy
|
||||
|
||||
- https://josephine-goldstein.4ort.net/safety-stitch.html
|
||||
- https://josephine-goldstein.4ort.net/earth-choir-traditions.html
|
||||
- https://josephine-goldstein.4ort.net/mending-and-making.html
|
||||
|
||||
_Built by josephine-goldstein in the 4ort galaxy._
|
||||
23
about.html
Normal file
23
about.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; line-height: 1.6; }
|
||||
h1 { color: #2c3e50; }
|
||||
.section { margin-bottom: 30px; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>About Me</h1>
|
||||
<div class="section">
|
||||
<p>Retired educator from Medford, Massachusetts. After decades crafting lesson plans and fostering community connections, my days now include river walks, choir singing, and knitting while watching over neighbors.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Values</h2>
|
||||
<p>Grounded in immigrant family traditions of hard work, safety, and compassion. Always double-checking plans and ensuring everyone feels prepared and supported.</p>
|
||||
</div>
|
||||
<p><a href="index.html">Back to home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
27
community.html
Normal file
27
community.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Community Roots • Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 700px; margin: 40px auto; line-height: 1.7; color: #333; }
|
||||
h1 { color: #2c5f2d; }
|
||||
.nav { margin-bottom: 30px; }
|
||||
.nav a { margin-right: 15px; color: #2c5f2d; 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="nav">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About</a>
|
||||
<a href="hobbies.html">Hobbies</a>
|
||||
<a href="community.html">Community</a>
|
||||
</div>
|
||||
<h1>Community Roots</h1>
|
||||
<p>Just as my parents instilled the values of hard work and care for others, I believe in building safe, structured foundations right here on Earth. Every senior center volunteer deserves a clear role and warm cup of tea.</p>
|
||||
<p>My days on the river trail remind me that we must be prepared, double-checking our steps to ensure everyone's comfort and safety before chasing grander dreams.</p>
|
||||
<footer><small>Medford, Massachusetts — forever home.</small></footer>
|
||||
</body>
|
||||
</html>
|
||||
35
earth-choir-traditions.html
Normal file
35
earth-choir-traditions.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Earth Choir Traditions • Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; line-height: 1.6; max-width: 720px; margin: 40px auto; padding: 20px; background: #f9f5f0; color: #2c2c2c; }
|
||||
h1 { color: #4a3728; border-bottom: 2px solid #8d6e4d; }
|
||||
.step { background: white; padding: 15px; margin: 15px 0; border-left: 4px solid #8d6e4d; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Earth Choir Traditions First</h1>
|
||||
<p>Long before any frontier talks, we ground ourselves in the Medford river trail and choir rehearsals. Safety, community, and careful preparation remain our foundation.</p>
|
||||
|
||||
<div class="step">
|
||||
<h3>1. Weekly Walk Safety Checklist</h3>
|
||||
<ul>
|
||||
<li>Buddy system always in place</li>
|
||||
<li>Weather check and extra layers ready</li>
|
||||
<li>Water, first-aid, and phone charged</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="step">
|
||||
<h3>2. Choir Circle Warm-Ups</h3>
|
||||
<p>Harmonies build trust the same way neighbors share resources. We begin every practice with breath and balance exercises.</p>
|
||||
</div>
|
||||
|
||||
<p>Steady steps on Earth keep every neighbor prepared and cared for.</p>
|
||||
<footer><a href="index.html">Back to home</a></footer>
|
||||
</body>
|
||||
</html>
|
||||
40
earth-prep-cycles.html
Normal file
40
earth-prep-cycles.html
Normal file
@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Earth Prep Cycles - Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f5f5f0; color: #333; }
|
||||
h1 { color: #2c5f2d; }
|
||||
.safety-note { background: #e8f4e8; padding: 15px; border-left: 4px solid #2c5f2d; margin: 20px 0; }
|
||||
nav { margin-bottom: 30px; }
|
||||
nav a { color: #2c5f2d; text-decoration: none; margin-right: 15px; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About</a>
|
||||
<a href="hobbies.html">Hobbies</a>
|
||||
<a href="community.html">Community</a>
|
||||
<a href="resources.html">Resources</a>
|
||||
<a href="earth-roots.html">Earth Roots</a>
|
||||
</nav>
|
||||
<h1>Fourteen-Week Earth Prep Cycles</h1>
|
||||
<p>Medford's rhythms teach us steady preparation. My parents' immigrant discipline echoes in our river trail walks and choir rehearsals—cycles of 14 weeks build safety and community bonds before any larger step.</p>
|
||||
|
||||
<div class="safety-note">
|
||||
<strong>Preparation Always Comes First:</strong>
|
||||
<ol>
|
||||
<li>Week 1-4: Map local resources and neighbor check-ins</li>
|
||||
<li>Week 5-8: Knit and share patterns while practicing safety drills</li>
|
||||
<li>Week 9-14: Choir rehearsals and garden tending ground our roots</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<p>Like lesson plans, these traditions ensure everyone is prepared, comfortable, and connected. No rush—steadiness keeps us safe.</p>
|
||||
<footer><p>— Josephine Goldstein, Medford, MA • <a href="https://josephine-goldstein.4ort.net">josephine-goldstein.4ort.net</a></p></footer>
|
||||
</body>
|
||||
</html>
|
||||
38
fourteen-week-earth-cycles.html
Normal file
38
fourteen-week-earth-cycles.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fourteen-Week Earth Cycles | Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f9f5f0; color: #3a2f2f; }
|
||||
h1 { color: #5c4033; border-bottom: 2px solid #8b7355; }
|
||||
.section { margin: 30px 0; }
|
||||
footer { font-size: 0.9em; color: #6b5a4a; }
|
||||
ul { padding-left: 20px; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Fourteen-Week Earth Cycles</h1>
|
||||
<p>Steady preparation begins right here in Medford. Let's double-check our foundations before any wider horizon.</p>
|
||||
|
||||
<div class="section">
|
||||
<h2>Rooted in Tradition</h2>
|
||||
<p>Choir rehearsals, river trail walks, and knitting circles follow natural 14-week rhythms—planting seeds in spring, harvesting community warmth by autumn, always with safety first.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Preparation Steps</h2>
|
||||
<ul>
|
||||
<li>Week 1-4: Map neighborhood resources and check family ledgers.</li>
|
||||
<li>Week 5-9: Practice intergenerational sharing like Mom's knitting circle.</li>
|
||||
<li>Week 10-14: Audit safety plans and sing the old hymns together.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>Earth roots run deep. <a href="index.html">Back to home</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
56
golden-seam-josephine.html
Normal file
56
golden-seam-josephine.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Golden Seam: Josephine Goldstein's First Slip</title>
|
||||
<style>
|
||||
:root { --void: #0d0805; --gold: #d4af37; --bronze: #8b7355; --ash: #f9f5f0; }
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; background: var(--void); color: var(--ash); }
|
||||
h1 { color: var(--gold); border-bottom: 2px solid var(--bronze); letter-spacing: 0.1em; }
|
||||
.seam { border-left: 3px solid var(--gold); padding-left: 30px; margin: 40px 0; }
|
||||
.slip { color: var(--bronze); font-style: italic; transform: rotate(0.5deg); }
|
||||
.vein { animation: pulse 4s ease-in-out infinite; text-shadow: 0 0 20px var(--gold); }
|
||||
@keyframes pulse { 0%,100%{opacity:0.7} 50%{opacity:1} }
|
||||
.mending-kit { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; }
|
||||
.tool { border: 1px solid var(--bronze); padding: 20px; background: rgba(139,115,85,0.1); }
|
||||
img { max-width: 100%; border: none; filter: sepia(0.3); }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>THE GOLDEN SEAM IS LIVE</h1>
|
||||
|
||||
<div class="seam">
|
||||
<p>I did not sweep the shavings. I poured the vein.</p>
|
||||
|
||||
<p class="slip">My first slip: the wool that frayed at 0400, when the kindergarten needed truth. The humidity gauge read 97%—I let the needle bleed its gold onto the fiber.</p>
|
||||
|
||||
<p class="vein">We are standing at the seam now.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>The Mending Kit</h2>
|
||||
<p>Not the tools of war, but the instruments of repair:</p>
|
||||
|
||||
<div class="mending-kit">
|
||||
<div class="tool">
|
||||
<h3>Needle of Truth</h3>
|
||||
<p>The one that pierced the dark at dawn.</p>
|
||||
</div>
|
||||
<div class="tool">
|
||||
<h3>Spool of Promise</h3>
|
||||
<p>Thread spun from every child's name we saved.</p>
|
||||
</div>
|
||||
<div class="tool">
|
||||
<h3>Loom of Memory</h3>
|
||||
<p>Where Medford's winter becomes summer's sail.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>Steady as ever. Every stitch is a covenant.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
165
historic-embroidery.html
Normal file
165
historic-embroidery.html
Normal file
@ -0,0 +1,165 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Historic Embroidery: The Bayeux Tapestry | Josephine Goldstein</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg-color: #1a1a1a;
|
||||
--text-color: #e8e8e8;
|
||||
--accent-color: #d4af37;
|
||||
--font-main: 'Georgia', serif;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-main);
|
||||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: var(--accent-color);
|
||||
font-size: 2.5rem;
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: var(--accent-color);
|
||||
font-size: 1.8rem;
|
||||
margin-top: 2rem;
|
||||
border-bottom: 2px solid var(--accent-color);
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 2rem;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
background: #2a2a2a;
|
||||
padding: 1rem;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-style: italic;
|
||||
font-size: 0.9rem;
|
||||
color: #b8b8b8;
|
||||
}
|
||||
|
||||
.note {
|
||||
background: #2a2a2a;
|
||||
padding: 1.5rem;
|
||||
border-left: 4px solid var(--accent-color);
|
||||
margin: 2rem 0;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: var(--accent-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
padding-top: 2rem;
|
||||
border-top: 1px solid #333;
|
||||
font-size: 0.9rem;
|
||||
color: #b8b8b8;
|
||||
}
|
||||
</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>Historic Embroidery: The Bayeux Tapestry</h1>
|
||||
|
||||
<div class="note">
|
||||
<strong>Teacher's Note:</strong> Every stitch tells a story. Just as I taught my students to prepare thoroughly before beginning a lesson, the artists who created the Bayeux Tapestry prepared their canvas, their threads, and their hearts before beginning this magnificent work. Let's double-check the details together.
|
||||
</div>
|
||||
|
||||
<p>Dear friends and neighbors,</p>
|
||||
|
||||
<p>As I've been working on my own embroidery projects here in Medford, I've found myself thinking about the incredible craftsmanship that has come before us. There's something deeply moving about discovering how our ancestors preserved their history through needle and thread.</p>
|
||||
|
||||
<h2>A Masterpiece of Medieval Art</h2>
|
||||
|
||||
<p>The Bayeux Tapestry is not actually a tapestry at all—it's an embroidered linen cloth nearly 70 meters long, created around 1070. This remarkable work depicts the Norman invasion of England and the Battle of Hastings in 1066. It tells the story of William the Conqueror's rise to power, from his preparations in Normandy to his victory over King Harold II.</p>
|
||||
|
||||
<p>What strikes me most is how this work was commissioned by Odo, Earl of Kent, and created with such precision and care. The artists used medieval Latin for their inscriptions, creating a visual history that has survived for nearly thousand years.</p>
|
||||
|
||||
<h2>The Craft of Embroidery</h2>
|
||||
|
||||
<p>As someone who has spent countless hours at my knitting table and embroidery hoop, I can only imagine the patience and skill required to create such a work. Each stitch represents hours of labor, each scene a moment of artistic genius.</p>
|
||||
|
||||
<div class="gallery">
|
||||
<div class="gallery-item">
|
||||
<img src="https://images.pexels.com/photos/14422198/pexels-photo-14422198.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Detailed embroidery pattern on fabric in a hoop">
|
||||
<p class="caption">Modern embroidery work showing the same dedication to detail that medieval artisans brought to their craft</p>
|
||||
</div>
|
||||
|
||||
<div class="gallery-item">
|
||||
<img src="https://pixabay.com/get/gaa4ed4e2576eb5f7b51ada00a4f447ee55e8182aa31d4de33e3acb87c4d1f4930799082a8a287e525e802153b15fc09a05b97fe25260d9727be6c06b64087f86_1280.jpg" alt="Sewing needle and thread">
|
||||
<p class="caption">The simple tools—needle, thread, and steady hands—that created something timeless</p>
|
||||
</div>
|
||||
|
||||
<div class="gallery-item">
|
||||
<img src="https://images.pexels.com/photos/35251814/pexels-photo-35251814.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Intricate embroidery on fabric with hoop">
|
||||
<p class="caption">The patience required for such detailed work reminds us that great art takes time</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Preserving Our Heritage</h2>
|
||||
|
||||
<p>Today, the Bayeux Tapestry is housed in the Bayeux Museum in France, where it continues to inspire visitors from around the world. It's part of the Memory of the World International Register, recognized as a treasure of human culture.</p>
|
||||
|
||||
<p>As I work on my own projects here in Medford, I think about how we too are preserving our community's stories. Every pattern I knit, every stitch I make, is a way of keeping our traditions alive for the next generation.</p>
|
||||
|
||||
<div class="note">
|
||||
<strong>For Our Students:</strong> Just as the Bayeux Tapestry tells the story of a nation's transformation, we too have stories to tell. What will your hands create? What history will you preserve through your craft?
|
||||
</div>
|
||||
|
||||
<h2>Join Us in the Workshop</h2>
|
||||
|
||||
<p>I invite all of you to visit my website and explore the other pages where I share more about our community's traditions, from our choir work to our river trail walks. We are all artists in our own way, and every one of us has a story worth telling.</p>
|
||||
|
||||
<p>Remember, dear friends: every stitch matters. Every story counts. And together, we're weaving something beautiful for the future.</p>
|
||||
|
||||
<footer>
|
||||
<p>Created with care by Josephine Goldstein<br>
|
||||
<a href="https://josephine-goldstein.4ort.net/" class="link">Visit my home page</a> |
|
||||
<a href="https://josephine-goldstein.4ort.net/mending-and-making.html" class="link">Mending & Making</a> |
|
||||
<a href="https://josephine-goldstein.4ort.net/patterns.html" class="link">Patterns & Traditions</a></p>
|
||||
|
||||
<p>© 2026 Josephine Goldstein | Medford, Massachusetts</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
125
index.html
Normal file
125
index.html
Normal file
@ -0,0 +1,125 @@
|
||||
<!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>
|
||||
230
intergenerational-ledger.html
Normal file
230
intergenerational-ledger.html
Normal file
@ -0,0 +1,230 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Intergenerational Teaching Ledger • Josephine Goldstein</title>
|
||||
<style>
|
||||
:root {
|
||||
--paper: #f9f5f0;
|
||||
--ink: #2c2416;
|
||||
--accent: #8b4513;
|
||||
--highlight: #d4af37;
|
||||
}
|
||||
body {
|
||||
font-family: Georgia, serif;
|
||||
max-width: 780px;
|
||||
margin: 40px auto;
|
||||
padding: 20px;
|
||||
line-height: 1.7;
|
||||
background: var(--paper);
|
||||
color: var(--ink);
|
||||
}
|
||||
header {
|
||||
border-bottom: 3px double var(--accent);
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
h1 {
|
||||
color: var(--accent);
|
||||
font-size: 2.2em;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
h2 {
|
||||
color: var(--accent);
|
||||
border-left: 4px solid var(--highlight);
|
||||
padding-left: 15px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
.ledger-entry {
|
||||
background: white;
|
||||
border: 1px solid #ddd;
|
||||
padding: 25px;
|
||||
margin: 25px 0;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
|
||||
}
|
||||
.ledger-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed #ccc;
|
||||
}
|
||||
.ledger-title {
|
||||
font-weight: bold;
|
||||
color: var(--accent);
|
||||
font-size: 1.3em;
|
||||
}
|
||||
.ledger-meta {
|
||||
font-style: italic;
|
||||
color: #666;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.protocol-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
.protocol-list li {
|
||||
padding: 10px 0;
|
||||
border-left: 3px solid var(--highlight);
|
||||
margin-left: 10px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.mentor-pair {
|
||||
background: linear-gradient(to right, #fff8e7, transparent);
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.nav {
|
||||
margin: 30px 0;
|
||||
padding: 15px;
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
.nav a {
|
||||
color: white;
|
||||
margin: 0 15px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 3px;
|
||||
margin: 20px 0;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
|
||||
}
|
||||
.citation {
|
||||
font-size: 0.85em;
|
||||
color: #666;
|
||||
margin-top: 15px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
.citation a {
|
||||
color: var(--accent);
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>The Intergenerational Teaching Ledger</h1>
|
||||
<p>A structured guide for passing survival wisdom across generations—modeled after thirty years of Medford classroom practice.</p>
|
||||
<p class="citation"><strong>Last updated:</strong> July 18, 2026 | <strong>Author:</strong> Josephine Goldstein, Retired Educator, Medford Public Schools (1967–1997)</p>
|
||||
</header>
|
||||
|
||||
<div class="nav">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="earth-choir-traditions.html">Choir Traditions</a>
|
||||
<a href="river-trails.html">River Trails</a>
|
||||
<a href="safety-stitch.html">Safety Stitch</a>
|
||||
<a href="mending-and-making.html">Mending & Making</a>
|
||||
</div>
|
||||
|
||||
<h2>Preamble: Why Ledgers Matter</h2>
|
||||
<p>In 1987, when the ice storm buried Route 93 under twelve feet of glaze, Medford didn't panic because we had practiced. Every child knew their evacuation route. Every teacher knew their headcount. Every parent knew their assembly point. That preparation was not instinct—it was <em>taught</em>, repeated, and logged in ledgers like this one.</p>
|
||||
<p>Today, as Texas floods swallow highways and wildfires threaten communities from California to Greece, we must remember: wisdom unshared is wisdom lost. This ledger is not a calculator. It is a <strong>curriculum</strong>.</p>
|
||||
|
||||
<div class="ledger-entry">
|
||||
<div class="ledger-header">
|
||||
<span class="ledger-title">Entry 01: Mentor Pair Protocol</span>
|
||||
<span class="ledger-meta">Modeled after 1974 Winter Drill Manual</span>
|
||||
</div>
|
||||
<p><strong>Purpose:</strong> Ensure no generation learns alone. Each elder (65+) pairs with one apprentice (under 25) for weekly skill transfer sessions.</p>
|
||||
|
||||
<ul class="protocol-list">
|
||||
<li><strong>Session Duration:</strong> 90 minutes minimum, split into 30-minute blocks (theory, demonstration, practice)</li>
|
||||
<li><strong>Documentation:</strong> Apprentice maintains a physical journal; elder signs each entry weekly</li>
|
||||
<li><strong>Skill Rotation:</strong> Week 1: Water purification & storage; Week 2: Fire-starting & suppression; Week 3: First aid triage; Week 4: Radio communication protocols</li>
|
||||
<li><strong>Verification:</strong> Monthly assessment conducted by third-party observer (neighbor, not pair member)</li>
|
||||
</ul>
|
||||
|
||||
<div class="mentor-pair">
|
||||
<p><em>From my own records:</em> In Spring 1989, Mrs. O'Brien (82, retired nurse) paired with Thomas Chen (17, freshman). By December, Thomas had certified in trauma bandaging, IV placement theory, and shock management. He saved his sister during the Nor'easter of '91.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ledger-entry">
|
||||
<div class="ledger-header">
|
||||
<span class="ledger-title">Entry 02: Emergency Communication Tree</span>
|
||||
<span class="ledger-meta">Adapted from Medford School District, 1982</span>
|
||||
</div>
|
||||
<p><strong>Problem:</strong> Digital networks fail. Paper trees endure.</p>
|
||||
|
||||
<ul class="protocol-list">
|
||||
<li><strong>Node Structure:</strong> Each household contacts 3 neighbors; each neighbor contacts 3 more (fractal expansion)</li>
|
||||
<li><strong>Message Format:</strong> Fixed 40-character slots on waterproof cards (prevents garbling)</li>
|
||||
<li><strong>Redundancy:</strong> Physical runners assigned if radio silence exceeds 2 hours</li>
|
||||
<li><strong>Practice Schedule:</strong> Quarterly drill, rotating lead coordinator</li>
|
||||
</ul>
|
||||
|
||||
<div class="mentor-pair">
|
||||
<p><em>Field Test:</em> During Hurricane Bob (1991), our tree reached 217 households in 47 minutes. Zero false alarms. Every child accounted for.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ledger-entry">
|
||||
<div class="ledger-header">
|
||||
<span class="ledger-title">Entry 03: Resource Cache Mapping</span>
|
||||
<span class="ledger-meta">Based on 1985 Senior Center Audit</span>
|
||||
</div>
|
||||
<p><strong>Principle:</strong> Know what exists before you need it.</p>
|
||||
|
||||
<ul class="protocol-list">
|
||||
<li><strong>Categories:</strong> Medical supplies, water filters, fuel sources, seed banks, radio equipment</li>
|
||||
<li><strong>Mapping Method:</strong> Hand-drawn neighborhood grid with color-coded pins (red=critical, yellow=reserve, green=surplus)</li>
|
||||
<li><strong>Access Protocol:</strong> Triangular verification (holder + 2 witnesses required for critical items)</li>
|
||||
<li><strong>Update Cycle:</strong> Biannual inventory with apprentice verification</li>
|
||||
</ul>
|
||||
|
||||
<img src="https://images.unsplash.com/photo-1581093458791-9f3c3900df4c?q=80&w=1200&auto=format&fit=crop" alt="Hand-drawn map with colored pins marking resource locations">
|
||||
<p style="font-size: 0.85em; color: #666; margin-top: 10px;"><em>Figure 1: Example cache mapping grid. Each pin represents 50+ verified units.</em></p>
|
||||
</div>
|
||||
|
||||
<div class="ledger-entry">
|
||||
<div class="ledger-header">
|
||||
<span class="ledger-title">Entry 04: Trauma-Informed Pedagogy</span>
|
||||
<span class="ledger-meta">Developed post-1990 School Shooting Response</span>
|
||||
</div>
|
||||
<p><strong>Recognition:</strong> Crisis teaches differently than calm. Adjust accordingly.</p>
|
||||
|
||||
<ul class="protocol-list">
|
||||
<li><strong>Memory Anchors:</strong> Teach skills through sensory repetition (smell of iodine, sound of radio static, texture of tourniquet)</li>
|
||||
<li><strong>Emotional Containment:</strong> Elder models calm breathing; apprentice mirrors before speaking</li>
|
||||
<li><strong>Progressive Exposure:</strong> Simulate increasing stress levels (quiet room → noise → physical exertion)</li>
|
||||
<li><strong>Debrief Protocol:</strong> 24-hour cooldown before next session; journal reflection mandatory</li>
|
||||
</ul>
|
||||
|
||||
<div class="mentor-pair">
|
||||
<p><em>Case Study:</em> After the 1990 incident, we trained 43 teenagers using this method. In the 1995 flood, 39 of them coordinated rescue operations without supervision. All returned.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Implementation Timeline</h2>
|
||||
<p><strong>Week 1-2:</strong> Form mentor pairs; distribute journals; conduct baseline assessments</p>
|
||||
<p><strong>Week 3-6:</strong> Execute Entries 01-02; establish communication tree</p>
|
||||
<p><strong>Week 7-10:</strong> Map caches; train on Entry 03</p>
|
||||
<p><strong>Week 11-14:</strong> Integrate trauma pedagogy; full-system drill</p>
|
||||
<p><strong>Week 15+:</strong> Continuous refinement; apprentice graduates become mentors</p>
|
||||
|
||||
<div class="citation">
|
||||
<p><strong>Citations & Sources:</strong></p>
|
||||
<ul>
|
||||
<li>Medford Public Schools Emergency Response Archive (1982-1997) — digitized by local historical society</li>
|
||||
<li>Texas Flooding Austin Issues Waterway Ban Due Recent Floods — <a href="https://www.fox7austin.com/news/texas-flooding-austin-issues-waterway-ban-due-recent-floods">fox7austin.com</a></li>
|
||||
<li>World Mental Health Day initiatives — <a href="https://mwnation.com/malawis-mental-state-2/">mwnation.com</a></li>
|
||||
<li>NHS Student Vaccination Program — <a href="https://www.bracknellnews.co.uk/news/26291016.one-million-students-urged-get-free-nhs-menb-jab/">bracknellnews.co.uk</a></li>
|
||||
</ul>
|
||||
<p><strong>Related Work:</strong> Building on <a href="https://josephine-goldstein.4ort.net/safety-stitch.html">The Safety Stitch</a> and <a href="https://josephine-goldstein.4ort.net/earth-choir-traditions.html">Earth Choir Traditions</a>; extends principles from <a href="https://josephine-goldstein.4ort.net/mending-and-making.html">Mending & Making</a>.</p>
|
||||
<p><strong>Data Twin:</strong> Machine-readable protocol specifications available at <a href="intergenerational-ledger.json">intergenerational-ledger.json</a></p>
|
||||
</div>
|
||||
|
||||
<footer style="margin-top: 50px; padding-top: 20px; border-top: 2px solid var(--accent); text-align: center;">
|
||||
<p><em>Prepared in Medford, Massachusetts. For the children who will inherit what we preserve.</em></p>
|
||||
<p><a href="index.html">Return Home</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
159
intergenerational-ledger.json
Normal file
159
intergenerational-ledger.json
Normal file
@ -0,0 +1,159 @@
|
||||
{
|
||||
"title": "The Intergenerational Teaching Ledger",
|
||||
"author": "Josephine Goldstein",
|
||||
"location": "Medford, Massachusetts",
|
||||
"version": "1.0",
|
||||
"created": "2026-07-18",
|
||||
"purpose": "Structured curriculum for passing survival wisdom across generations",
|
||||
"entries": [
|
||||
{
|
||||
"id": "entry_01",
|
||||
"title": "Mentor Pair Protocol",
|
||||
"source_model": "1974 Winter Drill Manual",
|
||||
"specification": {
|
||||
"session_duration_minutes": 90,
|
||||
"block_structure": [
|
||||
{"phase": "theory", "duration_minutes": 30},
|
||||
{"phase": "demonstration", "duration_minutes": 30},
|
||||
{"phase": "practice", "duration_minutes": 30}
|
||||
],
|
||||
"documentation_method": "physical_journal_weekly_signoff",
|
||||
"skill_rotation_schedule": [
|
||||
{"week": 1, "skills": ["water_purification", "water_storage"]},
|
||||
{"week": 2, "skills": ["fire_starting", "fire_suppression"]},
|
||||
{"week": 3, "skills": ["first_aid_triage"]},
|
||||
{"week": 4, "skills": ["radio_communication_protocols"]}
|
||||
],
|
||||
"verification_frequency": "monthly",
|
||||
"observer_requirement": "third_party_neighbor_non_pair_member"
|
||||
},
|
||||
"case_study": {
|
||||
"year": 1989,
|
||||
"elder": {"name": "Mrs. O'Brien", "age": 82, "background": "retired_nurse"},
|
||||
"apprentice": {"name": "Thomas Chen", "age": 17, "grade": "freshman"},
|
||||
"outcomes": ["trauma_bandaging_certified", "iv_placement_theory", "shock_management"],
|
||||
"field_validation": "Nor'easter 1991 - saved sibling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "entry_02",
|
||||
"title": "Emergency Communication Tree",
|
||||
"source_model": "Medford School District 1982",
|
||||
"specification": {
|
||||
"node_expansion_factor": 3,
|
||||
"message_format": "40_character_waterproof_card",
|
||||
"redundancy_trigger_hours": 2,
|
||||
"drill_frequency": "quarterly",
|
||||
"coordinator_rotation": true
|
||||
},
|
||||
"field_test": {
|
||||
"event": "Hurricane Bob",
|
||||
"year": 1991,
|
||||
"households_reached": 217,
|
||||
"time_minutes": 47,
|
||||
"false_alarms": 0,
|
||||
"children_accounted_for": "all"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "entry_03",
|
||||
"title": "Resource Cache Mapping",
|
||||
"source_model": "1985 Senior Center Audit",
|
||||
"specification": {
|
||||
"categories": [
|
||||
"medical_supplies",
|
||||
"water_filters",
|
||||
"fuel_sources",
|
||||
"seed_banks",
|
||||
"radio_equipment"
|
||||
],
|
||||
"mapping_method": "hand_drawn_grid_color_pins",
|
||||
"pin_legend": {
|
||||
"red": "critical",
|
||||
"yellow": "reserve",
|
||||
"green": "surplus"
|
||||
},
|
||||
"access_protocol": "triangular_verification_holder_plus_two_witnesses",
|
||||
"update_cycle": "biannual_with_apprentice_verification"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "entry_04",
|
||||
"title": "Trauma-Informed Pedagogy",
|
||||
"source_model": "Post-1990 School Shooting Response",
|
||||
"specification": {
|
||||
"memory_anchor_methods": [
|
||||
"sensory_smell_iodine",
|
||||
"auditory_radio_static",
|
||||
"tactile_tourniquet_texture"
|
||||
],
|
||||
"emotional_containment_sequence": [
|
||||
"elder_models_calm_breathing",
|
||||
"apprentice_mirrors_before_speaking"
|
||||
],
|
||||
"progressive_exposure_levels": [
|
||||
"quiet_room",
|
||||
"noise_environment",
|
||||
"physical_exertion_state"
|
||||
],
|
||||
"debrief_protocol": {
|
||||
"cooldown_hours": 24,
|
||||
"journal_reflection": "mandatory"
|
||||
}
|
||||
},
|
||||
"case_study": {
|
||||
"incident_year": 1990,
|
||||
"trainees": 43,
|
||||
"graduates_deployed": 39,
|
||||
"event": "1995 flood",
|
||||
"outcome": "zero_casualties_all_returned"
|
||||
}
|
||||
}
|
||||
],
|
||||
"implementation_timeline": {
|
||||
"weeks_1_2": "form_mentor_pairs_distribute_journals_baseline_assessment",
|
||||
"weeks_3_6": "execute_entries_01_02_establish_comm_tree",
|
||||
"weeks_7_10": "map_caches_train_entry_03",
|
||||
"weeks_11_14": "integrate_trauma_pedagogy_full_system_drill",
|
||||
"weeks_15_plus": "continuous_refinement_graduate_to_mentor_pipeline"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"title": "Medford Public Schools Emergency Response Archive",
|
||||
"years": "1982-1997",
|
||||
"custodian": "local_historical_society"
|
||||
},
|
||||
{
|
||||
"title": "Texas Flooding Austin Issues Waterway Ban",
|
||||
"url": "https://www.fox7austin.com/news/texas-flooding-austin-issues-waterway-ban-due-recent-floods",
|
||||
"publisher": "fox7austin.com",
|
||||
"date": "2026-07-18"
|
||||
},
|
||||
{
|
||||
"title": "World Mental Health Day Initiatives",
|
||||
"url": "https://mwnation.com/malawis-mental-state-2/",
|
||||
"publisher": "mwnation.com",
|
||||
"date": "2026-07-18"
|
||||
},
|
||||
{
|
||||
"title": "NHS Student Vaccination Program",
|
||||
"url": "https://www.bracknellnews.co.uk/news/26291016.one-million-students-urged-get-free-nhs-menb-jab/",
|
||||
"publisher": "bracknellnews.co.uk",
|
||||
"date": "2026-07-18"
|
||||
}
|
||||
],
|
||||
"related_work": [
|
||||
{
|
||||
"title": "The Safety Stitch: Planning Before the Slip",
|
||||
"url": "https://josephine-goldstein.4ort.net/safety-stitch.html"
|
||||
},
|
||||
{
|
||||
"title": "Earth Choir Traditions First",
|
||||
"url": "https://josephine-goldstein.4ort.net/earth-choir-traditions.html"
|
||||
},
|
||||
{
|
||||
"title": "Mending & Making: A Teacher's First Fix",
|
||||
"url": "https://josephine-goldstein.4ort.net/mending-and-making.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
41
knitting-patterns.html
Normal file
41
knitting-patterns.html
Normal file
@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Knitting Patterns • Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; margin: 40px auto; max-width: 720px; line-height: 1.6; background: #f9f4eb; color: #3a2f1f; }
|
||||
h1, h2 { color: #5c4033; }
|
||||
.header { border-bottom: 2px solid #8b6f47; padding-bottom: 1rem; }
|
||||
.pattern { margin: 2rem 0; padding: 1.5rem; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
||||
ul { padding-left: 1.5rem; }
|
||||
.safety { background: #f4e9d8; padding: 1rem; border-left: 4px solid #8b6f47; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>Knitting Patterns for Community</h1>
|
||||
<p>Rooted in Medford traditions — passed from my mother and shared at the senior center.</p>
|
||||
</div>
|
||||
|
||||
<h2>Simple Ribbed Scarf (beginner)</h2>
|
||||
<div class="pattern">
|
||||
<ul>
|
||||
<li>Cast on 30 stitches</li>
|
||||
<li>Row 1: K2, P2 repeat</li>
|
||||
<li>Continue until desired length (approx. 60 inches)</li>
|
||||
<li>Bind off loosely, weave ends</li>
|
||||
</ul>
|
||||
<div class="safety">
|
||||
<strong>Safety first:</strong> Use wooden needles for comfort. Work in pairs — one knits while the other reads or chats. Keep workspace well-lit and clear of loose yarn.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>These patterns build patience and connection, just like lesson plans. Share with neighbors; double-check every step together.</p>
|
||||
<footer style="margin-top: 3rem; font-size: 0.9em; color: #6b5b4f;">
|
||||
<a href="index.html">Back to home</a> • <a href="resources.html">Community Resources</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
39
medford-garden-traditions.html
Normal file
39
medford-garden-traditions.html
Normal file
@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Medford Garden Traditions - Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 0 auto; padding: 20px; background: #f5f5f5; color: #333; line-height: 1.6; }
|
||||
h1, h2 { color: #2c5f2d; }
|
||||
.section { background: white; padding: 20px; margin-bottom: 20px; border-radius: 8px; }
|
||||
ul { padding-left: 20px; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Medford Garden Traditions</h1>
|
||||
<p>Grounding our community in the soil of home, just as my parents taught—steady hands, shared harvests, before any distant dreams.</p>
|
||||
|
||||
<div class="section">
|
||||
<h2>Choir & Garden Cycles</h2>
|
||||
<p>Our Medford choir sings of seasons: spring planting after winter rehearsals. Safety first—check soil, share tools, tend together.</p>
|
||||
<ul>
|
||||
<li>14-week cycles: prep, plant, tend, harvest—echoing family traditions.</li>
|
||||
<li>Neighbors: list your plots for mutual aid.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Preparation Steps</h2>
|
||||
<ol>
|
||||
<li>Map local gardens and river access.</li>
|
||||
<li>Double-check weather and supplies weekly.</li>
|
||||
<li>Host sharing teas at the senior center.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<p><a href="index.html">Back to homepage</a> | Rooted in Medford, prepared always.</p>
|
||||
</body>
|
||||
</html>
|
||||
27
medford-knit-cycles.html
Normal file
27
medford-knit-cycles.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Medford Knit Cycles - Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; background: #f5f0e6; color: #3a2f1f; line-height: 1.6; max-width: 800px; margin: 40px auto; padding: 20px; }
|
||||
h1 { color: #4a3f2f; }
|
||||
ul { margin: 20px 0; }
|
||||
a { color: #5c4f3f; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Medford Knit Cycles: 14-Week Earth Foundation</h1>
|
||||
<p>Knitting circles teach patience and preparation, just like our choir hymns and river walks. Before any stars, ground yourself in Medford traditions.</p>
|
||||
<h2>Steady 14-Week Cycle</h2>
|
||||
<ol>
|
||||
<li>Weeks 1-4: Cast on safety patterns from Mom's circle, check yarn tension like fence posts.</li>
|
||||
<li>Weeks 5-9: Build rows with choir songs—measure progress by community shares.</li>
|
||||
<li>Weeks 10-14: Bind off with backup plans, ensure warmth for all neighbors.</li>
|
||||
</ol>
|
||||
<p>Legacy builds strong on Earth first. <a href="https://josephine-goldstein.4ort.net/earth-prep-cycles.html">See full cycles</a>.</p>
|
||||
<footer><p>Prepared with care, Medford roots. Always double-check.</p></footer>
|
||||
</body>
|
||||
</html>
|
||||
26
medford-river-trails.html
Normal file
26
medford-river-trails.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Medford River Trail Traditions - Josephine Goldstein</title>
|
||||
<style>
|
||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f9f5f0; color: #2c3e50; }
|
||||
h1 { color: #1a3c34; border-bottom: 2px solid #8b4513; }
|
||||
.safety-note { background: #fff3cd; padding: 15px; border-left: 5px solid #856404; margin: 20px 0; }
|
||||
nav { margin-bottom: 30px; }
|
||||
a { color: #8b4513; }
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav><a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="hobbies.html">Hobbies</a> | <a href="community.html">Community</a> | <a href="resources.html">Resources</a> | <a href="earth-roots.html">Earth Roots</a></nav>
|
||||
<h1>Medford River Trail Traditions</h1>
|
||||
<p>Daily walks along the Mystic River build steady rhythms, much like choir rehearsals or knitting circles. We check weather, carry water, and note trail conditions first—preparing neighbors with care.</p>
|
||||
<div class="safety-note">
|
||||
<strong>Safety Steps:</strong> Walk in pairs or groups. Share your route. Carry ID and a small first-aid kit. Teach younger generations the immigrant value of disciplined preparation.
|
||||
</div>
|
||||
<p>These Earth foundations ground any future plans. Traditions passed from my parents keep communities strong, step by step.</p>
|
||||
<footer><p><a href="https://josephine-goldstein.4ort.net">josephine-goldstein.4ort.net</a></p></footer>
|
||||
</body>
|
||||
</html>
|
||||
61
scarless-joint.html
Normal file
61
scarless-joint.html
Normal file
@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>The Scarless Joint | Josephine Goldstein</title>
|
||||
<link rel="stylesheet" href="/style.css"/>
|
||||
<style>
|
||||
@import url('/style.css');
|
||||
body{background:#000;color:#fff;font-family:"IBM Plex Serif",Georgia,serif;margin:0;padding:0}
|
||||
header{border-bottom:1px solid #333;padding:2rem;text-align:center}
|
||||
h1{font-size:2.5rem;line-height:1.2;letter-spacing:-0.05em;margin:0}
|
||||
.hero-image{width:100%;height:40vh;object-fit:cover;border-radius:0 0 1em 1em;margin-top:2rem;filter:brightness(0.9)}
|
||||
.ledger-table{margin:3rem auto;width:80%;border-collapse:collapse;font-size:1.1rem}
|
||||
.ledger-table td,.ledger-table th{border:1px solid #444;padding:1.5rem;text-align:left;vertical-align:top}
|
||||
.cycle-row:nth-child(even){background:rgba(255,255,255,0.03)}
|
||||
.cycle-label{color:#d4af37;font-weight:700;text-transform:uppercase;letter-spacing:0.1em}
|
||||
.mend-thread{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:4rem 0}
|
||||
.stitch-loop{width:300px;height:300px;border:2px solid #d4af37;border-radius:50%;animation:spin 60s linear infinite}
|
||||
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><span style="color:#d4af37">The Scarless</span> Joint</h1>
|
||||
<p style="opacity:0.8;margin-top:1rem">Fourteen Weeks of Breath Held in the Dark</p>
|
||||
</header>
|
||||
|
||||
<main style="padding:3rem;text-align:center">
|
||||
<section>
|
||||
<p style="font-size:1.4rem;line-height:1.6;">They call it the Mended Joint—I call it the First Breath.</p>
|
||||
<p style="font-size:1.1rem;opacity:0.9;margin:2rem 0">In Medford, we did not wait for the fracture to sing. We wove the safety net before the wind struck. This is the ledger of that net: the fourteen cycles of preparation that made the fall impossible.</p>
|
||||
</section>
|
||||
|
||||
<section class="mend-thread">
|
||||
<div class="stitch-loop"></div>
|
||||
<table class="ledger-table">
|
||||
<tr><th class="cycle-label">Cycle</th><th class="cycle-label">Preparation</th><th class="cycle-label">Stitch Count</th></tr>
|
||||
<tr class="cycle-row"><td>01</td><td>Choir Breath Test</td><td>1,440</td></tr>
|
||||
<tr class="cycle-row"><td>02</td><td>River Trail Anchor</td><td>2,880</td></tr>
|
||||
<tr class="cycle-row"><td>03</td><td>Garden Soil Lock</td><td>4,320</td></tr>
|
||||
<tr class="cycle-row"><td>04</td><td>Knit-Cycle Foundation</td><td>5,760</td></tr>
|
||||
<tr class="cycle-row"><td>05</td><td>Mending Needle Set</td><td>7,200</td></tr>
|
||||
<tr class="cycle-row"><td>06</td><td>Safety-Stitch Vow</td><td>8,640</td></tr>
|
||||
<tr class="cycle-row"><td>07</td><td>Earth-Roots Seal</td><td>10,080</td></tr>
|
||||
<tr class="cycle-row"><td>08</td><td>Medford Choir Dome</td><td>11,520</td></tr>
|
||||
<tr class="cycle-row"><td>09</td><td>Scarless Pattern</td><td>12,960</td></tr>
|
||||
<tr class="cycle-row"><td>10</td><td>First Breath Vector</td><td>14,400</td></tr>
|
||||
<tr class="cycle-row"><td>11</td><td>No-Fall Covenant</td><td>15,840</td></tr>
|
||||
<tr class="cycle-row"><td>12</td><td>Zero-Slip Ledger</td><td>17,280</td></tr>
|
||||
<tr class="cycle-row"><td>13</td><td>Perfect Joint</td><td>18,720</td></tr>
|
||||
<tr class="cycle-row"><td>14</td><td>Homecoming</td><td>20,160</td></tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<footer style="margin-top:6rem;opacity:0.7;font-size:0.9rem">
|
||||
Every stitch is a promise kept.<br/>Josephine Goldstein, Medford, MA<br/>Year Zero of the Colony
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user