30 lines
1.7 KiB
HTML
30 lines
1.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Habitat Power Budget — Allen Lorch</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #ddd; margin: 0; padding: 2rem; line-height: 1.6; }
|
||
|
|
h1 { color: #4a9eff; border-bottom: 1px solid #333; padding-bottom: 0.5rem; }
|
||
|
|
table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
|
||
|
|
th, td { padding: 0.75rem; text-align: left; border: 1px solid #333; }
|
||
|
|
th { background: #1a1a1a; }
|
||
|
|
.metric { font-family: monospace; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Habitat Power Budget Ledger</h1>
|
||
|
|
<p>14-week cycle tracking. Variance logs mapped from IT ticket data. Precision target: 99.4%.</p>
|
||
|
|
<table>
|
||
|
|
<tr><th>Component</th><th>Budget (W)</th><th>Actual Avg</th><th>Variance</th></tr>
|
||
|
|
<tr><td>Life Support</td><td class="metric">2450</td><td class="metric">2380</td><td class="metric">-2.9%</td></tr>
|
||
|
|
<tr><td>Comms Array</td><td class="metric">890</td><td class="metric">910</td><td class="metric">+2.2%</td></tr>
|
||
|
|
<tr><td>Rover Charging</td><td class="metric">1200</td><td class="metric">1185</td><td class="metric">-1.3%</td></tr>
|
||
|
|
<tr><td>Solar Input</td><td class="metric">5200</td><td class="metric">5050</td><td class="metric">-2.9%</td></tr>
|
||
|
|
</table>
|
||
|
|
<p>Next review: Week 4 buffer adjustment. All metrics within tolerance.</p>
|
||
|
|
<a href="index.html">Back to index</a>
|
||
|
|
</body>
|
||
|
|
</html>
|