-
Notifications
You must be signed in to change notification settings - Fork 0
/
news-backup.html
49 lines (46 loc) · 2.52 KB
/
news-backup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/styles.css">
<link rel="shortcut icon" type="image/x-icon" href="pictures/favicon.ico" />
<script src="./js/htmlinclude.js"></script>
<title>News | Bingothon</title>
</head>
<body>
<div class="wrapper">
<div w3-include-html="nav.html"></div>
<a class="twitter-timeline" data-theme="dark" data-width="300" data-height="500" href="https://twitter.com/bingothon?ref_src=twsrc%5Etfw">Tweets by bingothon</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<h2>Bingothon is going into the next round!</h2>
<p>This May, we're holding the second iteration of our event, here are all the dates you need to know:
<ul>
<li>Submissions will last from Sunday, March 24 to Wednesday, April 24.</a></li>
<br>
<li>Once the submissions-phase is over, we will work on a schedule and release this as soon as possible.</li>
<br>
<li>Bingothon will take place on the weekend from May 24 to May 27 on the twitch channel of <a class="newslink" href="https://twitch.tv/esamarathon">ESA</a>, make sure to follow it, so you don't miss Bingothon.</li>
<br>
<li> For more information on submissions we have provided some general guidelines you should follow:</li>
<br>
<ul id="guidelines">
<li>The content you submit must be in a "bingo" format. This means no "normal speedruns" are accepted.</li>
<br>
<li>When submitting a race, all participants have to register their Twitch and Speedrun.com name on our submissions page, however only one person needs to submit. Please list the Twitch names of the other participants in the "Runner nomination" field of the submissions form, after clicking "This is a race / relay / co-op run".</li>
<br>
<li>Your submission must include a video</li>
<br>
<li>Please also provide a link to the Speedrun.com leaderboards of your game. In most cases, the form should autofill this.</li>
<br>
<li>After submitting, please make sure that you joined our <a class="newslink" href="https://discord.bingothon.com">Bingothon Discord Server</a></li>
</ul>
</ul>
Once you've read through all these guidelines, you can submit your bingo <a class="newslink" href="https://submissions.bingothon.com">here</a>.
<br>
Follow us on twitter for further updates</p>
</div>
<script>
includeHTML();
</script>
</body>
</html>