-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
203 lines (189 loc) · 8.45 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Valantic CEC Deutschland</title>
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<!-- Theme -->
<!-- <link rel="stylesheet" href="dist/theme/valantic-simple.css">-->
<!-- <link rel="stylesheet" href="dist/theme/valantic-dark.css">-->
<link rel="stylesheet" href="dist/theme/valantic-color.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
</head>
<body>
<div class="reveal" style="background-image: url('assets/backgrounds/valantic-bg.png')">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section class="panorama" data-background="assets/backgrounds/valantic-bg.png">
<div>
<div class="nxs__logo">
<img src="assets/img/valantic-logo-white.png" alt="valantic logo" />
</div>
<div class="nxs__title-wrapper">
<h1 class="nxs__title inverted">Lorem ipsum dolor</h1>
</div>
</div>
</section>
<section class="agenda">
<h1 class="agenda__title">Agenda</h1>
<div class="agenda__image--wrapper">
<img class="agenda__image" src="assets/backgrounds/mountains01.jpg" alt="Bergige Berg-Berge">
</div>
<div class="agenda__text--wrapper">
<div class="agenda__text">Hier stehen die großartigen Dinge, die in dieser Schulung behandelt
werden.</div>
<ol class="agenda__list">
<li>Die erste Zeile</li>
<li>Die zweite Zeile</li>
<li>Noch eine Zeile</li>
<li>Und das auch noch</li>
</ol>
</div>
</section>
<section class="code">
<h1 class="code__title">Hier kommt die Überschrift hin</h1>
<div class="code__text--wrapper">
<div class="code__text">Hier stehen die großartigen Dinge, die in dieser Schulung behandelt werden.
</div>
</div>
<div class="code__snippet--wrapper">
<pre>
<code class="hljs php" data-trim data-line-numbers>// tests/AppBundle/Smoke/SmokeTest.php
class SmokeTest extends HttpSmokeTestCase
{
// some code
}
</code>
</pre>
</div>
</section>
<section data-auto-animate>
<h2 class="code__title" data-id="code-title">With Animations</h2>
<pre data-id="code-animation">
<code class="hljs javascript" data-trim data-line-numbers="|4,8-11|17|22-24">
<script type="text/template">
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function SecondExample() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
</script>
</code>
</pre>
</section>
<section class="code full-width">
<h1 class="code__title">Full-Width</h1>
<div>
<pre>
<code class="hljs php">// tests/AppBundle/Smoke/SmokeTest.php
class SmokeTest extends HttpSmokeTestCase
{
protected function customizeRouteConfigs(RouteConfigCustomizer $routeConfigCustomizer)
{
$routeConfigCustomizer
->customize(function (RouteConfig $config, RouteInfo $info) {
if ($info->getRouteName()[0] === '_') {
$config->skipRoute('Route name is prefixed with "_" meaning internal route.');
}
})
->customizeByRouteName('acme_demo_secured_hello', function (RouteConfig $config, RouteInfo $info) {
$config->changeDefaultRequestDataSet('Log in as "user".')
->setAuth(new BasicHttpAuth('user', 'userpass'));
});
}
}
</code>
</pre>
</div>
</section>
<section class="list">
<h1 class="list__title">Eine Listenseite</h1>
<div class="list__text--wrapper">
<div class="list__text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo
ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.
</div>
</div>
<ul class="list__list">
<li class="list__list--item">Die erste Zeile</li>
<li class="list__list--item">Die nächste Zeile</li>
<li class="list__list--item">Noch eine Zeile</li>
<li class="list__list--item">Und das auch noch</li>
</ul>
</section>
<section class="centered is--panorama" data-background-image="assets/backgrounds/valantic-bg.png">
<h1 class="centered__title">Hier ist eine Überschrift</h1>
<div class="centered__text--wrapper">
<div class="centered__text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo
ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.
</div>
</div>
<div class="centered__image--wrapper">
<img src="assets/backgrounds/mountains01.jpg" alt="" class="centered__image">
</div>
</section>
<section class="centered">
<h1 class="centered__title">Hier ist eine Überschrift</h1>
<div class="centered__text--wrapper">
<div class="centered__text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo
ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.
</div>
</div>
<div class="centered__image--wrapper">
<img src="assets/backgrounds/mountains01.jpg" alt="" class="centered__image">
</div>
</section>
<section class="centered">
<h1 class="centered__title">Bilder Stack</h1>
<div class="r-stack">
<img class="fragment fade-out" data-fragment-index="0" src="https://placekitten.com/450/300" width="450" height="300">
<img class="fragment current-visible" data-fragment-index="0" src="https://placekitten.com/300/450" width="300" height="450">
<img class="fragment" src="https://placekitten.com/400/400" width="400" height="400">
</div>
</section>
</div>
<div class="valantic-logo hide-in-darkmode">
<img src="/assets/img/valantic-logo-black.png" alt="valantic logo" />
</div>
<div class="valantic-logo show-in-darkmode">
<img src="/assets/img/valantic-logo-white.png" alt="valantic logo" />
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
</body>
</html>