-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
executable file
·30 lines (27 loc) · 2.01 KB
/
news.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
<!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>
<h1>Bingothon Winter 2019 happening from November, 29th to December 2nd!</h1>
<p>We are happy to announce that Bingothon Winter 2019 will be happening once again on the last November/first December weekend. Once again Bingothon Winter 2019 will be raising money for a good purpose, for Pure Earth. Pure Earth is an international non-profit organization dedicated to solving pollution problems in low- and middle-income countries, where human health is at risk. More information on them can be found <a href="https://pureearth.org" class="newslink">on their website.</a>
We are happy to say that we are going back to our roots and the event will be livestreamed at the <a href="https://twitch.tv/speedrunslive" class="newslink">SpeedRunsLive Twitch channel.</a>
</p><br>
<p>Submissions are are closed, you can find our schedule <a class="newslink" href="https://horaro.org/schedule/bingothonw19">here</a>.
You do now know yet, what Bingothon is? Do not worry, read through <a href="./about.html" class="newslink">this page</a> and you'll sure know more.</p>
<h3>Follow us on <a href="https://twitter.com/bingothon" class="newslink">Twitter </a>or <a href="https://discord.bingothon.com" class="newslink">join our Discord </a>for further updates</h3>
</div>
<script>
includeHTML();
</script>
</body>
</html>