forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo2.html
242 lines (221 loc) · 8.87 KB
/
demo2.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/tue2018.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<!-- choose one of these two title cards
alternatively you can change the images title1 and title2.png in the images folder -->
<section data-state="title1">
<h2>Title of Presentation<br>over 2 lines</h2>
<h4>Subtitle of Presentation</h4>
<p style="text-align: right;">Author name(s)</p>
</section>
<section data-state="title2">
<h2>Title of Presentation<br> </h2>
<h4>Subtitle of Presentation</h4>
<p style="text-align: right;">Author name(s)</p>
</section>
</section>
<section>
<h3>Slide title</h3>
Headline of a text slide with enumeration
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
<ul>
<li>And an enumeration</li>
<li>that is even</li>
<li>one level deeper</li>
</ul>
</ul>
</section>
<section>
<section>
<div class="columns">
<!-- column 1 -->
<div>
Example of a text slide in two columns
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
<!-- column 2 -->
<div>
<br><br>
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
</div>
</section>
<section>
<div class="rows">
<!-- row 1 -->
<div>
Example of a text slide in two rows
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
<!-- row 2 -->
<div>
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
</div>
</section>
</section>
<section>
<!-- vertical half-screen background image -->
<section data-background-image="images/title2.png" data-background-position="50vw 0" data-background-size="auto 86vh">
<div class="columns">
<div>
Example of a text slide in two columns
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
<div>
</div>
</div>
</section>
<!-- horizontal galf-screen background image -->
<section data-background-image="images/title1.png" data-background-position="0 50vh" data-background-size="100vw auto">
<div class="rows">
<div>
Example of a text slide in two rows
<ul>
<li>Example of an enumeration. This is fake text for illustration. Sitei labores appetere corrumpit, animal urbanitas sit ea.</li>
<li>Example of a second enumeration. This is fake text for illustration. Sitei labores appetere. Qui intellegat mnesarchum.</li>
</ul>
</div>
<div>
</div>
</div>
</section>
</section>
<!-- set state to "overview" to create a "overview" slide -->
<section data-state="overview">
<h3>Chapter title of the presentation<br>put on two lines</h3>
Some text about the context of the chapter.
<ul>
<li>First we introduce something</li>
<li>then we talk about the effects of something</li>
<li>which problems did we encounter</li>
<li>and how did we solve them</li>
</ul>
</section>
<!-- There are two style when it comes to tables (see "dark").
Use class "align-left", "align-center" and "align-right" to set the alignment of the table cells.
For column specific alignment, use a number: f.i. "align-3-right" right-aligns the cells of the third row.
Alignment works on <table> and <tr>.
-->
<section>
<section>
Sample slide with table and text
<table class="align-right align-1-left">
<tr>
<th>Description</th> <th>2013</th> <th>2014</th> <th>2015</th> <th>2016</th> <th>2017</th>
</tr>
<tr>
<td>Item 1</td> <td>920,000</td> <td>1,120,000</td> <td>1,055,000</td> <td>1,200,000</td> <td>1,330,000</td>
</tr>
<tr>
<td>Item 2</td> <td>905,000</td> <td>1,105,000</td> <td>1,045,000</td> <td>1,050,000</td> <td>1,230,000</td>
</tr>
<tr>
<td>Item 3</td> <td>916,000</td> <td>1,116,000</td> <td>1,046,000</td> <td>1,120,000</td> <td>1,300,000</td>
</tr>
</table>
Tusam, qui volorup taspientendi ut rat odit, volupta sint, velesequias ent. Dolorer undusdam ent es cus, volendit molorro viducias pelendu cimenim enihicabo.
</section>
<section>
Sample slide with table and text in dark style
<table class="dark align-right align-1-left">
<tr>
<th>Description</th> <th>2013</th> <th>2014</th> <th>2015</th> <th>2016</th> <th>2017</th>
</tr>
<tr>
<td>Item 1</td> <td>920,000</td> <td>1,120,000</td> <td>1,055,000</td> <td>1,200,000</td> <td>1,330,000</td>
</tr>
<tr>
<td>Item 2</td> <td>905,000</td> <td>1,105,000</td> <td>1,045,000</td> <td>1,050,000</td> <td>1,230,000</td>
</tr>
<tr>
<td>Item 3</td> <td>916,000</td> <td>1,116,000</td> <td>1,046,000</td> <td>1,120,000</td> <td>1,300,000</td>
</tr>
</table>
Tusam, qui volorup taspientendi ut rat odit, volupta sint, velesequias ent. Dolorer undusdam ent es cus, volendit molorro viducias pelendu cimenim enihicabo.
</section>
</section>
<!-- Reveal.js supports equations in TeX format using MathJax.
This is loaded on demand so make sure you have an internet connection,
or download and install the MathJax lib instead.
see https://github.com/hakimel/reveal.js#mathjax -->
<section>
<h3>Title of slide</h3>
<p>Example of a slide with a formula</p>
\[
\begin{align}
e &= \sum_{n=0}^\infty \frac{1}{n!} \\
e^x &= \sum_{n=0}^\infty \frac{x^n}{n!}
\end{align}
\]
where $n! = \prod_{i=1}^n i$ is the factorial.
</section>
<!-- Text is left-aligned by default; use the class "centered" to get the standard behavior. -->
<section class="centered">
<h3>Title of slide</h3>
<img src="images/title2.png" class="stretch">
</section>
<section class="centered" data-state="overview">
<h1 style="margin-top: calc(25% - 1em);">Questions?</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
center: false,
width: 1000,
height: 562,
margin: 0.125,
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/math/math.js', async: true }
]
});
</script>
</body>
</html>