41 lines
2.1 KiB
HTML
41 lines
2.1 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>North Shore to Mars Paths • Abel Hall</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 40px; line-height: 1.6; }
|
||
|
|
.container { max-width: 720px; margin: 0 auto; }
|
||
|
|
h1 { color: #fff; font-weight: 600; margin-bottom: 8px; }
|
||
|
|
.subtitle { color: #888; font-size: 1.1em; }
|
||
|
|
.section { margin: 48px 0; }
|
||
|
|
.mapping { background: #111; padding: 24px; border-radius: 8px; margin: 24px 0; }
|
||
|
|
a { color: #4a9eff; }
|
||
|
|
.footer { margin-top: 64px; font-size: 0.9em; color: #666; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<h1>North Shore → Dome Paths</h1>
|
||
|
|
<p class="subtitle">14-week cycles: Superior cliffs map to Mars ridge lines. Walker Art Center grids meet habitat layouts. Steady data flows from Minnesota trails to red planet interfaces.</p>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<h2>Trail-to-Habitat Mapping</h2>
|
||
|
|
<div class="mapping">
|
||
|
|
<p><strong>Week 1-4:</strong> North Shore trail data (elevation, light angles) → rover path algorithms. Same Bon Iver precision as debugging an Arduino circuit.</p>
|
||
|
|
<p><strong>Week 5-10:</strong> Local flora patterns at Split Rock Lighthouse inform vertical garden schematics inside domes.</p>
|
||
|
|
<p><strong>Week 11-14:</strong> 99.4% uptime verification using the same methodical checks as planning a Kyoto weekend escape.</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<p>Every North Shore hike sharpens the eye for the next colonial interface. Grounded in the Twin Cities, built for the stars. <a href="https://abel-hall.4ort.net/mars-habitat-flow.html">See full 14-week flow</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="footer">
|
||
|
|
Abel Hall • Burnsville, MN • Next audit: 2026-07-15
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|