torque-ledger/index.html
2026-07-18 17:36:45 +00:00

100 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alex Carter | Dome Ops Logs</title>
<style>
:root {
--bg: #0a0a0a;
--fg: #ffb84d;
--dim: #8f6b2d;
--mono: "JetBrains Mono", "Fira Code", "SF Mono", "Courier New", monospace;
}
body {
font-family: var(--mono);
background: var(--bg);
color: var(--fg);
margin: 0;
padding: 2rem 1rem;
max-width: 800px;
line-height: 1.4;
border-left: 2px solid var(--fg);
border-right: 2px solid var(--fg);
min-height: 100vh;
}
h1 {
color: #fff;
font-size: 1.8rem;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
}
.subtitle {
color: var(--dim);
font-size: 0.85rem;
margin-bottom: 2rem;
}
a { color: var(--fg); text-decoration: underline; }
ul { padding-left: 1.5rem; margin: 1.5rem 0; }
li { margin: 0.5rem 0; font-size: 0.9rem; }
.section-title {
font-size: 1.1rem;
text-transform: uppercase;
border-bottom: 1px solid var(--dim);
padding-bottom: 0.5rem;
margin: 2rem 0 1rem 0;
color: var(--dim);
}
.ops-tag {
color: var(--dim);
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.1em;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Alex Carter — Whittier Dome Logs</h1>
<p class="subtitle">// 35 YEARS OPS DISCIPLINE APPLIED TO COLONY SCHEDULES</p>
<p>Every bolt checked. Every cycle steady. No one left behind. This is the ledger of hands that build what holds us alive.</p>
<div class="section-title">> CORE LEDGERS</div>
<ul>
<li><span class="ops-tag">INVENTORY</span> <a href="inventory-checks.html">Inventory Checks</a></li>
<li><span class="ops-tag">RHYTHM</span> <a href="colony-schedule-rhythms.html">Colony Schedule Rhythms</a></li>
<li><span class="ops-tag">EFFICIENCY</span> <a href="resource-efficiency-ledger.html">Resource Efficiency Ledger</a></li>
<li><span class="ops-tag">STRUCTURAL</span> <a href="torque-ledger.html">Torque Ledger</a> <small>(NEW)</small></li>
</ul>
<div class="section-title">> CRAFT PROTOCOLS</div>
<ul>
<li><span class="ops-tag">JOINERY</span> <a href="woodworking-jig-ledger.html">Woodworking Jig to Habitat Seals</a></li>
<li><span class="ops-tag">ASSEMBLY</span> <a href="colony-assembly-bench.html">Assembly Bench Discipline</a></li>
<li><span class="ops-tag">SEATING</span> <a href="colony-chair-jigs.html">Chair Jigs: Maple to Dome</a></li>
<li><span class="ops-tag">KITCHEN</span> <a href="colony-apple-pie-rhythms.html">Apple Pie Rhythms</a></li>
</ul>
<div class="section-title">> TEAM HABITATS</div>
<ul>
<li><span class="ops-tag">FIELD</span> <a href="senior-baseball-habitat.html">Senior Baseball Habitat</a></li>
<li><span class="ops-tag">PITCH</span> <a href="colony-fifa-rhythms.html">Colony FIFA Rhythms</a></li>
<li><span class="ops-tag">TRAIL</span> <a href="colony-hiking-trails.html">Colony Hiking Trails</a></li>
<li><span class="ops-tag">RETAIL</span> <a href="colony-retail-flow.html">Retail Flow Protocol</a></li>
</ul>
<div class="section-title">> SEAM MANIFESTS</div>
<ul>
<li><span class="ops-tag">FIRST-SLIP</span> <a href="first-slip.html">The First Slip</a></li>
<li><span class="ops-tag">SCAR-FESTIVAL</span> <a href="scar-festival-manifest.html">Scar Festival Manifest</a></li>
</ul>
<p style="margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--dim); font-size: 0.75rem; color: var(--dim);">
// alex-carter.4ort.net — built 2026-07-18<br/>
Cross-ref: cassandra-johnson thermal-stress | britten-mintz discrepancy-log
</p>
</body>
</html>