-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (78 loc) · 2.39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="node_modules/reveal.js/css/theme/simple.css" id="theme">
<!-- Your custom CSS -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="node_modules/reveal.js/lib/css/zenburn.css">
<!-- For printing slides as PDF in Google Chrome -->
<link rel="stylesheet" media="print" href="node_modules/reveal.js/css/print/pdf.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>Willkommen zur [nth]</h2>
<img src="images/phpugka.png" width="600" height="490">
<h2>[Jahr]</h2>
</section>
<section>
<h2>[Gastgebername]</h2>
</section>
<section>
<h2>Planung</h2>
<table>
<tr>
<th>19:00</th>
<td>Ankommen</td>
</tr>
<tr>
<th>19:30</th>
<td>Beginn</td>
</tr>
<tr>
<th>19:45</th>
<td>[Title Talk 1], [Name des Vortragenden]</td>
</tr>
<tr>
<th>20:30</th>
<td>Pause</td>
</tr>
<tr>
<th>20:45</th>
<td>[Title Talk 2], [Name des Vortragenden]</td>
</tr>
<tr>
<th>21:30</th>
<td>Abschluss und Netzwerken</td>
</tr>
</table>
</section>
<section>
<h2>joind.in</h2>
<h4>Bewertet die Vorträge</h4>
</section>
<section>
<h2>Have fun</h2>
<h4>Twitter: @phpugka</h4>
<h4>Hashtag: #phpugka</h4>
</section>
</div>
</div>
<script src="node_modules/reveal.js/js/reveal.js"></script>
<script type="application/javascript">
Reveal.initialize({
center: true,
width: 1200,
height: 800,
minScale: 1.0,
maxScale: 10.0,
rollingLinks: true,
transition: 'linear' // default/cube/page/concave/zoom/linear/fade/none
});
</script>
</body>
</html>