-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
132 lines (119 loc) · 4.12 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Urza's Lunch Break</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="google-site-verification" content="HVDr5I5AdDnxu9rheNnwII0m5s20tPULpeedxXV5fuQ"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-93416056-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/avatar.png" alt=""/></span>
<h1 id="logo"><a href="#">Urza's Lunch Break</a></h1>
<p>Streaming paper Magic: the Gathering games with commentary.</p>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About</a></li>
<li><a href="#two">Bracket</a></li>
<li><a href="#three">Schedule</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://www.twitch.tv/urzaslunchbreak" class="icon fa-twitch" target="_blank"><span
class="label">Twitch</span></a>
</li>
<li><a href="https://www.youtube.com/c/UrzasLunchBreak" class="icon fa-youtube" target="_blank"><span
class="label">Youtube</span></a></li>
<li><a href="https://twitter.com/urzaslunchbreak" class="icon fa-twitter" target="_blank"><span
class="label">Twitter</span></a>
</li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="container">
<p>We're live Fridays at noon US Eastern time (9am US Pacific, 4pm UTC).</p>
<p><a href="decklist.html">This week's deck lists</a></p>
<h3> Last week's match </h3>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/latest?list=UUzf4RtCzwB5LJKzWDoZAnZw" frameborder="0"
allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<h3>Bracket</h3>
<iframe src="http://challonge.com/urzaslunchbreak/module" width="100%" height="500" frameborder="0"
scrolling="auto" allowtransparency="true"></iframe>
</div>
</section>
<section id="three">
<div class="container">
<h3>Schedule</h3>
<p>3/17: Snake Affinity vs Vialless Taxes
— <a href="https://youtu.be/oEd9BVEI_AA">video</a>
— <a href="http://urzaslunchbreak.com/decklist-2017-03-17.html">decklist</a><br/>
3/24: Abzan Nonsense vs Jeskai Nonsense<br/>
3/31: Goryo's Vengeance vs Red-Green Ponza<br/>
4/7: Mono-Blue Tron vs Bring to Light Scapeshift<br/>
4/14: semifinals<br/>
4/21: semifinals<br/>
4/28: FINALS</p>
</div>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollzer.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>