|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>GitLab Signal Brief | Kinetic Gain</title> |
| 7 | + <style> |
| 8 | + :root { color-scheme: dark; --bg: #070b12; --panel: #101827; --line: #243249; --text: #f5f1e8; --muted: #aeb8ca; --aqua: #25d9f2; --mint: #39e7aa; } |
| 9 | + body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: radial-gradient(circle at top right, rgba(37,217,242,.14), transparent 34%), var(--bg); color: var(--text); } |
| 10 | + main { max-width: 980px; margin: 0 auto; padding: 56px 22px; } |
| 11 | + .card { border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(16,24,39,.94), rgba(7,11,18,.98)); padding: clamp(24px, 5vw, 52px); box-shadow: 0 24px 80px rgba(0,0,0,.32); } |
| 12 | + .eyebrow { color: var(--mint); text-transform: uppercase; letter-spacing: .16em; font: 700 12px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; } |
| 13 | + h1 { margin: 18px 0; font-size: clamp(42px, 8vw, 88px); line-height: .92; letter-spacing: -.06em; } |
| 14 | + p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 720px; } |
| 15 | + .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin-top: 28px; } |
| 16 | + .metric { border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.035); } |
| 17 | + .metric b { display: block; color: var(--aqua); font-size: 28px; margin-top: 8px; } |
| 18 | + code { color: var(--mint); } |
| 19 | + </style> |
| 20 | + </head> |
| 21 | + <body> |
| 22 | + <main> |
| 23 | + <section class="card"> |
| 24 | + <div class="eyebrow">Kinetic Gain signal proof</div> |
| 25 | + <h1>GitLab<br />control evidence.</h1> |
| 26 | + <p>Release governance, pipeline evidence, merge risk, and delivery control posture.</p> |
| 27 | + <div class="grid"> |
| 28 | + <div class="metric">Domain<b>DevOps / Platform Engineering</b></div> |
| 29 | + <div class="metric">Fixture posture<b>Synthetic</b></div> |
| 30 | + <div class="metric">Output<b>Board brief</b></div> |
| 31 | + </div> |
| 32 | + <p>Run <code>npm test</code> and <code>npm run build</code> to regenerate the deterministic proof packet.</p> |
| 33 | + </section> |
| 34 | + </main> |
| 35 | + </body> |
| 36 | +</html> |
0 commit comments