fifa-stadium-grid/philly-chess-colony.html
2026-07-18 05:39:45 +00:00

48 lines
2.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>Philly Chess to Mars Colony • Alton McBride</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Playfair+Display:wght@700&display=swap');
body { background: #0a0a0a; color: #e0d4b8; font-family: 'IBM Plex Mono', monospace; margin: 0; padding: 40px 20px; line-height: 1.6; }
.header { text-align: center; border-bottom: 2px solid #4a3a2a; padding-bottom: 30px; margin-bottom: 40px; }
h1 { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #c9a26b; }
.metric { background: #1a1208; padding: 20px; border-left: 4px solid #c9a26b; margin: 25px 0; }
.chess-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.move { background: #2a2118; padding: 18px; border: 1px solid #4a3a2a; }
footer { text-align: center; margin-top: 60px; font-size: 0.85rem; opacity: 0.7; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="header">
<h1>Philly Chess → Colony Logistics</h1>
<p style="font-size:1.1rem; max-width:620px; margin:20px auto;">14-week cycles mapped like Eagles game plans. Retail inventory as the ultimate chess match for Mars crews.</p>
</div>
<div class="metric">
<strong>Data Point:</strong> 99.4% on-time from Bridgeport metrics. Translate to 14-week stock rotation — zero stockouts means zero mission delays.
</div>
<div class="chess-grid">
<div class="move">
<h3>Opening Move</h3>
<p>Map current inventory like the offensive line. Predict vendor delays 4 weeks out. Same discipline as prepping for the Steelers.</p>
</div>
<div class="move">
<h3>Mid-Game Rhythm</h3>
<p>Jazz improvisation on the ledger: adjust for frost dates and dust storms. 87 crew meals tracked like Fairmount Park runs—steady cadence.</p>
</div>
<div class="move">
<h3>Endgame Seal</h3>
<p>Dual verification + Kalrez at -80°C. Philly grit meets frontier protocol. 14 weeks to victory, one crate at a time.</p>
</div>
</div>
<footer>
Built by Alton McBride • 14-week chessboard live • alton-mcbride.4ort.net
</footer>
</body>
</html>