This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
forked from GEWIS/tvpc-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.66 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
<!DOCTYPE html>
<html class="fontawesome-i2svg-active fontawesome-i2svg-complete" lang="en">
<head>
<meta charset="UTF-8">
<base href=".">
<link rel="stylesheet" href="src/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="src/css/posters.css" type="text/css" media="screen" />
<link rel="stylesheet" href="src/css/fontAwesome.css" type="text/css" />
<link rel="stylesheet" type="text/css" id="screen-effects-css"/>
<title>AViCo TVPC-v2 script</title>
</head>
<body>
<div id="screen-effects"></div>
<div id="tvpc-content">
<!-- This is the starting poster, which will also be drawn by Carousel.ts -->
<!-- It is only here to make the startup process look much smoother -->
<article class="tvpc-photo" style="background-image: url('src/img/startPoster.png'); background-size: cover;"></article>
</div>
<div id="tvpc-bottom-bar" style="background-color: rgba(0, 0, 0, 0.5);">
<div class="tvpc-bottom-progress-bar" id="tvpc-bottom-progress-bar-top">
<div class="tvpc-progress-bar-inner" id="tvpc-progress-bar-top-inner"></div>
</div>
<div id="tvpc-gewis-logo">
<img class="tvpc-logo" src="src/img/Full_Logo_White.png">
</div>
<div id="tvpc-explanation"><span id="tvpc-label"></span></div>
<div id="tvpc-time">--:--</div>
<div class="tvpc-bottom-progress-bar" id="tvpc-bottom-progress-bar-bottom">
<div class="tvpc-progress-bar-inner" id="tvpc-progress-bar-bottom-inner" style="transform: translateX(-100%);"></div>
</div>
</div>
<script type="module" src="dist/index.js"></script>
</body>
</html>