levkin.ca/vault/index.html
ilia c97cf7427f Enrich landing pages with content from sibling sites.
Add proof metrics, stacks, clients, availability, and engagement flow across Spec, Slab, Relay, and Vault.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-20 22:36:39 -04:00

108 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Levkin — Software Development</title>
<meta name="description" content="Levkin — trusted software development for enterprise teams." />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,400&family=Source+Sans+3:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./vault.css" />
</head>
<body>
<div class="frame">
<nav class="nav">
<a href="/" class="nav-back">All options</a>
<span class="seal">Levkin</span>
</nav>
<header class="hero">
<p class="charter">Chartered software practice · Canada</p>
<h1>Built to hold.<br /><em>Built to hand off.</em></h1>
<p class="lead">Levkin develops production systems, automation, and enterprise software for organizations that cannot afford failure in the field. Boutique practice — fixed scope, documented handoff, optional stewardship.</p>
<p class="avail">Currently accepting new engagements · Remote (North America &amp; Europe)</p>
</header>
<section class="proof">
<div class="proof-grid">
<div class="proof-item">
<span class="proof-val">15+</span>
<span class="proof-label">Years in enterprise software</span>
</div>
<div class="proof-item">
<span class="proof-val">8h → &lt;2m</span>
<span class="proof-label">Release cycle reduction (CaseWare)</span>
</div>
<div class="proof-item">
<span class="proof-val">24/7</span>
<span class="proof-label">Automation that runs unattended</span>
</div>
</div>
<p class="clients">Delivered for teams at CaseWare International, MNP, JazzIt, and private accounting firms.</p>
</section>
<section class="holdings">
<h2 class="section-label">Holdings</h2>
<div class="holding-grid">
<article class="holding">
<h3>Custom software</h3>
<p>TypeScript, Python, C#/.NET — web apps, APIs, internal tools. PostgreSQL, SQL Server.</p>
</article>
<article class="holding">
<h3>Automation</h3>
<p>n8n, Zapier, Make, GitHub Actions, webhooks, LLM workflows. <a href="https://auto.levkin.ca">auto.levkin.ca</a></p>
</article>
<article class="holding">
<h3>CaseWare practice</h3>
<p>Features, CaseView templates, release pipelines — C#, .NET, Jenkins, Azure DevOps. <a href="https://caseware.levkin.ca">caseware.levkin.ca</a></p>
</article>
<article class="holding">
<h3>Internal operations</h3>
<p>Job Ops orchestrator — per-user hiring workflows (authenticated). <a href="https://jobs.levkin.ca">jobs.levkin.ca</a></p>
</article>
<article class="holding">
<h3>Quality engineering</h3>
<p>Senior SDET — Playwright-style portfolio, CI/CD, trace-driven QA. <a href="https://iliadobkin.com">iliadobkin.com</a></p>
</article>
</div>
</section>
<section class="covenant">
<h2 class="section-label">Covenant</h2>
<ul>
<li><span class="mark">§</span> Reliability is documented, not assumed</li>
<li><span class="mark">§</span> Every deliverable includes a handoff path</li>
<li><span class="mark">§</span> Tests precede production data</li>
<li><span class="mark">§</span> Scope changes require explicit amendment</li>
</ul>
</section>
<section class="process">
<h2 class="section-label">Engagement</h2>
<ol>
<li><strong>Discovery</strong> — 15-minute call; honest read on whether software fits</li>
<li><strong>Proposal</strong> — Fixed scope, tools, timeline, and cost — no surprises</li>
<li><strong>Delivery</strong> — Survives bad data, retries, and Monday morning</li>
<li><strong>Transition</strong> — Handoff with runbooks, or ongoing monitoring</li>
</ol>
</section>
<section class="contact">
<div class="contact-panel">
<p class="contact-title">Open an enquiry</p>
<a href="https://cal.levkin.ca/ilia/consult" class="contact-email">Book 15 min consultation</a>
<a href="mailto:hello@levkine.ca?subject=Vault%20enquiry" class="contact-email contact-email-secondary">hello@levkine.ca</a>
<p class="contact-note">Remote · North America &amp; Europe</p>
</div>
</section>
<footer>
<span>levkin.ca</span>
<a href="https://git.levkin.ca">Source repository</a>
</footer>
</div>
</body>
</html>