-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (101 loc) · 2.71 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
<!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="style.css">
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/moon.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<script src="dist/reveal.js" defer></script>
<script src="plugin/notes/notes.js"defer></script>
<script src="plugin/markdown/markdown.js"defer></script>
<script src="plugin/highlight/highlight.js"defer></script>
<script src="index.js" defer></script>
<style>
img{
width:70% !important;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section >
<h1>DIE WUNDERSCHÖNE WELT DER BLUMENSPRACHE</h1>
</section>
<section>
<section>
<h2>Rosen </h2>
<img data-src="img/flower1.jpg">
</section>
<section>
<h2>Rote Rosen</h2>
<h4>Liebe und Leidenschaft</h4>
<img data-src="img/redRose.jpg">
</section>
<section>
<h2>Rosa Rosen</h2>
<h4>zarte Verbundenheit</h4>
<img data-src="img/pinkRose.jpg">
</section>
<section>
<h2>gelbe Rosen</h2>
<h4>Eifersucht und Neid</h4>
<img data-src="img/yellowRose.jpg">
</section>
<section>
<h2>Weiße Rosen</h2>
<h4>Reinheit, Treue und Sehnsucht</h4>
<img data-src="img/whiteRose.jpg">
</section>
</section>
<section>
<section>
<h2>Nelken</h2>
<img data-src="img/flower2.jpg">
</section>
<section>
<h2>Rote Nelken</h2>
<h4>Liebe</h4>
<img data-src="img/roteNelken.jpg">
</section>
<section>
<h2>weiße Nelken</h2>
<h4>Verfügbarkeit</h4>
<img data-src="img/weißeNelken.jpg">
</section>
<section>
<h2>gelbe Nelken</h2>
<h4>Verachtung</h4>
<img data-src="img/gelbeNelke.jpg">
</section>
</section>
<section>
<h2>Sonnenblume</h2>
<h4>Lebensfreude, Fröhlichkeit</h4>
<img data-src="img/sunflower.jpg">
</section>
<section>
<section>
<h2>Lilie</h2>
<img data-src="img/flower3.jpg">
</section>
<section>
<h2>weiße Lilie</h2>
<h4>Schönheit und Reinheit</h4>
<img data-src="img/weißeLilie.jpg">
</section>
<section>
<h2>gelbe Lilie</h2>
<h4>Falschheit, Neid und Selbstgefälligkeit</h4>
<img data-src="img/gelbeLilie.jpg">
</section>
</section>
</div>
</div>
</body>
</html>