-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
92 lines (80 loc) · 2.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>Borderhack schedule</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="http://borderhack.org/img/thumb.png">
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=9)">
<link rel="stylesheet" type="text/css" href="css/main.css">
<style>
div.left {width: 33.3%;}
div.center {width:33.3%}
div.right {width: 33.3%;}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49294327-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<span id="logo">
<a href="index.html"><img src="img/logo.png"></a>
</span>
<a href="about.html">about</a>|
<a href="apply.html">apply</a>|
<a href="schedule.html">schedule</a>
</nav>
<div class="left">
<div id="day">
<h3><b>Friday the 20th</b></h3>
<div id="schedule">
<p><b>17:30 - 18:30</b> | Registration</p>
<p><b>18:31 - 19:00</b> | Kick off talk</p>
<p><b>19:01 - 21:00</b> | Solution design session</p>
<p><b>21:01 - 22:00</b> | Team creation</p>
</div>
</div>
</div>
<div class="center">
<div id="day">
<h3><b>Saturday the 21st</b></h3>
<div id="schedule">
<p> <b>9:30 - 12:00</b> | Border Visit (Tentative)</p>
<p><b>12:01 - 13:00</b> | Light lunch</p>
<p><b>13:01 - 17:30</b> | Product creation</p>
<p><b>17:31 - 18:00</b> | Light meal</p>
<p><b>18:01 - 22:00</b> | Product creation</p>
</div>
</div>
</div>
<div class="right">
<div id="day">
<h3><b>Sunday the 22nd</b></h3>
<div id="schedule">
<p><b> 9:30 - 10:00</b> | Breakfast</p>
<p><b>10:01 - 13:00</b> | Product creation</p>
<p><b>13:01 - 14:00</b> | Light lunch</p>
<p><b>14:01 - 19:00</b> | Product creation</p>
<p><b>19:01 - 19:30</b> | Light meal</p>
<p><b>19:31 - 21:00</b> | Presentation ceremony</p>
<p><b>21:01 - 23:00</b> | Convension</p>
</div>
</div>
</div>
<div class="footer">
<span id="social">
<a href="https://www.facebook.com/BorderHACK-1508455406131637/" target="_blank"><img src="img/f.png" alt="t"></a>
<a href="http://www.twitter.com/borderhack" target="_blank"><img src="img/t.png" alt="t"></a>
</span>
<a href="https://goo.gl/maps/B8sfAKSuZk52" target="_blanc">venue</a>|
<a href="mailto:[email protected]?Subject=Hello" target="_top">contact</a>|
<a href="#">press</a>
</div>
</body>
</html>