-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (32 loc) · 1.28 KB
/
index.html
File metadata and controls
40 lines (32 loc) · 1.28 KB
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
<html>
<head>
<title>MDSV</title>
<link rel="stylesheet" href="./css/tachyons.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<div id="canvas"></div>
<!-- <iframe
src="https://cdnapisec.kaltura.com/p/5135432/embedPlaykitJs/uiconf_id/51972042?iframeembed=true&entry_id=1_e5d53edm"
style="width:850px;height:478px;" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""
allow="autoplay *; fullscreen *; encrypted-media *" frameborder="0" id="live"></iframe> -->
<div id="overlay">
<div class="pa4 absolute top-0 left-0 dn db-ns">
<div class="f4">{{ department }}</div>
</div>
<div class="pa4 absolute top-0 right-0">
<div class="f4">{{ title }}</div>
</div>
<!-- <div class="pa4 absolute top-0 left-0">
<iframe src="https://player.vimeo.com/video/545201647?title=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
</div> -->
<div class="pa4 absolute bottom-0 left-0">
<div class="f4">{{ day }} {{ date }} {{ time }}</div>
</div>
<div class="pa4 absolute bottom-0 right-0 w-50 tr dn db-ns">
<div class="f4">{{ school }}</div>
</div>
</div>
<script src="./dist/bundle.js"></script>
</body>
</html>