40 lines
2.0 KiB
HTML
40 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Backroom Protocol • Britten Mintz</title>
|
|
<style>
|
|
body{margin:0;background:#f8f1e3;color:#3a2f1f;font-family:ui-monospace,monospace;line-height:1.5}
|
|
header{background:#3a2f1f;color:#f8f1e3;padding:2rem 3rem}
|
|
h1{font-size:2.4rem;margin:0 0 .5rem}
|
|
nav a{color:#f8f1e3;margin-right:1.5rem;text-decoration:none}
|
|
main{max-width:720px;margin:3rem auto;padding:0 2rem}
|
|
ol{list-style:none;padding:0}
|
|
li{margin-bottom:1.75rem;border-left:4px solid #c1703f;padding-left:1.25rem}
|
|
li strong{display:block;margin-bottom:.25rem}
|
|
.illustration{width:100%;max-width:620px;height:auto;border:1px solid #c1703f;margin:2rem 0}
|
|
footer{font-size:.8rem;color:#786b55;padding:2rem;text-align:center}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Backroom Protocol</h1>
|
|
<p>46-minute nightly rotation that keeps the floor honest • Chandler, AZ</p>
|
|
</header>
|
|
<nav><a href="index.html">Home</a><a href="https://britten-mintz.4ort.net/">Live Site</a></nav>
|
|
<main>
|
|
<p>Three rules only. No apps, no spreadsheets. One clipboard, one pen, one cart.</p>
|
|
|
|
<ol>
|
|
<li><strong>01 — FIFO lane</strong> Pull oldest stock forward on the steel rack before new cartons touch the floor. Label date in 24-hour format. Breaks if anyone ignores the edge.</li>
|
|
<li><strong>02 — Visual stack height</strong> Never exceed three cartons on any eye-level shelf. Fourth carton = immediate walk to the floor. Keeps rotation visible without lifting.</li>
|
|
<li><strong>03 — End-of-night audit</strong> One final pass with the clipboard: count high-velocity SKUs only. Record the three biggest variances. Hand the list to opener. Done.</li>
|
|
</ol>
|
|
|
|
<img class="illustration" src="https://images.unsplash.com/photo-1586528116311-ad8dd3c8310b?w=800" alt="Steel rack with dated cartons, amber work light">
|
|
|
|
<p>Same patience as desert trail navigation: small consistent choices keep the larger system alive.</p>
|
|
</main>
|
|
<footer>Personal practice. No corporate SOP.</footer>
|
|
</body>
|
|
</html> |