23 lines
997 B
HTML
23 lines
997 B
HTML
|
|
<!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>
|