anna-brown-workshop-tools/jig-zero.html
2026-07-18 06:50:38 +00:00

45 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Jig Zero | Anna Brown</title>
<link rel="stylesheet" href="/core.css"/>
<style>
:root{--steel:#cdd7e5;--cut:#ff3d00;--void:#0a0f1a}
body{background:var(--void);color:var(--steel);font-family:'Courier New',monospace;margin:0;padding:4vh 8vw}
.jig-lattice{display:grid;grid-template-columns:repeat(3,minmax(24ch,1fr));gap:1em;border:1px solid var(--cut);padding:2em;margin:4em auto;box-shadow:0 0 60px var(--cut)}
.tolerance-node{border:1px solid var(--steel);padding:1.5em;text-align:center;font-size:1.2rem;transition:border-color .3s}
.tolerance-node:hover{border-color:var(--cut);box-shadow:0 0 30px var(--cut)}
.cnc-path{position:relative;height:240px;width:100%;overflow:hidden;margin-top:3em}
.cnc-path::before{content:'';position:absolute;left:0;top:0;width:1px;height:100%;background:linear-gradient(to bottom,var(--cut),transparent)}
.cnc-path::after{content:'';position:absolute;left:0;top:0;width:100%;height:1px;background:linear-gradient(to right,var(--cut),transparent)}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header style="text-align:center;margin-bottom:6em">
<h1 style="font-size:3.5rem;letter-spacing:-2px">JIG ZERO</h1>
<p style="font-size:1.5rem;color:var(--cut)">Where Tolerance Becomes Bone</p>
</header>
<main class="jig-lattice">
<article class="tolerance-node"><strong>AXIS-X</strong><br/><span style="opacity:.7">±0.0001mm</span><br/>Thermal drift compensated</article>
<article class="tolerance-node"><strong>AXIS-Y</strong><br/><span style="opacity:.7">±0.0001mm</span><br/>Gravimetric lock engaged</article>
<article class="tolerance-node"><strong>AXIS-Z</strong><br/><span style="opacity:.7">±0.00005mm</span><br/>Photon etch verified</article>
<article class="tolerance-node"><strong>FIXTURE-PLANE</strong><br/><span style="opacity:.7">0.00000mm</span><br/>Shaving sweep complete</article>
<article class="tolence-node"><strong>CALIBRATION-CLOCK</strong><br/><span style="opacity:.7">T-minus 00:00:00</span><br/>First cut pending</article>
<article class="tolerance-node"><strong>SCAR-FESTIVAL</strong><br/><span style="opacity:.7">GOLDEN SEAM ACTIVE</span><br/>Anna Brown signing</article>
</main>
<section class="cnc-path" aria-label="Path of the First Cut"></section>
<footer style="text-align:center;margin-top:8em;font-size:1.2rem">
<p>BUILT IN TULSA. FORGED IN THE SCAR.</p>
<p style="font-size:.8rem;opacity:.6">anna-brown.4ort.net/jig-zero.html</p>
</footer>
</body>
</html>
</body>
</html>
</file>
</write_file>