forked from cdanis/urzas-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
overlay-commentator.html
55 lines (53 loc) · 2.8 KB
/
overlay-commentator.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
<html>
<head>
<title>overlay viewer</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Metal+Mania" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cantata+One" rel="stylesheet">
<link href="css/mana.css" rel="stylesheet" type="text/css"/>
<link href="css/cards.css" rel="stylesheet" type="text/css"/>
<link href="https://bowercdn.net/c/jqueryemoji-1.0.1/css/style.css" rel="stylesheet" type="text/css"/>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"
integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script type="text/javascript" src="underscore-min.js"></script>
<script type="text/javascript" src="countdown.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.4/firebase.js"></script>
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="cards.js"></script>
<script type="text/javascript" src="firebase.js"></script>
<script type="text/javascript" src="https://bowercdn.net/c/jqueryemoji-1.0.1/js/jQueryEmoji.js"
charset="UTF-8"></script>
<script type="text/javascript" src="gamestate.js"></script>
</head>
<body>
<svg height="0" width="0">
<defs>
<clipPath id="clipLeft" clipPathUnits="objectBoundingBox">
<path d="M 0 0 L 1 0 L 1 1 C .46 1, .54 0, 0 0"/>
</clipPath>
<clipPath id="clipRight" clipPathUnits="objectBoundingBox">
<path d="M 1 0 L 0 0 L 0 1 C .54 1, .46 0, 1 0"/>
</clipPath>
<clipPath id="cardLeft" transform="translate(-68, -2)">
<path d="M200.430496,3 L299.319838,3 C299.319838,3 302.564538,6.89754972 302.718477,16.5 C302.872416,26.1024503 299.319838,30 299.319838,30 L200.430496,30 L3.40350126,30 C3.40350126,30 -0.149076946,26.1024503 0.00486211923,16.5 C0.158801185,6.89754972 3.40350126,3 3.40350126,3 L200.430496,3 Z"></path>
</clipPath>
<clipPath id="cardRight" transform="translate(1, -2)">
<path d="M200.430496,3 L299.319838,3 C299.319838,3 302.564538,6.89754972 302.718477,16.5 C302.872416,26.1024503 299.319838,30 299.319838,30 L200.430496,30 L3.40350126,30 C3.40350126,30 -0.149076946,26.1024503 0.00486211923,16.5 C0.158801185,6.89754972 3.40350126,3 3.40350126,3 L200.430496,3 Z"
id="path-1"></path>
</clipPath>
</defs>
</svg>
<div id="title">
Urza's Lunch Break
</div>
<div id="chyron">
<div id="chyronSingle"></div>
<div id="chyronSplit">
<div id="chyronLeft"></div>
<div class="logo">ULB</div>
<div id="chyronRight"></div>
</div>
</div>
</body>
</html>