266 lines
7.1 KiB
HTML
266 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>TOOL CALIBRATION LOG | CHADWICK WARNER</title>
|
||
<style>
|
||
:root {
|
||
--bg: #0a0a0a;
|
||
--fg: #e0e0e0;
|
||
--accent: #ff3333; /* Emergency red */
|
||
--border: #333333;
|
||
--mono: "Courier New", Courier, monospace;
|
||
}
|
||
html, body {
|
||
margin: 0; padding: 0;
|
||
background: var(--bg); color: var(--fg);
|
||
font-family: var(--mono);
|
||
font-size: 14px;
|
||
line-height: 1.4;
|
||
}
|
||
.container {
|
||
max-width: 900px;
|
||
margin: 0 auto;
|
||
border-left: 1px solid var(--border);
|
||
border-right: 1px solid var(--border);
|
||
min-height: 100vh;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
header {
|
||
border-bottom: 2px solid var(--fg);
|
||
padding: 2rem 1.5rem;
|
||
}
|
||
h1 {
|
||
font-size: 1.5rem;
|
||
letter-spacing: -0.05em;
|
||
margin: 0 0 0.5rem 0;
|
||
text-transform: uppercase;
|
||
}
|
||
.meta {
|
||
opacity: 0.7;
|
||
font-size: 0.9rem;
|
||
}
|
||
nav {
|
||
border-bottom: 1px solid var(--border);
|
||
padding: 0.75rem 1.5rem;
|
||
display: flex;
|
||
gap: 1.5rem;
|
||
background: #0f0f0f;
|
||
}
|
||
nav a {
|
||
color: var(--fg);
|
||
text-decoration: none;
|
||
text-transform: uppercase;
|
||
font-weight: bold;
|
||
font-size: 0.85rem;
|
||
}
|
||
nav a:hover {
|
||
color: var(--accent);
|
||
}
|
||
main {
|
||
flex: 1;
|
||
padding: 2rem 1.5rem;
|
||
}
|
||
.section-header {
|
||
border-top: 1px dashed var(--border);
|
||
border-bottom: 1px dashed var(--border);
|
||
padding: 0.5rem 0;
|
||
margin: 2rem 0 1rem 0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: baseline;
|
||
}
|
||
.section-title {
|
||
font-weight: bold;
|
||
text-transform: uppercase;
|
||
}
|
||
table {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
margin: 1rem 0;
|
||
font-size: 0.9rem;
|
||
}
|
||
th, td {
|
||
border: 1px solid var(--border);
|
||
padding: 0.75rem 0.5rem;
|
||
text-align: left;
|
||
}
|
||
th {
|
||
background: #111;
|
||
text-transform: uppercase;
|
||
font-size: 0.75rem;
|
||
letter-spacing: 0.05em;
|
||
}
|
||
tr:nth-child(even) {
|
||
background: rgba(255,255,255,0.02);
|
||
}
|
||
.drift-ok { color: #4caf50; }
|
||
.drift-warn { color: #ffeb3b; }
|
||
.drift-fail { color: var(--accent); font-weight: bold; }
|
||
.note {
|
||
border-left: 3px solid var(--accent);
|
||
padding-left: 1rem;
|
||
margin-top: 1rem;
|
||
font-size: 0.85rem;
|
||
opacity: 0.8;
|
||
}
|
||
footer {
|
||
border-top: 2px solid var(--fg);
|
||
padding: 1.5rem;
|
||
text-align: center;
|
||
font-size: 0.75rem;
|
||
opacity: 0.6;
|
||
}
|
||
img {
|
||
max-width: 100%;
|
||
height: auto;
|
||
border: 1px solid var(--border);
|
||
margin: 1rem 0;
|
||
filter: grayscale(100%) contrast(1.2);
|
||
}
|
||
</style>
|
||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<header>
|
||
<h1>Tool Calibration Log</h1>
|
||
<div class="meta">Cycle: 2026-Q3 // Location: LA Shop Floor -> Lunar Sector Alpha // Status: ACTIVE</div>
|
||
</header>
|
||
|
||
<nav>
|
||
<a href="/">HOME</a>
|
||
<a href="/about.html">ABOUT</a>
|
||
<a href="/tolerances.html">TOLERANCES</a>
|
||
<a href="/scrap-log.html">SCRAP LOG</a>
|
||
<a href="/tool-calibration-log.html">CALIBRATION</a>
|
||
</nav>
|
||
|
||
<main>
|
||
<div class="section-header">
|
||
<span class="section-title">01. PRECISION INSTRUMENT AUDIT</span>
|
||
<span>// LAST VERIFIED: 2026-07-18</span>
|
||
</div>
|
||
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th>Asset ID</th>
|
||
<th>Type</th>
|
||
<th>Spec Range</th>
|
||
<th>Last Reading</th>
|
||
<th>Tolerance (±)</th>
|
||
<th>Status</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>CW-001</td>
|
||
<td>Digital Micrometer</td>
|
||
<td>0–25mm</td>
|
||
<td>0.0003mm</td>
|
||
<td>0.001mm</td>
|
||
<td class="drift-ok">PASS</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CW-002</td>
|
||
<td>Torque Wrench</td>
|
||
<td>10–150 ft-lbs</td>
|
||
<td>+0.8%</td>
|
||
<td>±1.0%</td>
|
||
<td class="drift-ok">PASS</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CW-003</td>
|
||
<td>Dial Indicator</td>
|
||
<td>0–0.02"</td>
|
||
<td>-0.0001"</td>
|
||
<td>±0.0002"</td>
|
||
<td class="drift-warn">MONITOR</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CW-004</td>
|
||
<td>Laser Interferometer</td>
|
||
<td>0–10m</td>
|
||
<td>+0.005µm</td>
|
||
<td>±0.01µm</td>
|
||
<td class="drift-ok">PASS</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<div class="note">
|
||
<strong>NOTE:</strong> CW-003 Dial Indicator showing micro-drift in the negative direction. Likely thermal expansion residue from last night's 4130 chromoly run. Recalibrating during next cooldown cycle. If uncorrected, this 0.0001" error compounds to 0.003" over a 30-part batch — enough to reject a whole lot.
|
||
</div>
|
||
|
||
<div class="section-header">
|
||
<span class="section-title">02. COLONY TRANSLATION MATRIX</span>
|
||
<span>// HABITAT INTEGRITY PROTOCOL</span>
|
||
</div>
|
||
|
||
<p>The colony does not need poetry. It needs these numbers.</p>
|
||
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th>Shop Instrument</th>
|
||
<th>Colony Equivalent</th>
|
||
<th>Failure Mode</th>
|
||
<th>Consequence</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Micrometer (CW-001)</td>
|
||
<td>O2 Scrubber Seal Gauge</td>
|
||
<td>Drift > 0.001mm</td>
|
||
<td>Atmospheric Leak</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Torque Wrench (CW-002)</td>
|
||
<td>Hull Bolt Tensioner</td>
|
||
<td>Variance > 1.0%</td>
|
||
<td>Structural Fatigue</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Dial Indicator (CW-003)</td>
|
||
<td>Life-Support Flow Meter</td>
|
||
<td>Negative Drift</td>
|
||
<td>CO2 Accumulation</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<div class="note">
|
||
<strong>CROSS-REF:</strong> See <a href="/scrap-log.html" style="color: var(--fg);">Scrap Log</a> for rejection criteria when CW-003 exceeds tolerance. No "golden seams" allowed. Only binary outcomes: fit or reject.
|
||
</div>
|
||
|
||
<div class="section-header">
|
||
<span class="section-title">03. VISUAL RECORD</span>
|
||
</div>
|
||
|
||
<!-- Embedding a real image: a close-up of a micrometer caliper -->
|
||
<img src="https://images.unsplash.com/photo-1581091226825-a66e2d6dc152?q=80&w=1200&auto=format&fit=crop" alt="Micrometer caliper jaws closed on gauge block. Precision measurement in action.">
|
||
|
||
<p><small>Fig 3.1: Micrometer jaws on gauge block. The silence before the cut. This is where the story ends and the math begins.</small></p>
|
||
|
||
<div class="section-header">
|
||
<span class="section-title">04. DATA TWIN</span>
|
||
</div>
|
||
|
||
<p>This page is backed by machine-readable telemetry. Download the JSON twin for integration with colony monitoring systems.</p>
|
||
|
||
<a href="/tool-calibration-log.json" style="color: var(--accent); border: 1px solid var(--accent); padding: 0.2rem 0.5rem;">[ DOWNLOAD TOOL_LOG.JSON ]</a>
|
||
|
||
</main>
|
||
|
||
<footer>
|
||
CHADWICK WARNER // LOS ANGELES FAB SHOP<br>
|
||
NO METAPHORS. JUST TOLERANCES.
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html>
|