-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (247 loc) · 11.6 KB
/
index.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Berlin Geekettes, University Edition">
<meta name="author" content="Berlin Geekettes">
<link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Berlin Geekettes: University Edition</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron.css" rel="stylesheet">
<!-- The Fonts -->
<!-- GOOGLE FONT MONTSERRAT -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- GOOGLE FONT Merriweather -->
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,900,700' rel='stylesheet' type='text/css'>
<!-- GOOGLE PT SANS -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- EDITABLE STYLE SHEET -->
<link href="css/style.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navbar">
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">BG: University Edition</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#venue">Venue</a></li>
<li><a href="#sponsors">Sponsors</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<img src="img/BerlinGeekettes_Logo.png" style="display: block; max-height: 180px; max-width: 75%; margin: 0 auto" alt="Logo of the Berlin Geekettes" title="Berlin Geekettes">
<h1>University Edition</h1>
<p>November 1, 2013, Berlin</p>
</div>
</div>
<!--<section id="overview-icons" class="color_bg top-border narrow">
<div class="container">
<div class="col-md-2">
<p class="pika-icon-section">chat</p>
<p class="text-centered">Talks</p>
</div>
<div class="col-md-2">
<p class="pika-icon-section">usergroup</p>
<p class="text-centered">Panels</p>
</div>
<div class="col-md-2">
<p class="pika-icon-section">idea</p>
<p class="text-centered">Strategy</p>
</div>
<div class="col-md-2">
<p class="pika-icon-section">notepad</p>
<p class="text-centered">Workshops</p>
</div>
<div class="col-md-2">
<p class="pika-icon-section">connection</p>
<p class="text-centered">Network</p>
</div>
<div class="col-md-2">
<p class="pika-icon-section">cocktail</p>
<p class="text-centered">Party</p>
</div>
</div>
</section> -->
<hr>
<!-- Intro -->
<section id="about">
<div class="container">
<div class="hero-title">
<p class="introtext">Collaborative learning</p>
<h2>For Students and Graduates</h2>
</div>
</div>
<div class="container">
<div class="main">
<!-- Copy -->
<div class="col-md-6">
<h3>What to Expect?</h3>
<p>This is a one day mini summit gathering Berlin’s technologists and 200 women from surrounding technology and design universities. Attendees who participate will hear from over 30 speakers from both large tech companies and well as established tech startups. We hope you will join us for this exciting day of learning and connecting.</p>
</div>
<div class="col-md-6">
<img src="img/UniversitayDay.png" style="display: block; max-height: 450px; max-width: 95%; padding-left: 0px; margin: 0 auto" alt="College Day illustration" title="BG College Day">
</div>
</div>
</section>
<!-- Speakers -->
<section id="speakers">
<div class="container">
<div class="hero-title">
<p class="introtext"></p>
<h2>Speakers Lineup</h2>
</div>
<div class="main">
<div class="introspeakers">
<p>Learn from top professionals behind Berlin and Germany’s most innovative tech companies. This panel and workshop packed event will present topics that range from <span class="blue-bg">job search strategy</span>, <span class="blue-bg">how to land a job at a large tech company</span> to <span class="blue-bg"> how to found your own startup after graduation</span>.
</p>
</div>
<!-- Copy -->
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
<div class="col-md-2">
<img src="img/bg_jess.jpeg" alt="..." class="img-thumbnail">
<p class="speakertext text-centered">Berlin Geekettes</p>
<p class="text-centered">Jess Erickson</p>
</div>
</div>
</div>
</section>
<!-- Schedule -->
<section id="schedule">
<div class="container">
<div class="hero-title">
<p class="introtext">Learn all day long, relax in the evening</p>
<h2>November 1, 2013: Schedule</h2>
</div>
<div class="main">
<div class="col-md-4">
<img src="img/schedule.png" style="display: block; max-height: 550px; max-width: 95%; margin: 0 auto" alt="College Day schedule" title="College Day Schedule">
</div>
<!-- Morning -->
<div class="col-md-4">
<p><span class="badge">10:00</span>Kick-off talk with the Berlin Geekettes Founders</p>
<p><span class="badge">10:20</span>Opening talk with Caroline Seifert, Senior VP Design @Deutsche Telekom</p>
<p><span class="badge">10:20</span>‘Building a Great Product’ Panel with SoundCloud</p>
<p><span class="badge">11:45 - 13:00</span>Morning Breakout sessions:</p>
<p>‘Ruby’ room: Tech Job search strategy with Jessica Hayden</p>
<p>‘Innovation’ room: Writing a tech resume with Sebastian Rumberg</p>
<p>‘Lean In’ room: Salary Negotiation with Katja Nettesheim</p>
<p>‘Geekettes’ room: Building a professional network with Jess Erickson</p>
</div>
<!-- Afternoon -->
<div class="col-md-4">
<p><span class="badge">9:00</span>Registration</p>
<p><span class="badge">9:00</span>Kick-off talk with Jess and Denise</p>
<p><span class="badge">9:00</span>Careerloft talk with the Founder</p>
<p><span class="badge">9:00</span>Registration</p>
<p><span class="badge">9:00</span>Kick-off talk with Jess and Denise</p>
</div>
</div>
</div>
</section>
<!-- Venue -->
<section id="venue">
<div class="container">
<div class="hero-title">
<h2>Venue</h2>
</div>
<div class="main">
<div class="col-md-6">
<p>
<a style="padding: 0" href="https://maps.google.com/maps?q=Unter+den+Linden+1,+Berlin,+Germany&hl=en&sll=37.0625,-95.677068&sspn=47.617464,93.076172&oq=under+den+linden+1,+berlin&hnear=Unter+den+Linden+1,+10117+Berlin,+Germany&t=m&z=16">
<img src="img/unterdenlinden.png" style="width: 100%; max-width: 500px; border: none;"alt="Venue: Unter den Linden 1, Berlin" ></a>
</p>
</div>
<div class="col-md-6">
<h3>Address</h3>
<p>Unter den Linden 1, 10117 Berlin</p>
<p>
<a href="https://maps.google.com/maps?q=Unter+den+Linden+1,+Berlin,+Germany&hl=en&sll=37.0625,-95.677068&sspn=47.617464,93.076172&oq=under+den+linden+1,+berlin&hnear=Unter+den+Linden+1,+10117+Berlin,+Germany&t=m&z=16">See on Google</a>
</p>
<h3>Directions</h3>
<p><span class="label label-success">U6</span> <span class="label label-info">S1</span> <span class="label label-info">S7</span> <span class="label label-info">S75</span> S+U Bhf Friedrichstr.</p>
<p><span class="label label-success">U6</span> U Bhf Französische Straße</p>
<p>Public Transport of Berlin: <a href="http://www.bvg.de" target="_blank">BVG.de</a> </p>
</div>
</div>
<hr>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors">
<div class="container">
<div class="hero-title">
<h2>Sponsors</h2>
</div>
</div>
<div class="main">
<img src="img/logo-careerloft.png" class="sponsor-logo sponsor-logo-major" alt="Careerloft" title="Careerloft">
</div>
<div class="main">
<img src="img/logo-deutsche-telekom.png" class="sponsor-logo sponsor-logo-partner" alt="Deutsche Telekom" title="Deutsche Telekom">
<img src="img/logo-soundcloud.png" class="sponsor-logo sponsor-logo-partner" alt="SoundCloud" title="SoundCloud">
<img src="img/logo-mailjet.png" class="sponsor-logo sponsor-logo-partner" alt="Ebay" title="Ebay">
</div>
</section>
<div class="container">
<!-- Footer -->
<footer>
<hr>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>©<a href="http://www.berlingeekettes.com" target="_blank">Berlin Geekettes UG (haftungsbeschränkt)</a></p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>