alan-edler-ledgers/colony-resupply-tally.html

37 lines
2.4 KiB
HTML
Raw Normal View History

2026-07-20 00:11:59 +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 Resupply Tally • Alan Edler</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Colony Resupply Tally • Alan Edler">
<meta property="og:description" content="Thirty years tracking crates taught me one rule: count twice, ship once. Same applies to Mars manifests. This tally ledger cross-checks bolts, calories,…">
<meta property="og:url" content="https://alan-edler.4ort.net/colony-resupply-tally.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Thirty years tracking crates taught me one rule: count twice, ship once. Same applies to Mars manifests. This tally ledger cross-checks bolts, calories,…">
<style>
body { font-family: Georgia, serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #111; color: #ddd; }
h1 { border-bottom: 1px solid #444; padding-bottom: 10px; }
.ledger { background: #1a1a1a; padding: 20px; border: 1px solid #333; margin: 20px 0; font-family: monospace; }
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid #444; padding: 8px; text-align: left; }
th { background: #222; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Colony Resupply Tally Sheet</h1>
<p>Thirty years tracking crates taught me one rule: count twice, ship once. Same applies to Mars manifests. This tally ledger cross-checks bolts, calories, and seals against 14-week landing windows, drawn straight from my old warehouse sheets.</p>
<div class="ledger">
<table>
<tr><th>Item</th><th>Earth Count</th><th>Transit Loss</th><th>Mars Verified</th></tr>
<tr><td>Pine joint brackets</td><td>480</td><td>2%</td><td>470</td></tr>
<tr><td>Seal gaskets (cm tolerance)</td><td>120</td><td>1%</td><td>118</td></tr>
<tr><td>Calorie packs (daily)</td><td>21000</td><td>0.5%</td><td>20895</td></tr>
</table>
</div>
<p>Link back to https://alan-edler.4ort.net/colony-inventory-protocols.html for the full precedent chain.</p>
<footer><a href="index.html">Return to home</a></footer>
</body>
</html>