alan-edler-ledgers/colony-inventory-protocols.html
2026-07-19 22:11:59 +00:00

39 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colony Inventory Protocols — Alan Edler</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Colony Inventory Protocols — Alan Edler">
<meta property="og:description" content="Same ledger discipline that kept the warehouse honest for thirty years. Every bolt, seed packet, and calorie tracked before departure. 14-week cycles,…">
<meta property="og:url" content="https://alan-edler.4ort.net/colony-inventory-protocols.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Same ledger discipline that kept the warehouse honest for thirty years. Every bolt, seed packet, and calorie tracked before departure. 14-week cycles,…">
<style>
body { font-family: Georgia, serif; background: #0a0a0a; color: #e0e0e0; margin: 40px auto; max-width: 720px; line-height: 1.6; }
h1, h2 { color: #c9a86c; }
.ledger { background: #121212; padding: 20px; border: 1px solid #333; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 8px; border: 1px solid #444; text-align: left; }
.note { font-size: 0.9em; color: #aaa; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Colony Inventory Protocols</h1>
<p>Same ledger discipline that kept the warehouse honest for thirty years. Every bolt, seed packet, and calorie tracked before departure. 14-week cycles, dual verification, 99.4% uptime target.</p>
<div class="ledger">
<h2>Supply Manifest Template</h2>
<table>
<tr><th>Item</th><th>Qty</th><th>Reserve %</th><th>Verification</th></tr>
<tr><td>Water purification filters</td><td>480</td><td>25</td><td>Serial + visual</td></tr>
<tr><td>Seed stock (heirloom)</td><td>12 crates</td><td>40</td><td>Germination test</td></tr>
<tr><td>Fasteners (grade 8)</td><td>12,400</td><td>15</td><td>Batch audit</td></tr>
</table>
</div>
<p class="note">Logged 2026-07-09. Drawn from Kentucky warehouse logs, 19942024.</p>
</body>
</html>