-
Notifications
You must be signed in to change notification settings - Fork 1
/
schedule.html
157 lines (149 loc) · 4.88 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<!-- General Meta -->
<meta charset="utf-8">
<meta name="description" content="Berkeley Builds: Social Impact Designathon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Berkeley Builds: Social Impact Designathon</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favi.png">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand berkeley_builds-logo" href="#"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#home">HOME</a></li>
<li><a href="index.html#about">ABOUT</a></li>
<li><a href="index.html#faq">FAQ</a></li>
<li><a href="index.html#sponsors">SPONSORS</a></li>
<li><a href="https://berkeleybuilds.typeform.com/to/EeylWa">APPLY ></a></li>
</ul>
</div>
</div>
</nav>
<div class="home-container" id="home">
<div class="home-shade"></div>
<div class="container">
<section class="home row">
<div class="col-md-12 text-center">
<h1 class="home-title"> Berkeley Builds Program</h1>
</div>
</section>
</div>
</div>
<div class="container">
<section id="faq">
<div class="section-body">
<h1 class="solo-title">Sunday, April 8th, 10am-9pm</h1>
<div class="row">
<div class="col-sm-12 col-md-6">
<strong>10:00 AM - 11:00 AM</strong>
</div>
<div class="col-sm-12 col-md-6">
<p>Meet and Greet
<br>
<em> Dwindle Hall </em>
<br>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<strong>11:00 AM - 11:30 AM</strong>
</div>
<div class="col-sm-12 col-md-6">
<p>
Opening Ceremony
<br>
<em> Dwindle Hall </em>
<br>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<strong>11:30 AM - 12:00 PM</strong>
</div>
<div class="col-sm-12 col-md-6">
<p>
Workshops
<br>
<em> Dwindle Hall </em>
<br>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<strong>12:00 PM - 9:00 PM</strong>
</div>
<div class="col-sm-12 col-md-6">
<p>
Lunch, Work Session, and Dinner
<br>
<em> Dwindle Hall </em>
<br>
</p>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<section id="about">
<div class="section-body">
<h2 class="solo-title">Sunday, April 8th, 10am-9pm</h2>
<em>This agenda is subject to change.</em>
<p>
<strong>10:00 AM - 11:00 AM</strong>Meet and Greet
<br>
<em> Dwindle Hall </em>
<br>
<strong>11:00 AM - 11:30 AM</strong> Opening Ceremony
<br>
<em> Dwindle Hall </em>
<br>
<strong>11:30 AM - 12:00 PM</strong> Workshops
<br>
<em> Dwindle Hall </em>
<br>
<strong>12:00 PM - 9:00 PM</strong> Lunch, Work Session, and Dinner
<br>
<em> Dwindle Hall </em>
<br>
</p>
</div>
</section>
</div>
<section class="footer">
<a href="https://www.facebook.com/events/1015426511861136/">
<i class="fa fa-facebook"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
</a>
<img src="img/2017bb-lightbulb.png" class="footer-logo"></img>
<small>Copyright © 2017 Berkeley Builds</small>
</section>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>