30 lines
1.5 KiB
HTML
30 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Life Support Maintenance Schedule • Allen Lorch</title>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 40px auto; max-width: 800px; line-height: 1.6; }
|
|
h1 { color: #4a9eff; }
|
|
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
|
|
th, td { border: 1px solid #333; padding: 12px; text-align: left; }
|
|
th { background: #1a1a1a; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Life Support Maintenance Schedule</h1>
|
|
<p>14-week cycles modeled on IT ticket queues. 99.7% uptime target from verified component checks. Exact measurements ensure stability.</p>
|
|
|
|
<table>
|
|
<tr><th>Component</th><th>Check Interval</th><th>Budget (hours)</th><th>Verification</th></tr>
|
|
<tr><td>Air Filters</td><td>Week 2, 9</td><td>4.5</td><td>Particle count < 0.5μm</td></tr>
|
|
<tr><td>Water Recyclers</td><td>Week 4, 11</td><td>6.0</td><td>pH 6.8-7.2, TDS < 50ppm</td></tr>
|
|
<tr><td>Power Regulators</td><td>Week 6, 13</td><td>3.2</td><td>Load test 105% nominal</td></tr>
|
|
</table>
|
|
|
|
<p>Data logged via spreadsheet. Deploy only after full sign-off.</p>
|
|
<footer><a href="index.html">Back to index</a></footer>
|
|
</body>
|
|
</html> |