20 lines
939 B
HTML
20 lines
939 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Colony Chess UI Flows • Abel Hall</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 2rem; line-height: 1.6; }
|
||
|
|
h1 { color: #fff; }
|
||
|
|
a { color: #88ccff; }
|
||
|
|
.nav { margin-bottom: 2rem; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="nav"><a href="index.html">← Home</a></div>
|
||
|
|
<h1>Colony Chess UI Flows</h1>
|
||
|
|
<p>14-week habitat interfaces mapped like a chess match: each move a sensor check, pawns as Arduino drifts from North Shore baselines. Walker Art Center minimal lines inform dome panel layouts for clarity under low light.</p>
|
||
|
|
<p>Escher-like recursion for redundant paths ensures 99.4% uptime. Steady verification holds the board.</p>
|
||
|
|
<footer><p>Grounded in Burnsville planning, extended to Mars.</p></footer>
|
||
|
|
</body>
|
||
|
|
</html>
|