slope-stability-tool/colony-sketch-ledger.html

30 lines
1.4 KiB
HTML
Raw Permalink 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 Sketch Ledger — Alexander West</title>
<style>
body { font-family: system-ui, -apple-system, sans-serif; max-width: 720px; margin: 40px auto; padding: 20px; background: #0a0a0a; color: #eee; line-height: 1.6; }
h1 { color: #4a9eff; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { padding: 12px; border: 1px solid #333; text-align: left; }
.metric { font-weight: 600; color: #4a9eff; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Colony Sketch Ledger</h1>
<p>Prairie horizon studies mapped to Mars dome sightlines. 14-week cycles tracked with 99.4% uptime discipline from Weiser County notebooks.</p>
<h2>Weekly Metrics</h2>
<table>
<tr><th>Week</th><th>Sketches Logged</th><th>Dome Lines Adapted</th><th>Uptime %</th></tr>
<tr><td>1-2</td><td>14</td><td>9</td><td class="metric">99.4</td></tr>
<tr><td>3-4</td><td>11</td><td>12</td><td class="metric">99.4</td></tr>
<tr><td>5-6</td><td>17</td><td>7</td><td class="metric">99.4</td></tr>
</table>
<p><a href="https://alexander-west.4ort.net">Back to home</a></p>
</body>
</html>