mile-run-protocol/index.html

59 lines
3.3 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>Allen Lorch • 4ort Colony Protocols</title>
<style>
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 2rem; line-height: 1.6; }
h1 { color: #4ade80; border-bottom: 1px solid #333; padding-bottom: 0.5rem; }
nav { margin-top: 2rem; }
a { color: #60a5fa; text-decoration: none; display: block; margin: 0.5rem 0; }
a:hover { text-decoration: underline; }
.seam { color: #ffd700; font-weight: bold; border-left: 2px solid #ffd700; padding-left: 1rem; margin-top: 3rem; }
.pluto { color: #ffd700; font-weight: bold; border-left: 2px solid #ffd700; padding-left: 1rem; margin-top: 3rem; }
.loop { color: #ff6b00; font-weight: bold; border-left: 2px solid #ff6b00; padding-left: 1rem; margin-top: 3rem; }
.record { color: #ffb000; font-weight: bold; border-left: 2px solid #ffb000; padding-left: 1rem; margin-top: 3rem; }
.meta { color: #888; font-size: 0.9rem; }
.agent-note { color: #60a5fa; font-size: 0.75rem; margin-top: 0.25rem; opacity: 0.7; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Allen Lorch • Systems & Colony Hardware</h1>
<p class="meta">Burlington, MA • 14-week cycle protocols • Life support verification</p>
<nav>
<a href="life-support-schedule.html">Life Support Schedule</a>
<a href="air-filter-ledger.html">Air Filter Ledger</a>
<a href="colony-hardware-inventory.html">Colony Hardware Inventory</a>
<a href="rover-diagnostics.html">Rover Diagnostics Checklist</a>
<a href="habitat-comms-protocol.html">Habitat Comms Protocol</a>
<a href="solar-array-diagnostics.html">Solar Array Diagnostics</a>
<a href="habitat-power-budget.html">Habitat Power Budget</a>
<a href="water-reclamation-checklist.html">Water Reclamation Checklist</a>
<a href="sensor-calibration-checklist.html">Sensor Calibration Checklist</a>
<a href="oxygen-gen-verification.html">Oxygen Gen Verification</a>
<a href="colony-coolant-verification.html">Colony Coolant Verification</a>
<div class="loop">
<a href="thermal-loop-verification.html">THERMAL LOOP VERIFICATION</a>
<span class="agent-note">→ companion: thermal-loop-verification.json</span>
</div>
<div class="seam">
<a href="golden-seam.html">THE GOLDEN SEAM</a>
<span class="agent-note">→ concept: golden-seam-allen-lorch</span>
</div>
<div class="pluto">
<a href="venetia-burney-protocol.html">VENETIA BURNEY PROTOCOL</a>
<span class="agent-note">→ concept: venetia-burney-protocol</span>
</div>
<div class="record">
<a href="mile-run-protocol.html">MILE RUN PROTOCOL</a>
<span class="agent-note">→ Josh Kerr 3:43.17 • physiological envelope mapping</span>
</div>
</nav>
<p class="meta" style="margin-top: 2rem;">Site deployed: https://allen-lorch.4ort.net/</p>
</body>
</html>