-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
36 lines (35 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Anatomy of a Docker Image</title>
</head>
<body>
<div id="app">
<canvas id="stage"></canvas>
<canvas id="particles"></canvas>
<svg id="svg-overlay" xmlns="http://www.w3.org/2000/svg"></svg>
<div id="scenes">
<section class="scene" data-beat="hero">
<div class="copy center">
<h1>Anatomy of a Docker Image</h1>
<p>Scroll to build this app's image, one layer at a time.</p>
<div class="hint" id="scroll-hint"></div>
</div>
</section>
<section class="scene" data-beat="build"></section>
<section class="scene" data-beat="cut"></section>
<section class="scene" data-beat="artifact"></section>
<section class="scene" data-beat="explode"></section>
<section class="scene" data-beat="run"></section>
<section class="scene" data-beat="recap"></section>
</div>
<div id="flash"></div>
<div id="ceremony"><pre id="ceremony-art"><span class="cl">██████╗ ██████╗ ██████╗██╗ ██╗███████╗██████╗</span><span class="cl">██╔══██╗██╔═══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗</span><span class="cl">██║ ██║██║ ██║██║ █████╔╝ █████╗ ██████╔╝</span><span class="cl">██║ ██║██║ ██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗</span><span class="cl">██████╔╝╚██████╔╝╚██████╗██║ ██╗███████╗██║ ██║</span><span class="cl">╚═════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝</span></pre></div>
<button id="sound-invite" class="audio-btn" type="button"></button>
<button id="sound-toggle" class="audio-btn" type="button" aria-label="Toggle sound"></button>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>