-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpresentation.html
executable file
·474 lines (409 loc) · 11.7 KB
/
presentation.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<!--
Google HTML5 slide template
Authors: Luke Mahé (code)
Marcin Wichary (code and design)
Dominic Mazzoni (browser compatibility)
Charles Chen (ChromeVox support)
URL: http://code.google.com/p/html5slides/
-->
<!--
UUlm Style
Author: Benjamin Erb
URL: https://github.com/berb/html5slides-uulm
-->
<html>
<head>
<link href="lib/styles.css" media="screen" rel="stylesheet" type="text/css" />
<link href="lib/uulm/uulm.css" media="screen" rel="stylesheet" type="text/css" />
<meta charset='utf-8'>
<script src='lib/slides.js'></script>
<title>HTML5 Slide Deck – uulm Style</title>
</head>
<body style='display: none'>
<div class='slides layout-normal template-uulm-in'>
<!--
Your slides (<article>s) go here. You can group them using <section>s
Every slide must be part of a section. If a section contains a <header>,
its content will be used as TOC label. If you don't want to group your
slides, just put all of your <article>s in a single <section>.
-->
<section>
<article class='title-slide'>
<h1 id="title">HTML5 Slide Deck</h1>
<h2 id="author">
Benjamin Erb<br> July 2011
</h2>
<h2 id="subtitle">
Feature Demonstration<br> HTML5 + CSS3 + some JS
</h2>
<p>
<img id="title-header" src='assets/images/header_sample.jpg'>
<img id="uulm-logo" src='lib/uulm/uulm_logo.svg'>
</p>
</article>
<article>
<h3>Contents</h3>
<nav class="toc" />
</article>
</section>
<section>
<header>Getting started</header>
<article>
<h3>The nitty-gritty, this is a slide:</h3>
<section>
<pre>
<article>
<h3>
Slide captions are <h3> headings
</h3>
<p>
Each slide is represented by an HTML5 <article>.
Content is regular HTML, such as this <p> paragraph
</p>
<p>
Lorem ipsum dolor sit amet.
</p>
</article>
</pre>
</section>
<p>You can see on the next slide what it looks like.</p>
</article>
<article>
<h3>Slide captions are <h3> headings</h3>
<p>Each slide is represented by an HTML5 <article>. Content
is regular HTML, such as this <p> paragraph</p>
<p>Lorem ipsum dolor sit amet.</p>
</article>
<article class='smaller'>
<h3>You can use a smaller font, too</h3>
<section>
<pre>
<article class='smaller'>
</pre>
</section>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
diam nonumy eirmod tempor invidunt ut labore et dolore magna
aliquyam erat, sed diam voluptua. At vero eos et accusam et justo
duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero
eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<p class="in-color">
<strong>Try to prevent such slides!</strong> Your audience will hate
you (with a good reason).
</p>
</article>
<article>
<h3>Presenter notes</h3>
<p>Presenter notes are semi-transparent overlays that can be
toggled. They will not be shown in the regular slide deck by
default.</p>
<section>
<pre>
<article>
...
<aside>
This is a presenter note!
</aside>
</article>
</pre>
</section>
<p>
Push <strong class="accent-color">n</strong> to toggle presenter
notes.
</p>
<aside>This is a presenter note!</aside>
</article>
<article>
<h3>Toggle transitions</h3>
<p>Don't like fancy stuff?</p>
<p>
Push <strong class="accent-color">t</strong> to toggle transition
mode!
</p>
</article>
<article class="smaller">
<h3>
Presenter Mode – <span class="nawi-color">CAUTION:
EXPERIMENTAL</span>
</h3>
<ul>
<li>Run the current presentation on the beamer (fullscreen)</li>
<li>Hit <strong class="accent-color">p</strong> to open a
secondary frame and wait until fully loaded</li>
<li>Move frame onto the presenter's screen (i.e. laptop screen)
</li>
<li>Switch focus back to beamer screen</li>
<li>Control presentation using the frame on the beamer screen</li>
</ul>
<h4>Features:</h4>
<ul>
<li>Presenter frame show presenter notes overlay</li>
<li>Presenter frame has transitions disabled</li>
<li>Presenter frame always shows full slide (nothing is
unhiding)</li>
<li>Hit <strong class="accent-color">.</strong> or <strong
class="accent-color">,</strong> to sneak forward/backward only on
the presenter screen</li>
<li>Auto-syncs with primary presentation frame movements</li>
</ul>
<aside>
<h3>Presenter Notes</h3>
<p>I'm only visible on your secondary frame</p>
<p>That's a cool usage for HTML5 window.postMessage(), huh? :-D</p>
</aside>
</article>
<article>
<h3>Death by Bullet Point</h3>
<ul>
<li>Bullshit – We can do it, too!</li>
<li>Unique selling proposition</li>
<li>Return on investment</li>
<li>Yada yada yada</li>
<li>Never use more than 5 bullets on a single slide!</li>
</ul>
<aside>
<h2>ROI at least 1000%!11!</h2>
</aside>
</article>
<article>
<h3>Death by Bullet Point – Creeping death version</h3>
<ul class="build">
<li>Bullshit – We can do it, too!</li>
<li>Unique selling proposition</li>
<li>Return on investment</li>
<li>Yada yada yada</li>
<li>Never use more than 5 bullets on a single slide!</li>
</ul>
<div class="build">
<h4>How it works:</h4>
<section>
<pre>
<ul class='build'>
</pre>
<pre>
<div class='build'>
</pre>
</section>
</div>
</article>
<article class='smaller'>
<h3>Death by Bullet Point – Shotgun version (small font)</h3>
<ul>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
<li>Yada yada yada</li>
</ul>
</article>
<article>
<h3>Styles</h3>
<ul>
<li><span class='uulm-color'>class="uulm-color"</span>
<li><span class='in-color'>class="in-color"</span>
<li><span class='mawi-color'>class="mawi-color"</span>
<li><span class='nawi-color'>class="nawi-color"</span>
<li><span class='med-color'>class="med-color"</span>
<li><span class='accent-color'>class="accent-color"</span>
<li><b>bold</b> and <i>italic</i>
</ul>
</article>
<article>
<h3>Table of contents</h3>
<p>You can include a TOC by including <br/>
<code><nav class='toc'></code><br/>
to a slide.
</p>
<p>This will populate a list with all named sections. Sections are associated with a title by adding <code><header>title</header></code> to <section>.</p>
<p>When used inside a section, the current section will be highlightend:</p>
<nav class="toc"/>
</article>
<article>
<h2>By the way…</h2>
</article>
<article class='fill'>
<q> Power corrupts and PowerPoint corrupts absolutely. </q>
<div class='author'>Vint Cerf</div>
</article>
</section>
<section>
<header>Cheat Sheet</header>
<article>
<h3>Cheat Sheet – Shortcuts</h3>
<table>
<tr>
<th>Key</th>
<th>Function</th>
</tr>
<tr>
<td>enter/space/right arrow</td>
<td>advance</td>
</tr>
<tr>
<td>backspace/left arrow</td>
<td>go back</td>
</tr>
<tr>
<td>g</td>
<td>prompt: go to slide</td>
</tr>
<tr>
<td>home/pos1</td>
<td>jump to start slide</td>
</tr>
<tr>
<td>end</td>
<td>jump to end slide</td>
</tr>
<tr>
<td>shift +/-</td>
<td>zoom in/out</td>
</tr>
<tr>
<td>F11</td>
<td>fullscreen mode</td>
</tr>
<tr>
<td>n</td>
<td>show/hide presenter notes</td>
</tr>
<tr>
<td>t</td>
<td>toggle transitions</td>
</tr>
</table>
</article>
<article class='smaller'>
<h3>Cheat Sheet – Shortcuts (incl. presenter mode)</h3>
<table>
<tr>
<th>Key</th>
<th>Function</th>
</tr>
<tr>
<td>enter/space/right arrow</td>
<td>advance</td>
</tr>
<tr>
<td>backspace/left arrow</td>
<td>go back</td>
</tr>
<tr>
<td>g</td>
<td>prompt: go to slide</td>
</tr>
<tr>
<td>home/pos1</td>
<td>jump to start slide</td>
</tr>
<tr>
<td>end</td>
<td>jump to end slide</td>
</tr>
<tr>
<td>shift +/-</td>
<td>zoom in/out</td>
</tr>
<tr>
<td>F11</td>
<td>fullscreen mode</td>
</tr>
<tr>
<td>n</td>
<td>show/hide presenter notes</td>
</tr>
<tr>
<td>t</td>
<td>toggle transitions</td>
</tr>
<tr>
<td>p</td>
<td>open presenter frame</td>
</tr>
<tr>
<td>.</td>
<td>sneak forward in presenter frame</td>
</tr>
<tr>
<td>,</td>
<td>sneak backward in presenter frame</td>
</tr>
</table>
</article>
</section>
<section>
<header>Embedding Media</header>
<article>
<h2>Images, Videos & Websites</h2>
</article>
<article>
<h3>Slide with an image</h3>
<p>
<img style='height: 400px' src='assets/images/social_viz2.jpg'>
</p>
<div class='source'>Source: Benjamin Erb</div>
</article>
<article>
<h3>Slide with an image (centered)</h3>
<p>
<img class='centered' style='height: 400px' src='assets/images/social_viz2.jpg'>
</p>
<div class='source'>Source: Benjamin Erb</div>
</article>
<article class='fill'>
<h3>Image filling the slide (with optional header)</h3>
<p>
<img src='assets/images/social_viz.jpg'>
</p>
<div class='source white'>Source: Benjamin Erb</div>
</article>
<article>
<h3>Video example: .ogv file + HTML5 video tag</h3>
<p></p>
<video controls class="centered">
<source src='assets/videos/sample.ogv' type='video/ogg; codecs="theora, vorbis"'/>
<p>No video fallback</p>
</video>
<div class='source'>Source: http://www.808.dk/</div>
</article>
<article>
<h3>Video example: Vimeo via iframe</h3>
<iframe src="http://player.vimeo.com/video/15612525?title=0&byline=0&portrait=0&autoplay=0" width="640" height="480" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</article>
<article>
<h3>A slide with an embed + title</h3>
<iframe src='http://www.w3.org/'></iframe>
</article>
<article>
<iframe src='http://www.w3.org/'></iframe>
</article>
<article class='fill'>
<h3>I'm on a iframe (fullscreen)!</h3>
<iframe src='http://www.w3.org/'></iframe>
</article>
<article>
<h3>Credits</h3>
<p>Thanks to Luke Mahé and Marcin Wichary for the original Google
slides template.</p>
</article>
<article>
<h3>That's all for now!</h3>
<ul>
<li>Source: <a href='https://github.com/berb/html5slides-uulm'>github.com/berb/html5slides-uulm</a>
<li><a href='http://www.benjamin-erb.de'>Benjamin Erb</a>
<li><a href='http://code.google.com/p/html5slides'>Original Google html5slides</a>
</ul>
</article>
</section>
</div>
</body>
</html>