docs: add presentation slide deck
This commit is contained in:
19
slides/index.html
Normal file
19
slides/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user