Four static landing-page options with Vite build, cal booking, and links to sibling sites. Co-authored-by: Cursor <cursoragent@cursor.com>
74 lines
2.3 KiB
HTML
74 lines
2.3 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</title>
|
|
<meta name="description" content="Levkin — software development." />
|
|
<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=Archivo+Black&family=Archivo:wght@400;500&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="./slab.css" />
|
|
</head>
|
|
<body>
|
|
<a href="/" class="back">←</a>
|
|
|
|
<main>
|
|
<header class="mast">
|
|
<span class="year">EST · CA</span>
|
|
<h1>LEV<br />KIN</h1>
|
|
<p class="role">SOFTWARE DEVELOPMENT</p>
|
|
</header>
|
|
|
|
<section class="strip strip-red">
|
|
<p>WE BUILD WHAT RUNS.</p>
|
|
</section>
|
|
|
|
<section class="blocks">
|
|
<div class="block">
|
|
<span class="num">01</span>
|
|
<h2>CUSTOM</h2>
|
|
<p>Apps · APIs · tools</p>
|
|
</div>
|
|
<div class="block block-inv">
|
|
<span class="num">02</span>
|
|
<h2>AUTO</h2>
|
|
<p><a href="https://auto.levkin.ca">auto.levkin.ca</a></p>
|
|
</div>
|
|
<div class="block">
|
|
<span class="num">03</span>
|
|
<h2>CASE</h2>
|
|
<p><a href="https://caseware.levkin.ca">caseware.levkin.ca</a></p>
|
|
</div>
|
|
<div class="block block-inv">
|
|
<span class="num">04</span>
|
|
<h2>OPS</h2>
|
|
<p><a href="https://jobs.levkin.ca">jobs.levkin.ca</a></p>
|
|
</div>
|
|
<div class="block block-wide">
|
|
<span class="num">05</span>
|
|
<h2>QE</h2>
|
|
<p><a href="https://iliadobkin.com">iliadobkin.com</a></p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="strip">
|
|
<ul class="rules">
|
|
<li>PRODUCTION READY</li>
|
|
<li>DOCUMENTED</li>
|
|
<li>TESTED FIRST</li>
|
|
<li>NO SCOPE CREEP</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="cta-block">
|
|
<a href="https://cal.levkin.ca/ilia/consult" class="cta cta-primary">BOOK 15 MIN →</a>
|
|
<a href="mailto:hello@levkine.ca?subject=Project%20enquiry" class="cta">HELLO@LEVGINE.CA →</a>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>LEVKIN.CA · <a href="https://git.levkin.ca">GIT</a></footer>
|
|
</body>
|
|
</html>
|