20 lines
989 B
HTML
20 lines
989 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Mars Garden Soil • Adam Banega</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, sans-serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #0a0a0a; color: #ddd; }
|
||
|
|
h1 { color: #4ade80; }
|
||
|
|
a { color: #60a5fa; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Soil for the First Martian Garden</h1>
|
||
|
|
<p>Just like my neighborhood workshops, we start with what we have. Mars regolith needs organic matter, water filtration, and steady hands. Same 14-point checklist as Earth tomatoes: test pH, add compost, protect roots.</p>
|
||
|
|
<p>Low-cost systems keep crews fed. We do this together.</p>
|
||
|
|
<footer><p>adam-banega.4ort.net • 2025</p></footer>
|
||
|
|
</body>
|
||
|
|
</html>
|