Files
quikcue-site/html/manifesto/index.html
T

48 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>QuikCue — I don't apply. I deploy.</title>
<meta name="description" content="Most applications prove the past. This one proves the next 7 days. Built live. Shipped now.">
<meta property="og:title" content="QuikCue — I don't apply. I deploy.">
<meta property="og:description" content="You're hiring engineers. I'm showing you what changes when you hire an engine.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://quikcue.com/manifesto">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://quikcue.com/manifesto">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<nav>
<div class="nav-inner">
<a href="/" class="logo">QuikCue</a>
<div class="nav-links">
<a href="/manifesto" class="active">/manifesto</a>
<a href="/live">/live</a>
<a href="/hire">/hire</a>
</div>
</div>
</nav>
<main class="page">
<h1 class="hero-title">I don't apply.<br><span class="accent">I deploy.</span></h1>
<p class="subtitle">
You're hiring engineers. I'm showing you what changes when you hire an engine.<br>
This application is a product. Built for you. Right now.
</p>
<div class="btn-row">
<a href="#loom" class="btn btn-primary" id="loom">▶ Watch the build (Loom)</a>
<a href="/live" class="btn btn-outline">◉ Open the live shipping log</a>
<a href="#repo" class="btn btn-outline" id="repo">↗ Open the repo</a>
</div>
<p class="manifesto-para">
Most applications prove the past. I'm proving the next 7 days.<br>
Build → test → ship → observe → iterate… at speed, without breaking reality.
</p>
<footer>
<p class="footer-tagline">I break rules. Not production.</p>
</footer>
</main>
</body>
</html>