32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Colony Data Flows • Adalberto Tolosa</title>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 2rem; line-height: 1.6; }
|
|
h1 { color: #ffcc00; }
|
|
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
|
|
.section { background: #1a1a1a; padding: 1.5rem; border-radius: 8px; }
|
|
.metric { font-size: 1.5rem; color: #4ade80; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Colony Data Flows</h1>
|
|
<p>14-week cycles keep inventory, habitat sensors, and crew logs aligned. Dual verification prevents drift in low-gravity margins.</p>
|
|
|
|
<div class="grid">
|
|
<div class="section">
|
|
<h2>Spreadsheet Layers</h2>
|
|
<p>Color-coded tabs mirror watercolor washes—clarity through order. 99.6% sync rate from Earth workflows.</p>
|
|
</div>
|
|
<div class="section">
|
|
<h2>Flow Metrics</h2>
|
|
<div class="metric">99.4% fill rate</div>
|
|
<p>Zero stockouts. Same discipline scales from Miami ledgers to red dust.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |