-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
72 lines (65 loc) · 2.57 KB
/
schedule.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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" itemtype="http://schema.org/Event" itemscope>
<head>
<meta charset="utf-8" />
<title>Monkey Music Challenge 2 by Spotify</title>
<meta name="viewport" content="width=device-width, initial-scale:1">
<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/monkey.css" />
</head>
<body role="main">
<div class="schedule">
<h1>Monkey Music Challenge 2 <br> Schedule</h1>
<h2>Saturday November 29</h2>
<ol class="schedule-list">
<li>
<time>12:00 - 12:30</time>
<span>Door opens at Vallgatan 22.</span>
</li>
<li>
<time>12:30 - 13:00</time>
<span>Event Introduction.</span>
</li>
<li>
<time>13:00 - 14:00</time>
<span>Game Introduction.</span>
</li>
<li>
<time>14:00 - 18:00</time>
<span>Fika + git clone/merge/rebase – Technical help and hacking.</span>
</li>
<li>
<time>18:00 - LATE</time>
<span>Stay and hack, play video games, have a glass of wine/beer. Expect the unexpected.</span>
</li>
</ol>
<img src="images/monkey.png" alt="Monkey" width="200" />
<pre>Code code code <3</pre>
<h2>Sunday December 7</h2>
<ol class="schedule-list">
<li>
<time>09:00-12:00</time>
<span>Door opens at Vallgatan 22 – We invite all teams to make final adjustments and finish that last boss-challenge. Late sleepers who just went to bed at 09:00 are welcome to join in at lunch instead.</span>
</li>
<li>
<time>12:00</time>
<span>Lunch is served.</span>
</li>
<li>
<time>13:30</time>
<span><strong class="highlight">TOURNAMENT TIME!</strong> – Teams are matched against each other in a classic tournament. The first rounds will be played in parallell, the finals are displayed on the big screen.</span>
</li>
<li>
<time>16:30</time>
<span>Game Over. We give the winning team a congratulatory hug!</span>
</li>
<li>
<time>18:00</time>
<span>Door closes. Thanks for coming, it was great having you all here!</span>
</li>
</ol>
<a class="spotify-logo" href="http://spotify.com"><img src="images/spotify.svg" width="133" height="40" alt="Spotify" /></a>
</div>
</body>
</html>