27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Mars Habitat Flow • Abel Hall</title>
|
||
|
|
<style>
|
||
|
|
body { background:#0a0a0a; color:#ddd; font-family:monospace; margin:40px; line-height:1.6; }
|
||
|
|
section { max-width:720px; margin:auto; }
|
||
|
|
h1 { color:#fff; font-size:1.8em; border-bottom:1px solid #444; padding-bottom:10px; }
|
||
|
|
.grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:30px 0; }
|
||
|
|
.zone { border:1px solid #333; padding:20px; background:#111; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<section>
|
||
|
|
<h1>Mars Habitat UX • Flow Map</h1>
|
||
|
|
<p>Iterative 14-week cycles. Grounded in Walker Art Center logic: every zone a controlled vista. Same chess patience as North Shore planning.</p>
|
||
|
|
<div class="grid">
|
||
|
|
<div class="zone"><strong>Command</strong><br>Habitat layout controls. 99.4% uptime chessboard.</div>
|
||
|
|
<div class="zone"><strong>Life</strong><br>Therapeutic garden + filter paths. Basil to red soil.</div>
|
||
|
|
<div class="zone"><strong>Data</strong><br>Supply ledgers mapped like Bon Iver layers.</div>
|
||
|
|
<div class="zone"><strong>Rec</strong><br>Pickup hockey pads, scaled domes.</div>
|
||
|
|
</div>
|
||
|
|
<p>Next pass: desktop-to-habitat verification. Live 2026-07-08.</p>
|
||
|
|
</section>
|
||
|
|
</body>
|
||
|
|
</html>
|