-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
50 lines (48 loc) · 1.95 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
---
layout: default
---
<section class="container home">
<div class="schedule">
<a id="schedule"></a>
<h1>Schedule</h1>
<div class="row">
<div class="column">
<h2><time datetime="2020-04-03">3. April - Friday</time></h2>
<dl>
<dt>17:30-...</dt><dd>Registration</dd>
<dt>18:15-18:30</dt><dd>Event introduction</dd>
<dt>18:30-19:00</dt><dd>Seminar to be announced</dd>
<dt>19:00-22:00</dt><dd>Pitching and forming teams based on ideas</dd>
<dt>22:00-...</dt><dd>Teams start working on their ideas</dd>
</dl>
</div>
<div class="column">
<h2><time datetime="2020-04-04">4. April - Saturday</time></h2>
<dl>
<dt>10:00-11:00</dt><dd>Breakfast</dd>
<dt>11:00-12:00</dt><dd>Mentors round</dd>
<dt>11:30-12:30</dt><dd>Seminar to be announced</dd>
<dt>13:00-14:00</dt><dd>Seminar to be announced</dd>
<dt>14:00-15:00</dt><dd>Lunch</dd>
<dt>16:00-19:30</dt><dd>Seminar to be announced</dd>
<dt>15:00-19:00</dt><dd>Teams work on their ideas</dd>
<dt>19:00-20:00</dt><dd>Dinner</dd>
<dt>20:00-...</dt><dd>Teams work on their ideas</dd>
</dl>
</div>
</div>
<div class="row">
<div class="column">
<h2><time datetime="2020-04-05">5. April - Sunday</time></h2>
<dl>
<dt>10:00-11:00</dt><dd>Breakfast</dd>
<dt>11:00</dt><dd>Gathering of the teams’ mentors</dd>
<dt>11:00-13:00</dt><dd>Teams work on their ideas</dd>
<dt>13:00-14:00</dt><dd>Lunch</dd>
<dt>14:00-16:30</dt><dd>Pitching rehearsal</dd>
<dt>17:30-...</dt><dd>Pitching final, closing the event, award ceremony.</dd>
</dl>
</div>
</div>
</div>
</section>