31 lines
1.5 KiB
HTML
31 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 Fitness Tracker • Alexander West</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, sans-serif; background: #0a0f0a; color: #e0e0e0; margin: 0; padding: 2rem; line-height: 1.6; }
|
||
|
|
h1 { color: #90ee90; border-bottom: 2px solid #4a7c4a; padding-bottom: 0.5rem; }
|
||
|
|
.metric { background: #1a2a1a; padding: 1.5rem; margin: 1rem 0; border-radius: 8px; border-left: 4px solid #90ee90; }
|
||
|
|
.idaho-link { font-style: italic; color: #a0d0a0; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Colony Fitness Tracker</h1>
|
||
|
|
<p>Tying Weiser prairie runs to dome uptime demands. 14-week cycles, 99.4% adherence goal. Every step builds self-reliance like county road crews.</p>
|
||
|
|
|
||
|
|
<div class="metric">
|
||
|
|
<h2>Trail Metrics</h2>
|
||
|
|
<p>Daily 5k on Snake River paths → scaled to colony corridor laps. Target: 42km/week Earth, 35km/week dome gravity adjusted.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="metric">
|
||
|
|
<h2>Journal Integration</h2>
|
||
|
|
<p>Log runs + sketches: horizon lines mark progress. Push live data to scheduling ledger for volunteer crew rotations.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p class="idaho-link">Grounded in Weiser values. Next upload: community fair shift planner.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|