forked from dgageot/demoit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demoit.html
74 lines (49 loc) · 1.38 KB
/
demoit.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<h1>Hello, World!</h1>
<h2>This is a simple slide</h2>
<h2>With just <em>text</em></h2>
---
<h1>Logos</h1>
<div class="logos">
<img src="/images/kubernetes.png" />
<img src="/images/kubernetes.png" />
</div>
---
<h1>Snapshot</h1>
<img src="/images/bazel.png" />
<img id="qr" src="/qrcode?url=https://bazel.build/" />
---
<h1>Terminal</h1>
<split-view>
<web-term path="folder"></web-term>
</split-view>
---
<h1>Shell & Browser - <strong>Type `python -m SimpleHTTPServer` in the shell window</strong></h1>
<split-view>
<web-term path="folder"></web-term>
<web-browser src="http://localhost:8000/"></web-browser>
</split-view>
---
<h1>Code samples</h1>
<split-view>
<source-code folder="sources"
files="main.go pod.yaml"
start-lines="26;18,21"
end-lines="27;18,22">
</source-code>
</split-view>
---
<h1>Draw on slides</h1>
<p>On the left border of the page there's a pen that can be used to draw on the slides. Type <em><ESC></em> to exit draw mode.</p>
<img src="/images/bazel.png" />
<script src="/js/draw.js"></script>
<style>
img {
height: 75%;
}
</style>
---
<h1>Speaker notes</h1>
<p>If speaker notes are provided, they live at <a href="/speakernotes" target="_blank">/speakernotes</a>
<speaker-notes>
This text is <b>only for the speaker</b>. It won't be displayed to the audience.
</speaker-notes>