This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
45 lines (42 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TODO make it local -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="assets/js/define.js"></script>
<script src="assets/js/diamondscope.js"></script>
<!-- TODO please outsource to style.css -->
<style>
html,
body {
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<style id="audience"></style>
<div id="loading">
<h1>Lade Daten, bitte warten...</h1>
</div>
<video id="video-background" src="assets/videos/QuzzeldullBackgroundLoopCompressed.mp4" type="video/mp4" autoplay loop style="background-image:url('assets/images/background-blur.png'); background-size: cover; background-position: center;"></video>
<div class="container-fluid md-hidden"></div>
<div id="main-center" class="container-fluid">
<div class="col-lg-2"></div>
<div id="main-card" class="col-lg-8 panel rounded-div">
<video id="video-background-inner" src="assets/videos/QuzzeldullBackgroundLoopBlurCompressed.mp4" type="video/mp4" autoplay loop style="background-image:url('assets/images/background-blur.png'); background-size: cover; background-position: center;"></video>
<div id="content-div" data-container="#main-card">
</div>
</div>
</div>
<audio id="voice" src="assets/voices/voice4-q.mp3" type="audio/mp3"></audio>
<audio id="background" src="" type="audio/mp3" loop></audio>
<audio id="event" src="" type="audio/mp3"></audio>
</body>
</html>