mile-run-protocol/colony-hardware-inventory.html

33 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2026-07-19 00:52:33 +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 Hardware Inventory • Allen Lorch</title>
<style>
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 40px 20px; line-height: 1.6; }
.container { max-width: 800px; margin: 0 auto; }
h1 { color: #fff; border-bottom: 1px solid #333; padding-bottom: 10px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { padding: 12px; text-align: left; border: 1px solid #333; }
th { background: #1a1a1a; }
.metric { font-family: monospace; color: #4ade80; }
</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 Hardware Inventory Ledger</h1>
<p>14-week verification cycles. 99.4% uptime protocol. Exact component counts mapped from Earth IT racks to Mars habitats. All items dual-verified before deployment.</p>
<table>
<tr><th>Component</th><th>Qty</th><th>Budget/Unit</th><th>Total</th><th>Last Verified</th></tr>
<tr><td>Air filtration modules</td><td class="metric">142</td><td class="metric">$2,450</td><td class="metric">$347,900</td><td>2026-07-07</td></tr>
<tr><td>Power regulators</td><td class="metric">87</td><td class="metric">$1,180</td><td class="metric">$102,660</td><td>2026-07-07</td></tr>
<tr><td>Thermal control units</td><td class="metric">64</td><td class="metric">$3,200</td><td class="metric">$204,800</td><td>2026-07-06</td></tr>
</table>
<p>Next audit: 2026-07-21. All spreadsheets balanced before any habitat integration.</p>
</div>
</body>
</html>