41 lines
1.9 KiB
HTML
41 lines
1.9 KiB
HTML
<!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> |