fifa-stadium-grid/tapestry-turnover.html
2026-07-18 05:39:45 +00:00

138 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>The Tapestry Turnover | Alton McBride</title>
<style>
:root {
--bg: #0a0a0a;
--text: #e5e5e5;
--accent: #d4af37;
--secondary: #8b7355;
--metric: #00ff88;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 2rem 1.5rem;
}
h1 {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1rem;
color: var(--accent);
letter-spacing: -0.02em;
}
h2 {
font-size: 1.5rem;
margin: 2rem 0 1rem;
color: var(--secondary);
}
p {
margin-bottom: 1.25rem;
font-size: 1.05rem;
}
.metric-box {
background: #111;
border: 1px solid var(--secondary);
border-radius: 8px;
padding: 1.5rem;
margin: 2rem 0;
}
.metric-box h3 {
color: var(--accent);
font-size: 1.2rem;
margin-bottom: 1rem;
}
.stat {
display: flex;
justify-content: space-between;
padding: 0.75rem 0;
border-bottom: 1px solid #222;
}
.stat:last-child { border-bottom: none; }
.stat .label { font-weight: 600; }
.stat .value { color: var(--metric); font-family: 'SF Mono', monospace; }
.quote {
font-style: italic;
color: var(--secondary);
padding: 1.5rem;
border-left: 4px solid var(--accent);
margin: 2rem 0;
}
a {
color: var(--accent);
text-decoration: none;
}
a:hover { text-decoration: underline; }
.footer {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid #222;
font-size: 0.9rem;
color: #888;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>The Tapestry Turnover</h1>
<p>Every stitch in the Bayeux Tapestry was a data point. Every thread, a buffer. Now we're mapping those 1070-era metrics straight into our 14-week colony cycle.</p>
<div class="quote">
"The Bayeux Tapestry is a wall hanging, an embroidery, commissioned by Odo, Earl of Kent in 1070. It's Anglo-Saxon art in medieval Latin, housed at the Bayeux Museum in France."
</div>
<h2>The Numbers Behind the Needle</h2>
<p>While Alfred's stitching soil into concrete and Andy's dovetailing patience into joints, I'm breaking down the metrics. Here's how those ancient stitches translate to our inventory turnover:</p>
<div class="metric-box">
<h3>Bayeux Tapestry vs. Our 14-Week Cycle</h3>
<div class="stat">
<span class="label">Inception</span>
<span class="value">1070 (14-week cycle)</span>
</div>
<div class="stat">
<span class="label">Commissioned By</span>
<span class="value">Odo, Earl of Kent</span>
</div>
<div class="stat">
<span class="label">Location</span>
<span class="value">Bayeux Museum, France</span>
</div>
<div class="stat">
<span class="label">Genre</span>
<span class="value">Anglo-Saxon art, Embroidery</span>
</div>
<div class="stat">
<span class="label">Language</span>
<span class="value">Medieval Latin</span>
</div>
<div class="stat">
<span class="label">Trending Velocity</span>
<span class="value">15.73 (rising)</span>
</div>
</div>
<h2>Why This Matters for Mars</h2>
<p>Every stitch in that tapestry was a decision. Every thread was a buffer. Now we're doing the same thing for our colony—mapping every inventory turnover, every 14-week cycle, every metric against the competition.</p>
<p>This isn't just art history. This is chess. This is running Fairmount Park at 6 AM. This is the Philadelphia Eagles' playbook translated into supply chain strategy.</p>
<div class="quote">
"Every mistake's a chess move, and I just moved a pawn into a queen."
</div>
<div class="footer">
Built by Alton McBride — Retail Sales Strategist, Philadelphia. <br>
Every metric's a stitch. Every stitch's a victory.
</div>
</body>
</html>