-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (91 loc) · 3.26 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
<!DOCTYPE html>
<html lang="{{request.locale_name}}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Secaware4school: Bildrechte">
<meta name="author" content="Peter Koppatz">
<title>Bildrechte</title>
<link href="static/css/tachyons.min.css"
rel="stylesheet">
</head>
<body style="background-image: url(static/bilder/bg.jpg); background-size: cover; background-position: center; height: 100vh; font-family: Verdana, Arial, Helvetica, sans-serif;">
<div>
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
</div>
</div>
</div>
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-30-ns pa2">
<div class="br4 fl pa2 w-100 bg-near-white">
<div class="flex flex-column">
<div class="pa2 mr2 bg-light-grey tc">
<img class="w-50"
src="static/bilder/logo.png"
alt="Logo secaware4school">
<h1>Bildrechte</h1>
</div>
</div>
</div>
<div> </div>
<div class="br4 fl pa2 w-100 bg-near-white">
<div class="flex flex-column">
<div class="pa2 mr2">
<a class="f6 w-100 f4-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="#/">Startseite</a>
<hr />
<!--a class="f6 w-100 f6-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="#/level_1">Start Level 1-3</a><br /-->
<a class="f6 w-100 f6-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="#/level_1">Ja oder Nein (leicht)</a><br />
<a class="f6 w-100 f6-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="#/level_2">Eins von vielen (mittel)</a><br />
<a class="f6 w-100 f6-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="#/level_3">Paragraphen-Dschungel (schwer)</a><br />
<hr />
<a class="f6 w-100 f6-l link bg-animate black-80 hover-bg-lightest-blue dib pa1 ph4-l"
href="https://secaware4school.wildau.biz">Projekt-Website</a><br />
</div>
</div>
</div>
</div>
<div class="fl w-100 w-70-ns pa2">
<div class="fl pa2 br4 w-100 bg-light-gray">
<div class="pa2">
<noscript>
<strong>
We're sorry but bildrechte doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
</div>
</div>
<div> </div>
<div class="w-100 pa2 bg-light-gray">
<p class="tc fb green">
<br/>
<img class="imgfooter pa2"
style="height:50px"
src="static/bilder/hgs-logo.png"
alt="Logo: Horst-Görz-Stiftung"
title="gefördert durch die Horst-Görz-Stiftung">
<img class="imgfooter pa2"
style="height:50px"
src="static/bilder/th-wildau-logo.png"
alt="Logo: TH-Wildau"
title="Ein Projekt der TH-Wildau">
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="static/css/jquery.min.js"></script>
</body>
</html>