levkin.ca/vault/index.html
ilia b9a601894d Add levkin.ca design concepts (Spec, Slab, Relay, Vault).
Four static landing-page options with Vite build, cal booking, and links to sibling sites.

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

89 lines
3.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.</p>
</header>
<section class="holdings">
<h2 class="section-label">Holdings</h2>
<div class="holding-grid">
<article class="holding">
<h3>Custom software</h3>
<p>Applications, APIs, and internal platforms engineered for longevity and auditability.</p>
</article>
<article class="holding">
<h3>Automation</h3>
<p>Operational pipelines and integrations. <a href="https://auto.levkin.ca">auto.levkin.ca</a></p>
</article>
<article class="holding">
<h3>CaseWare practice</h3>
<p>Fifteen years in audit and accounting systems. <a href="https://caseware.levkin.ca">caseware.levkin.ca</a></p>
</article>
<article class="holding">
<h3>Internal operations</h3>
<p>Restricted orchestration systems. <a href="https://jobs.levkin.ca">jobs.levkin.ca</a></p>
</article>
<article class="holding">
<h3>Quality engineering</h3>
<p>SDET portfolio — test automation, 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> — Understand constraints and stakeholders</li>
<li><strong>Proposal</strong> — Fixed scope, timeline, and cost</li>
<li><strong>Delivery</strong> — Production-ready, tested, documented</li>
<li><strong>Transition</strong> — Optional stewardship or clean exit</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>