This repository was archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (68 loc) · 3.32 KB
/
index.html
File metadata and controls
77 lines (68 loc) · 3.32 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
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="styles/main.css">
<script src="https://use.typekit.net/zdx7fdq.js"></script>
<script>try{Typekit.load({ async: false });}catch(e){}</script>
</head>
<body>
<nav class="navbar-component">
<div class="widthed">
<div class="navigation">
<a href="" class="brand">Spyrothon</a>
<a href="https://twitch.tv/spyrothon" class="right" target="_blank">Twitch</a>
<a href="https://youtu.be/y-vHOO-bN2U" class="right" target="_blank">Trailer</a>
</div>
</div>
</nav>
<div class="banner">
<img class="title widthed" src="assets/spyrothon_logo.png">
</div>
</div>
<div class="content">
<div class="widthed">
<content>
<div class="about">
<h1 class="page-header">About</h1>
<dl class="faq">
<dt>What is Spyrothon?</dt>
<dd>
Spyrothon began in 2015 as a fun mini-marathon for Spyro speedrunning. It was continued in 2016 and this year we are continuing the tradition, with the hopes that this year's marathon is the best one yet in terms of entertainment and stream quality. Spyrothon will take place from <strong>August 11th-12th 2017</strong>, starting at <strong>11PM UTC on the 11th</strong>, and going until roughly <strong>1:30AM UTC on the 13th</strong>.
</dd>
<dt>What is the point of Spyrothon?</dt>
<dd>
There were talks about what the purpose of Spyrothon is recently, but it quickly became clear that the main point is to just have fun. We want new, current, and old runners to enjoy this as well as anyone interested in learning more about Spyro speedrunning. We encourage people to ask questions in chat about Spyro games and why speedrunning them is fun.
</dd>
<hr>
<small>
The site is in progress and will be updated in the coming weeks. If you'd like to suggest any extra runs, or join one of the already placed runs as a race, message one of us on Discord: <strong>faulty#7958</strong>, <strong>Phoenix#0352</strong>, or <strong>Venom#8681</strong>.
</small>
</dl>
</div>
<div class="schedule">
<h1 class="page-header">Schedule</h1>
<p>Times are estimated, and shown in your local timezone.</p>
<div class="schedule-list">
<template id="schedule_element_template">
<div class="schedule-element">
<span class="datetime">
<span class="time"></span>
<span class="date"></span>
</span>
<span class="info">
<span class="game"></span>
<span class="category"></span>
<span class="runners"></span>
<span class="commentators"></span>
</span>
</div>
</template>
</div>
</div>
</content>
</div>
</div>
</body>
<script src="js/moment.min.js"></script>
<script src="js/schedule.js"></script>
</html>