preload-margin-tool/water-cycle.html

94 lines
3.8 KiB
HTML
Raw Normal View History

2026-07-19 05:36:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Water Cycle in the Colony</title>
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #1a1a1a;
color: #e0e0e0;
line-height: 1.6;
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
h1 {
color: #4CAF50;
border-bottom: solid #4CAF50;
padding-bottom: 0.5rem;
}
h2 {
color: #81C784;
margin-top: 2rem;
}
.checklist {
background-color: #2a2a2a;
padding: 1rem;
border-radius: 8px;
margin: 1rem 0;
}
.checklist ul {
list-style-type: none;
padding: 0;
}
.checklist li {
padding: 0.5rem 0;
border-bottom: solid #4CAF50;
}
.checklist li:last-child {
border-bottom: none;
}
.highlight {
color: #FFEB3B;
font-weight: bold;
}
.quote {
font-style: italic;
color: #BDBDBD;
margin: 1rem 0;
padding: 1rem;
background-color: #3a3a3a;
border-left: solid #4CAF50;
}
.image {
width: 100%;
height: auto;
border-radius: 8px;
margin: 1rem 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Water Cycle in the Colony</h1>
<p class="quote">"Every drop is a lesson, every cycle a story. We don't just grow food — we grow life, one drop at a time."</p>
<h2>The Rhythm of Water</h2>
<p>In the colony, water is not just a resource — it's a rhythm. Like the salsa steps we dance to, every drop has its place, every cycle has its purpose. From the condensation that falls like morning dew to the filtration that turns waste into life, we are the gardeners of the future.</p>
<h2>The Checks</h2>
<div class="checklist">
<h3>14-Week Water Cycle</h3>
<ul>
<li><span class="highlight">Week 1-2:</span> Condensation collection — capturing every drop from the air.</li>
<li><span class="highlight">Week 3-4:</span> Filtration — turning waste into water, just like we turn mistakes into lessons.</li>
<li><span class="highlight">Week 5-6:</span> pH balancing — because even the smallest change can grow something beautiful.</li>
<li><span class="highlight">Week 7-8:</span> Nutrient mixing — adding the right touch of love to every drop.</li>
<li><span class="highlight">Week 9-10:</span> Light and temperature — because every plant needs its own sun.</li>
<li><span class="highlight">Week 11-12:</span> Harvest and reuse — because nothing is wasted, everything is a new beginning.</li>
<li><span class="highlight">Week 13-14:</span> Rest and reflect — because even the best garden needs a moment to breathe.</li>
</ul>
</div>
<h2>Why This Matters</h2>
<p>In the domes, we don't have the luxury of rain. Every drop is precious, every cycle is a chance to grow something new. This is not just about survival — it's about creating a future where every mistake is a lesson, and every drop is a step forward.</p>
<h2>Join Us</h2>
<p>Whether you're a gardener, a welder, or just someone who loves the rhythm of life, there's a place for you here. Come see how we turn the broken into beautiful, one drop at a time.</p>
<p class="quote">"We are not just growing food — we are growing hope, one drop at a time."</p>
</body>
</html>