feat: calvana application microsite + ship-log extension

- Static site: /manifesto, /live, /hire pages
- Ship-log Pi extension: calvana_ship, calvana_oops, calvana_deploy tools
- Docker + nginx deploy to calvana.quikcue.com
- Terminal-ish dark aesthetic, mobile responsive
- Auto-updating /live page from extension state
This commit is contained in:
2026-03-02 18:03:22 +08:00
commit 2fb612b1df
73 changed files with 10938 additions and 0 deletions

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>Calvana — Hire</title>
<meta name="description" content="If you want velocity with control — let's talk.">
<meta property="og:title" content="Calvana — 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://calvana.quikcue.com/hire">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://calvana.quikcue.com/hire">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<nav>
<div class="nav-inner">
<a href="/" class="logo">calvana<span>.exe</span></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=Calvana%20-%20Repo%20%2B%20Metric" class="btn btn-cta">Give me a repo + one metric →</a>
<a href="mailto:omair@quikcue.com?subject=Calvana%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>