-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
445 lines (358 loc) · 12.7 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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>IoT workshop</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('./img/PYBv1_1.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="img/pyladies_berlin.png" alt="logo">
<img class="logo-alt" src="img/pyladies_logo.png" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#workshop">Workshop</a></li>
<li><a href="#diversity">Audience</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- home wrapper -->
<div class="home-wrapper">
<div class="container">
<div class="row">
<!-- home content -->
<div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text">IoT workshop 17.03.2018</h1>
<h3 class="white-text">For Beginners in Hardware programming and advanced MicroPython programmers</h3>
<div class="col-md-15 intro">
<ul class="intro">
<li>You always wanted to play around with hardware and Python is your favourite programming language?</li>
<li>You are an advanced Python programmer and always wanted to use your programming skills to control real things?</li>
<li>You are a beginner with Python or programming in general and you like to learn new things hands-on?</li>
<li>You live in Berlin or are willing to travel there for the workshop?</li>
<li>You are a Pylady or want to become one?</li>
</ul
<p>If one or more of the above applies, you'll enjoy this workshop. Checkout out the blog post for detail to the material.</p>
</div>
<a class="white-btn" href="blog.html">Blog post</a>
<a href="#workshop" class="main-btn">Learn more</a>
</div>
</div>
<!-- /home content -->
</div>
</div>
</div>
<!-- /home wrapper -->
</header>
<!-- /Header -->
<!-- About -->
<div id="workshop" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Workshop</h2>
</div>
<!-- /Section header -->
<!-- about -->
<div class="col-md-4">
<div class="about">
<h3>Content</h3>
<p>Introduction to Internet of Things (IoT), MicroPython and hardware programming in general. Hands on exercises with the MicroPython Beginner Set. All workshop material can be found here: <a href="http://docs.micropython.org/en/latest/pyboard/pyboard/tutorial/index.html" target="_blank">pyboard Docs</a> The workshop will be led by <a href="#tutor" >Christine Spindler</a></p>
</div>
</div>
<!-- /about -->
<!-- about -->
<div class="col-md-4">
<div class="about">
<h3>When/Where</h3>
<p>Saturday 17th March, 10:00 - 18:00</p>
<p>ThoughtWorks, Zimmerstraße 23</p>
<p>10969 Berlin</p>
</div>
</div>
<!-- /about -->
<!-- about -->
<div class="col-md-4">
<div class="about">
<h3>Cost</h3>
<p>The workshop and learning material are free of charge, but if you want to join the workshop,
you will need to buy beforehand a <a href="https://store.micropython.org/product/PYBLITEv1.0-ACH" target="_blank">pyboard lite with accelerometer and headers</a>.
Every additional hardware, that is needed for the workshop will be for free as well.</p>
</div>
</div>
<!-- /about -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About -->
<div id="diversity" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- why choose us content -->
<div class="col-md-6">
<h3 class="title">Only for women?</h3>
<p>No the event is not only for women, but we value a lot diversity, so you will have to answer some questions in your application and we will try to achieve diversity in the audience as much as possible regarding gender, experience, age, etc.</p>
<h3 class="title">How do I know if I am accepted?</h3>
<p>You can apply for a spot now. A month before the workshop we will finalise the applications aiming in a diverse audience. In particualr we want to have
50% women and to achieve divesity in other areas too (age, level, ethnicity etc.).</p>
</div>
<!-- /why choose us content -->
<!-- About slider -->
<div class="col-md-6">
<div id="about-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/equality-and-diversity.jpg" alt="">
<img class="img-responsive" src="./img/iot.jpg" alt="">
<img class="img-responsive" src="./img/diversity-devices.jpg" alt="">
</div>
</div>
<!-- /About slider -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Why Choose Us -->
<!-- Team -->
<div id="team" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Our Team</h2>
</div>
<!-- /Section header -->
<!-- team -->
<div class="col-sm-4" id="tutor">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/Christine-long.jpg" alt="">
</div>
<div class="team-content">
<h3>Christine Spindler</h3>
<span>Tutor</span>
</div>
</div>
</div>
<!-- /team -->
<!-- team -->
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/meili.jpg" alt="">
</div>
<div class="team-content">
<h3>Meili Triantafyllidi</h3>
<span>Organiser</span>
</div>
</div>
</div>
<!-- /team -->
<!-- team -->
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/ellen_SC.jpg" alt="">
</div>
<div class="team-content">
<h3>Ellen König</h3>
<span>Organiser</span>
</div>
</div>
</div>
<!-- /team -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Team -->
<!-- Sponsors -->
<div id="sponsors" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Sponsors</h2>
</div>
<!-- /Section header -->
<p>
By sponsoring our event, you are not only promoting IoT development and diversity in tech, you can meet and talk to Python developers and IoT enthousiasts.
This workshop is a great opportunity to present your company, products and services to an interested audience. We are looking for sponsors, that we can provide the hardware that is used in the workshop for free.
Please get in touch for more information.
</p>
<p>To become a sponsor contact <a href="malto:[email protected]">[email protected]</a></p>
<!-- blog -->
<div class="col-md-3">
<a href="http://www.micropython.org/"><h3>George Robotics Ltd</h3></a>
<p>Specialising in embedded software and robotics.
Developers of <a href="http://micropython.org/">MicroPython</a>.
<a href="malto:[email protected]">[email protected]</a></p>
</div>
<!-- /blog -->
<!-- blog -->
<div class="col-md-3">
<div class="blog">
<div class="blog-img">
<a href="https://www.thoughtworks.com/"><img class="img-responsive" src="./img/tw-logo.png" alt="ThoughtWorks"></a>
</div>
</div>
</div>
<!-- /blog -->
<div class="col-md-3">
<div class="blog">
<div class="blog-img">
<a href="https://www.active-group.de/"><img class="img-responsive" src="./img/ag-logo.png" alt="Active Group GmbH"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="blog">
<div class="blog-img">
<a href="https://python-verband.org"><img class="img-responsive" src="./img/PSVlogo.png" alt="Python Software Verband"></a>
</div>
</div>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Blog -->
<!-- Contact -->
<div id="contact" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section-header -->
<div class="section-header text-center">
<h2 class="title">Get in touch</h2>
</div>
<!-- /Section-header -->
<div class="contact">
<i class="fa fa-envelope"></i>
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Contact -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="http://berlin.pyladies.com"><img src="img/pyladies_logo.png" alt="logo"></a>
<a href="http://micropython.org/"><img src="img/micropython-logo.png" alt="logo"></a>
</div>
<!-- /footer logo -->
<!-- footer follow -->
<ul class="footer-follow">
<li><a href="https://www.meetup.com/PyLadies-Berlin"><i class="fa fa-meetup"></i></a></li>
<li><a href="https://twitter.com/PyLadiesBer"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/PyLadiesBerlin"><i class="fa fa-youtube"></i></a></li>
<li><a href="http://github.com/PyLadiesBerlin"><i class="fa fa-github"></i></a></li>
</ul>
<!-- /footer follow -->
<!-- footer copyright -->
<div class="footer-copyright">
<p>Copyright © 2018. All Rights Reserved. Designed by <a href="https://colorlib.com" target="_blank">Colorlib</a></p>
</div>
<!-- /footer copyright -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader -->
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>