-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (77 loc) · 3.14 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
<!doctype html>
<html lang="en">
<!--
Copyright (C) 2018 Mikhail Pak
CC-BY-NC-SA 4.0
This slide deck uses reveal.js by Hakim El Hattab.
Copyright (C) 2018 Hakim El Hattab, http://hakim.se
MIT License
-->
<head>
<meta charset="utf-8">
<title>Zusatzübung Regelungstechnik</title>
<meta name="description" content="Zusatzübung Regelungstechnik">
<meta name="author" content="Mikhail Pak">
<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="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/css/reveal.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/css/theme/moon.min.css" id="theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<section class="center">
<h2>Zusatzübung Regelungstechnik</h2>
<p style="font-size: 75%">Sommersemester 2018</p>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/bubba.gif">
<h2 style="color: #eee8d5">Ich heisse Michi</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/bmo.gif">
<h2 style="color: #d33682">Bitte duzen</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/excellent_question.gif">
<h2 style="color: #d33682">Bitte Fragen stellen und unterbrechen</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/awkward.gif">
<h2 style="color: #d33682">Mitschreiben müsst ihr nicht</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/mathematical.gif">
<h2 style="color: #eee8d5">Regelungstechnik ist mathematisch</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/amish_paradise.gif">
<h2 style="color: #d33682">Inhalte bauen aufeinander auf</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/tableflip.gif">
<h2 style="color: #d33682">Deswegen solltet ihr dran bleiben</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/jake.gif">
<h2 style="color: #d33682">Fehler machen ist das Beste</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/tlj_yoda.gif">
<h2 style="color: #002b36">... wenn man aus Fehlern lernt</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/you_can_do_it.gif">
<h2 style="color: #d33682">Formelsammlung</h2>
</section>
<section class="center">
<h2>One more thing...</h2>
</section>
<section data-background="https://s3.eu-central-1.amazonaws.com/yo-memes/justice_for_barb.gif">
</section>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/lib/js/head.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/js/reveal.min.js"></script>
<script>
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: false,
transition: 'fade',
});
</script>
</body>
</html>