Migrate calvana API into quikcue-site: add Node.js server, update Dockerfile, add migrated HTML pages

This commit is contained in:
2026-03-10 06:27:11 +08:00
parent 0526bf27f7
commit 5981d24104
8 changed files with 314 additions and 11 deletions
+43
View File
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>QuikCue — Hire</title>
<meta name="description" content="If you want velocity with control — let's talk.">
<meta property="og:title" content="QuikCue — Hire">
<meta property="og:description" content="If you want velocity with control — let's talk.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://quikcue.com/hire">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://quikcue.com/hire">
<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">/manifesto</a>
<a href="/live">/live</a>
<a href="/hire" class="active">/hire</a>
</div>
</div>
</nav>
<main class="page">
<h1 class="hero-title">If you're reading this,<br>you <span class="accent">already know.</span></h1>
<div class="hire-ctas">
<a href="mailto:omair@quikcue.com?subject=QuikCue%20-%20Repo%20%2B%20Metric" class="btn btn-cta">Give me a repo + one metric →</a>
<a href="mailto:omair@quikcue.com?subject=QuikCue%20-%207-day%20proof" class="btn btn-primary">Give me 7 days. I'll prove it. →</a>
</div>
<p class="hire-note">
If you want safe hands, hire safe people.<br>
If you want velocity with control — let's talk.
</p>
<p class="hire-referral">PS — Umar pointed me here. If this turns into a hire, I want him to get paid.</p>
<footer>
<p class="footer-tagline">I break rules. Not production.</p>
</footer>
</main>
</body>
</html>