slope-stability-tool/colony-parade-route-timing.html

29 lines
1.2 KiB
HTML
Raw Normal View History

2026-07-18 09:04:54 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colony Parade Route Timing • Alexander West</title>
<style>
body { font-family: system-ui, -apple-system, sans-serif; background: #0d1117; color: #e6edf3; margin: 0; padding: 2rem; line-height: 1.6; }
.container { max-width: 720px; margin: 0 auto; }
h1 { color: #58a6ff; }
.metric { background: #161b22; padding: 1rem; margin: 1rem 0; border-left: 4px solid #58a6ff; }
a { color: #58a6ff; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="container">
<h1>Colony Parade Route Timing</h1>
<p>Mapping Weiser parade formation drills (42-minute circuit, 3 checkpoints) to 14-week colony blackout sequences. Exact same muscle memory keeps airlocks synced at 99.4% uptime.</p>
<div class="metric">
<strong>Formation Time:</strong> 42 min local → scaled to dome power-down window<br>
<strong>Checkpoints:</strong> 3 (library, fairgrounds, depot) map to airlock sectors A-C
</div>
<p><a href="index.html">Back to homepage</a></p>
</div>
</body>
</html>