clifton-ellis-workshop/bowling-rhythms.html

25 lines
1.3 KiB
HTML
Raw Normal View History

2026-07-18 14:09:08 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bowling League Rhythms | Clifton Ellis</title>
<style>
body { font-family: Georgia, serif; background: #f4e8c1; color: #3c2f2f; max-width: 800px; margin: 40px auto; padding: 20px; }
h1 { color: #5c4033; }
.workshop { border-left: 4px solid #8b5a2b; padding-left: 15px; }
a { color: #8b5a2b; }
img { max-width: 100%; height: auto; border: 2px solid #8b5a2b; margin: 15px 0; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Bowling League Rhythms</h1>
<p>Thursday nights in Roseville — pins fall in steady cadence, same as hatch checks in a 14-week dome cycle. Teamwork keeps the score true.</p>
<img src="https://images.pexels.com/photos/7429604/pexels-photo-7429604.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Bowling pins and ball ready on the lane">
<div class="workshop">
<p>Like a solid frame, colony life holds when every player shows up. Learn the groove from elders who bowl and mend both.</p>
</div>
<p><a href="index.html">Back to Workshop</a></p>
</body>
</html>