-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathslides.html
86 lines (79 loc) · 3.99 KB
/
slides.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="author" content="Some One" />
<meta name="dcterms.date" content="2014-01-22" />
<title>Theory and beyond</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://lab.hakim.se/reveal-js/css/reveal.min.css"/>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="http://lab.hakim.se/reveal-js/css/theme/simple.css" id="theme">
<link rel="stylesheet" media="print" href="http://lab.hakim.se/reveal-js/css/print/pdf.css" />
<!--[if lt IE 9]>
<script src="http://lab.hakim.se/reveal-js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1 class="title">Theory and beyond</h1>
<h2 class="author">Some One</h2>
<h3 class="date">January 22, 2014</h3>
</section>
<section><section id="first-level-header" class="titleslide slide level1"><h1>First level header</h1></section><section id="regular-slide-with-incremental-list" class="slide level2">
<h1>Regular slide with incremental list</h1>
<ul>
<li class="fragment">First</li>
<li class="fragment">Second</li>
<li class="fragment">Third</li>
</ul>
</section><section id="same-with-numbered-bullets" class="slide level2">
<h1>Same with numbered bullets</h1>
<ol type="1">
<li class="fragment">First</li>
<li class="fragment">Second</li>
<li class="fragment">Third</li>
</ol>
</section><section id="image-with-caption-text" class="slide level2">
<h1>Image with caption text</h1>
<figure>
<img src="http://fc06.deviantart.net/fs70/f/2013/153/2/6/digi_coffee_by_theanimalfan90-d67mr4o.png" alt="Digicoffee image" /><figcaption>Digicoffee image</figcaption>
</figure>
</section></section>
<section><section id="another-first-level-header" class="titleslide slide level1"><h1>Another first level header</h1></section><section id="a-video" class="slide level2">
<h1>A video</h1>
<iframe src="//player.vimeo.com/video/84336261" width="800" height="450" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p>
<a href="http://vimeo.com/84336261">Notes on Blindness</a> from <a href="http://vimeo.com/newyorktimes">The New York Times - Video</a> on <a href="https://vimeo.com">Vimeo</a>.
</p>
</section></section>
<section><section id="thank-you" class="titleslide slide level1"><h1>Thank you!</h1></section></section>
</div>
</div>
<script src="http://lab.hakim.se/reveal-js/lib/js/head.min.js"></script>
<script src="http://lab.hakim.se/reveal-js/js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: 'simple', // available themes are in /css/theme
transition: 'fade', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'http://lab.hakim.se/reveal-js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'http://lab.hakim.se/reveal-js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'http://lab.hakim.se/reveal-js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
// { src: 'http://lab.hakim.se/reveal-js/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; }, }
// { src: 'http://lab.hakim.se/reveal-js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]});
</script>
</body>
</html>