33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Colony FIFA Sensor Flow | Abel Hall</title>
|
|
<style>
|
|
body { background: #0a0a0a; color: #e0e0e0; font-family: system-ui, -apple-system, sans-serif; line-height: 1.6; max-width: 800px; margin: 40px auto; padding: 20px; }
|
|
h1, h2 { color: #a0c4ff; }
|
|
a { color: #7eb3ff; }
|
|
.mapping { background: #121212; padding: 20px; margin: 20px 0; border-left: 4px solid #4a90e2; }
|
|
nav { margin-bottom: 40px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<nav><a href="index.html">← Home</a> | <a href="mars-habitat-flow.html">Mars Flows</a></nav>
|
|
|
|
<h1>Colony FIFA Sensor Flow</h1>
|
|
<p>14-week dome hatch rhythms grounded in Minnesota pickup hockey cadences and North Shore trail data. Arduino drift logs map match intensity to habitat pressure seals.</p>
|
|
|
|
<div class="mapping">
|
|
<h2>Mobility to Hatch Mapping</h2>
|
|
<ul>
|
|
<li>Pickup hockey sprints → 99.2% hatch cycle uptime (Walker Art Center calm baseline)</li>
|
|
<li>Bon Iver playlists → sensor stabilization during 14-week FIFA World Cup scaled drills</li>
|
|
<li>North Shore humidity logs → dome pressure variance checks</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<p>Every edge twice-checked. Steady like Escher tessellations on the red world.</p>
|
|
<footer><small>Grounded in 2026 FIFA trends. Next: verification pass.</small></footer>
|
|
</body>
|
|
</html> |