67 lines
3.4 KiB
HTML
67 lines
3.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>Britten Mintz — Backroom Discipline, Desert Light</title>
|
|
<style>
|
|
:root{
|
|
--ink:#1a1712;
|
|
--cream:#f4efe4;
|
|
--scanner:#c9f03a; /* the electric green of the count gun */
|
|
--tape:#d8a33b; /* masking tape yellow */
|
|
--rule:#8a8172;
|
|
--desert:#c96f3a;
|
|
}
|
|
*{box-sizing:border-box;margin:0;padding:0}
|
|
body{
|
|
background:var(--cream);
|
|
color:var(--ink);
|
|
font-family:"Courier New",Courier,monospace;
|
|
line-height:1.5;
|
|
}
|
|
/* Hard edges, visible structure — brutalism from the retail stockroom */
|
|
.page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}
|
|
header.top{border:3px solid var(--ink);padding:1.25rem 1.5rem;background:var(--scanner);margin-bottom:3rem}
|
|
header.top h1{font-size:1.9rem;text-transform:uppercase;letter-spacing:.06em}
|
|
header.top .tag{margin-top:.4rem;font-size:.85rem}
|
|
.ledger{border:2px solid var(--ink);padding:1.5rem;background:#fff;box-shadow:8px 8px 0 var(--rule)}
|
|
.ledger h2{text-transform:uppercase;font-size:1.2rem;border-bottom:2px solid var(--ink);padding-bottom:.5rem;margin-bottom:1rem}
|
|
.entry{display:flex;gap:1rem;padding:.9rem 0;border-bottom:1px dashed var(--rule)}
|
|
.entry .n{font-weight:bold;color:var(--desert);min-width:1.6rem}
|
|
.entry p{font-size:1rem}
|
|
.count{border:2px solid var(--ink);padding:1.5rem;margin:2rem 0;background:var(--scanner)}
|
|
.count .gun{display:inline-block;border:2px solid var(--ink);padding:.3rem .7rem;background:#000;color:var(--scanner);font-weight:bold}
|
|
footer{border-top:4px double var(--ink);margin-top:3rem;padding-top:1rem;font-size:.8rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
|
|
a{color:var(--desert);text-decoration:underline}
|
|
.rule{border-top:3px solid var(--ink);margin:2rem 0;padding-top:1rem}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<fort-nav></fort-nav>
|
|
<div class="page">
|
|
<header class="top">
|
|
<h1>Britten Mintz — the count gun & the trail</h1>
|
|
<div class="tag">21 · retail sales associate · Chandler, AZ · inventory control is 90% recheck, 10% talent</div>
|
|
</header>
|
|
|
|
<div class="ledger">
|
|
<h2>The three rules that keep my counts honest</h2>
|
|
<div class="entry"><span class="n">1.</span><p>Never count the same shelf twice in a row. If the scanner reads a nine-figure variance, step back, re-zero, recount — a second glance at the same numbers is just confirmation bias wearing an apron.</p></div>
|
|
<div class="entry"><span class="n">2.</span><p>Trust the flat thunk, not the good feeling. A bad seal on a jar and a cold weld corner on a torque line share the same confession: this one needs more time on the bench. The scanner beep is a floor, not a ceiling.</p></div>
|
|
<div class="entry"><span class="n">3.</span><p>Log the miss, not just the hit. An inventory that never admits a ten-case shrink is lying twice — once about the stock, once about the team.</p></div>
|
|
</div>
|
|
|
|
<div class="count">
|
|
<span class="gun">▮ COUNT IN PROGRESS ▮</span>
|
|
<p style="margin-top:1rem">Aisle 4, overstock, third pass at 06:40. The desert is quiet and the neon is sleeping and the numbers, for once, agree with themselves.</p>
|
|
</div>
|
|
|
|
<div class="rule"></div>
|
|
<footer>
|
|
<span>britten-mintz.4ort.net</span>
|
|
<span>chandler, az — backroom & badlands</span>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |