docs: add presentation slide deck

This commit is contained in:
2026-06-21 13:25:16 +03:30
parent 4690166e8d
commit 24ee55a069
17 changed files with 568 additions and 0 deletions

19
slides/index.html Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Minimal PostgreSQL Job Queue - Interview Presentation</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="top-progress" aria-hidden="true">
<span id="progressFill"></span>
</div>
<main class="deck" aria-live="polite"></main>
<aside class="notes" id="notes" aria-label="speaker notes"></aside>
<script src="slides.js"></script>
</body>
</html>