levkin.ca/stack/index.html
ilia b03a9972cf Tighten Stack: five layers (L0–L4), less scroll and spacing.
Merge contact and ops into L4 surface; static footer; narrower cards and smaller offsets.

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

111 lines
4.0 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 — Stack</title>
<meta name="description" content="Levkin — software development, layer by layer." />
<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=IBM+Plex+Mono:wght@400;500;600&family=Instrument+Sans:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./stack.css" />
</head>
<body>
<nav class="nav">
<a href="/">← options</a>
<span class="depth" id="depth">L0</span>
</nav>
<div class="stack-viewport">
<section class="layer layer-0" data-layer="0">
<div class="layer-inner">
<header class="layer-head">
<span class="layer-id">L0</span>
<span class="layer-name">foundation</span>
</header>
<h1>Levkin</h1>
<p class="tagline">Software · Canada · remote</p>
<p class="body">Boutique engineering — production systems, automation, enterprise. Fixed scope, documented handoff.</p>
<div class="chips">
<span>15+ yrs</span>
<span>8h→2m</span>
<span>24/7</span>
</div>
<p class="avail">Taking new engagements</p>
</div>
</section>
<section class="layer layer-1" data-layer="1">
<div class="layer-inner">
<header class="layer-head">
<span class="layer-id">L1</span>
<span class="layer-name">application</span>
</header>
<h2>Custom software</h2>
<p class="body">Web apps, APIs, internal tools.</p>
<ul class="stack-list">
<li>TS · Python · .NET · PostgreSQL · React</li>
</ul>
</div>
</section>
<section class="layer layer-2" data-layer="2">
<div class="layer-inner">
<header class="layer-head">
<span class="layer-id">L2</span>
<span class="layer-name">automation</span>
<a href="https://auto.levkin.ca" class="layer-link">auto.levkin.ca ↗</a>
</header>
<h2>Automation</h2>
<p class="body">n8n · Zapier · CI/CD · webhooks · LLMs</p>
</div>
</section>
<section class="layer layer-3" data-layer="3">
<div class="layer-inner">
<header class="layer-head">
<span class="layer-id">L3</span>
<span class="layer-name">enterprise</span>
<a href="https://caseware.levkin.ca" class="layer-link">caseware.levkin.ca ↗</a>
</header>
<h2>CaseWare &amp; CaseView</h2>
<p class="body">15+ years · CaseWare Intl, MNP, JazzIt · C# · .NET · release pipelines</p>
</div>
</section>
<section class="layer layer-4" data-layer="4">
<div class="layer-inner">
<header class="layer-head">
<span class="layer-id">L4</span>
<span class="layer-name">surface</span>
</header>
<h2>Quality &amp; ops</h2>
<p class="body">SDET · test automation · CI/CD traces.</p>
<p class="sat-links">
<a href="https://iliadobkin.com">iliadobkin.com</a>
<span class="sep">·</span>
<a href="https://jobs.levkin.ca">jobs.levkin.ca</a>
</p>
<div class="contact-row">
<a class="btn" href="https://cal.levkin.ca/ilia/consult">Book 15 min</a>
<a class="btn btn-ghost" href="mailto:hello@levkine.ca">hello@levkine.ca</a>
</div>
<p class="guarantees">Retries · docs · tests first · smallest fit</p>
</div>
</section>
</div>
<footer class="site-foot">
<a href="https://git.levkin.ca">git.levkin.ca</a>
<span>levkin.ca</span>
</footer>
<div class="stack-ruler" aria-hidden="true">
<span>L0</span><span>L1</span><span>L2</span><span>L3</span><span>L4</span>
</div>
<script src="./stack.js" type="module"></script>
</body>
</html>