-
Notifications
You must be signed in to change notification settings - Fork 15
/
amsterdam2019.html
490 lines (454 loc) · 16.7 KB
/
amsterdam2019.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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Amsterdam November 30th, 2019</title>
<meta name="description"
content="Join us for the Rails Girls Amsterdam November 2019 event: a free, one day workshop where participants will discover the exciting world of web development through Ruby on Rails. With the help and guidance of our coaches, attendees will create a real web application in a fun and relaxed environment. Are you ready to dive in?">
<meta name="author" content="Rails Girls">
<link rel="shortcut icon" href="favicon.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="./css/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="//use.typekit.net/nbs6fzt.js"></script>
<script type="text/javascript">try { Typekit.load(); } catch (e) { }</script>
<!-- some styling for the time table using am / pm formats, as to not mess with the global website styling on every page -->
<style>
#schedule th {
width: 30%;
}
#container {
position: relative;
z-index: 10;
padding-top: 30px;
}
#promo,
#promo.new {
background-color: rgba(255, 255, 255, 0.8);
padding: 30px;
width: 80%;
margin: auto;
margin: 20px auto 20px auto;
}
.backdrop {
width: 100%;
z-index: 0;
background-image: url(/images/amsterdam-2019.jpg);
background-position: center;
background-size: cover;
display: flex;
align-items: center;
justify-content: space-between;
}
.backdrop-overlay {
background: rgba(0, 0, 0, 0.5);
width: 100%;
}
.past-events {
display: flex;
flex-flow: row wrap;
align-items: center;
opacity: 0.7;
justify-content: center;
}
.past-events :first-child {
list-style: none;
}
a {
cursor: default;
}
a[href] {
cursor: pointer;
}
.social-media a {
border-bottom: none;
}
.social-media a img {
border: 0;
margin-right: 15px;
}
</style>
<meta property="og:image" content="https://railsgirls.com/images/railsgirls-sq.png" />
</head>
<body>
<header>
<div class="container_12">
<a id="logo" href="/"><img src="images/railsgirls-logo.png" alt="Rails Girls" /></a>
<nav>
<a href="./events.html">Events</a>
<a href="./materials.html">Materials</a>
<a href="./press.html">Press</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
<a href="https://guides.railsgirls.com">
Guides</a>
</nav>
</div>
</header>
<!-- <div class="backdrop"></div> -->
<div class="container_16 clearfix backdrop">
<div class="backdrop-overlay">
<div class="container_12 clearfix">
<div id="promo" class="new yourcity">
<h1>Rails Girls Amsterdam
<small>November 30th, 2019</small>
</h1>
<p>
Rails Girls is coming to Amsterdam! A free, one day workshop where you can discover the exciting world of
web development through Ruby on Rails. With the help and guidance of our coaches, you can create a real web
application in a fun and relaxed environment.</p>
<p>Team Rails Girls Amsterdam</p>
<div id="share">
<div>
<div style="margin:0 15px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url=""
data-text="Rails Girls Amsterdam November 30th 2019 https://railsgirls.com/Amsterdam19.html"
data-count="horizontal" data-via="rg_Amsterdam" data-related="railsgirls">
Tweet
</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container_12 clearfix">
<!-- You can use here your own contact e-mail, or we can send you the e-mails from contact@! -->
<hr />
<h2>About Rails Girls Amsterdam</h2>
<div class="grid_4 alpha feature">
<p><strong>You learn</strong> designing, prototyping and coding with the help from our coaches.</p>
</div>
<div class="grid_4 feature">
<p><strong>You need</strong> your own laptop, curiosity and a sprinkle of imagination!</p>
</div>
<div class="grid_4 omega feature">
<p><strong>You form</strong> friendships for life.</p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Saturday November 30th</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:30 am</th>
<td>
<h4>Coffee/ tea & installation</h4>
</td>
</tr>
<tr>
<th>10:30 am</th>
<td>
<h4>Introduction & icebreaker</h4>
</td>
</tr>
<tr>
<th>11:00 am</th>
<td>
<h4>Introduction to the app</h4>
</td>
</tr>
<tr>
<th>11:15 am</th>
<td>
<h4><a href="https://guides.railsgirls.com/app">Building your app</a></h4>
</td>
</tr>
<tr>
<th>12:30 am</th>
<td>
<h4>LUNCH</h4>
</td>
</tr>
<tr>
<th>1:30 pm</th>
<td>
<h4>Lightning Talks</h4>
</td>
</tr>
<tr>
<th>2:00 pm</th>
<td>
<h4><a href="https://guides.railsgirls.com/app">Building your app</a></h4>
</td>
</tr>
<tr>
<th>4:00 pm</th>
<td>
<h4>Launch! & wrap-up</h4>
</td>
</tr>
</tbody>
</table>
<hr />
<h3>FAQ</h3>
<p>
<strong>Where can I sign up as an attendee?</strong><br />
Our signup is closed! It is possible to <a href="https://forms.gle/nqkVMTZomUnwuH7y5">sign up for the waiting
list.</a> We'll let you know if a spot becomes available on the 30th of November!
</p>
<p>
<strong>How much does the workshop cost?</strong><br />
Nothing, it's free! You just need to be excited!
</p>
<p>
<strong>Do I need a laptop?</strong><br />
Yes! Please bring it with you :) and don't forget your charger!
</p>
<p>
<strong>Can men attend?</strong><br />
Yes, but girls are given a priority.
</p>
<p>
<strong>Are there vegetarian / vegan options for food?</strong><br />
Got you covered here too, both a vegetarian and a vegan option are offered as well.
</p>
<p>
<strong>Who is this aimed for?</strong><br />
Women of any age with basic knowledge of working with a computer.
We’ve had people of all ages taking part.
Most of the speeches are given in English and small group work is done in either Dutch or English.
</p>
<p>
<strong>Do you have a Code of Conduct?</strong><br />
Yes! We follow the <a href="https://amsrb.org/code-of-conduct/">Contributor Covenant Code of Conduct v1.4</a> that we also use for Amsterdam.rb events.
</p>
<p>
<strong>I have a different question</strong><br />
Please send us your questions at <a href="https://twitter.com/RailsGirls_NL">@RailsGirls_NL</a> on Twitter or
using a Twitter DM. Or on our <a
href="https://www.meetup.com/RailsGirls-NL/messages/boards/thread/52494704">Meetup discussion</a>.
</p>
<br />
</div>
<!-- These also, just update :) You cna also add a note on Code of Conduct. For examples, check out the guides! -->
<div class="grid_5 push_1 omega side">
<h3 style="margin: 2.1em 0 2em;">Location</h3>
<p>
<strong>FeedbackFruits</strong><br>
Plantage Middenlaan 60<br />
1018 DH Amsterdam
</p>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2436.3138452534986!2d4.91398431580168!3d52.3647289797851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c5ca77f348611d%3A0x9868d3ca50b514b1!2sFeedbackFruits!5e0!3m2!1sen!2snl!4v1572343098900!5m2!1sen!2snl"
width="400" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
<p>
<a href="https://feedbackfruits.com/home" style="float:right; margin:0 0 0; border:0; width: 180px;"
target=""><img src="images/feedbackfruits.png" alt="FeedbackFruits"
style="width: 130px; float: right; margin-right: 20px; margin-bottom: 40px;"></a>
<a href="https://feedbackfruits.com/home">FeedbackFruits</a> supports teachers to shape learning activities that
spark students' active thinking.
</p>
<!-- Feel free to group the sponsors as you wish. E.g media, friends, premium sponsors etc. You know best the situation in your city! Pictures should be either 100 x 100px or 250 x 90px -->
<h3 style="margin: 2.1em 0 0;">Partners</h3>
<p>Rails Girls Amsterdam
wouldn't be possible without our awesome partners.</p>
<p>
<a href="https://www.firmhouse.com" style="float:right; margin:0 0 0; border:0; width: 180px;" target=""><img
src="images/firmhouse.png" alt="Firmhouse" style="width: 165px; float: right; margin-right: 30px;"></a>
<a href="https://www.firmhouse.com">Firmhouse</a> builds the platform to test the viability of subscription
propositions, and scale them when successful.
</p>
<p>
<a href="https://www.youngcapital.nl" style="float:right; margin:0 0 0; border:0; width: 180px;" target=""><img
src="images/young-capital.png" alt="YoungCapital"
style="width: 80px; float: right; margin-right: 30px;"></a>
<a href="https://www.youngcapital.nl">YoungCapital</a> offers interesting vacancies for students, starters and
young professionals throughout the Netherlands.
</p>
<p>
<a href="https://appsignal.com/" style="float:right; margin: 14px 0 14px; border:0; width: 180px;"
target=""><img src="images/appsignal-logo.svg" alt="AppSignal"
style="width: 130px; float: right; margin-right: 30px;"></a>
<a href="https://appsignal.com/">AppSignal</a> makes developer's lives easier. AppSignal APM provides error
tracking, host monitoring, performance metrics and anomaly detection, all in one interface. And rest assured,
all integrations, configuration and team management are taken care of.
</p>
<p>
<a href="https://www.catawiki.com/" style="float:right; margin: 14px 0 14px; border:0; width: 180px;"
target=""><img src="images/catawiki.png" alt="CataWiki"
style="width: 120px; float: right; margin-right: 30px;"></a>
<a href="https://www.catawiki.com/">Catawiki</a> is the online marketplace for the unusual, unexpected and
unique. Through our platform, we offer special objects to international buyers, who share our passion for the
extraordinary.
</p>
<p>
<a href="https://www.stickermule.com/" style="float:right; margin: 14px 0 14px; border:0; width: 180px;"
target=""><img src="images/stickermule-logo.png" alt="Sticker Mule"
style="width: 120px; float: right; margin-right: 30px;"></a>
<a href="https://www.stickermule.com/">Sticker Mule</a> is the fastest and easiest way to buy custom printed
products..
</p>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h2 class="text-center">Organizers</h2>
<a class="grid_3">
<img src="./images/ruby-101.png">
Tom de Bruijn
<small>AppSignal</small>
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Arno Fleming
<small>WeTransfer</small>
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Floor Drees
<small>Microsoft</small>
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Rayta van Rijswijk
<small>YoungCapital</small>
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Ivan Zarea
<small>YoungCapital</small>
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Karin Hendrikse
<small>YoungCapital</small>
</a>
</div>
<div class="coaches">
<hr />
<h2 class="text-center">Coaches</h2>
<a class="grid_3" href="http://www.maartenvanvliet.nl">
<img src="./images/ruby-101.png">
Maarten van Vliet
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Jackline Kimani
</a>
<a class="grid_3" href="https://www.github.com/codeminator">
<img src="./images/ruby-101.png">
Ahmed Shahin
</a>
<a class="grid_3" href="https://github.com/ioanatia">
<img src="./images/ruby-100.png">
Ioana Tagirta
</a>
<a class="grid_3" href="http://www.martinasimicic.com">
<img src="./images/ruby-101.png">
Martina Simicic
</a>
<a class="grid_3" href="https://www.linkedin.com/in/tkanov/">
<img src="./images/ruby-101.png">
Igor Tkanov
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Nathalia Giusti
</a>
<a class="grid_3" href="https://danielpaulus.com">
<img src="./images/ruby-101.png">
Daniel Paulus
</a>
<a class="grid_3" href="https://theoryofe.co">
<img src="./images/ruby-101.png">
Aidan Rudkovskyi
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Fotos Georgiadis
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Ayslan Schmidt
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Vlatko Ristovski
</a>
<a class="grid_3" href="https://srirangan.net">
<img src="./images/ruby-101.png">
Sri Rangan
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Benjamin Udink ten Cate
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Iris van Kuijk
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Kamal Hosny
</a>
<a class="grid_3" href="https://itflows.nl">
<img src="./images/ruby-101.png">
Youri van der Lans
</a>
<a class="grid_3" href="http://github.com/pieterlange">
<img src="./images/ruby-101.png">
Pieter Lange
</a>
<a class="grid_3" href="xadamy.xyz">
<img src="./images/ruby-101.png">
Adam Yeats
</a>
<a class="grid_3" href="https://www.github.com/acadavid">
<img src="./images/ruby-101.png">
Alejandro Cadavid
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Timon van Spronsen
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Lorenzo Grandi
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Tom de Bruijn
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Marisa Paramita
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Max Salemans
</a>
<a class="grid_3">
<img src="./images/ruby-101.png">
Alex Chernyshev
</a>
<a class="grid_3">
<img src="./images/ruby-100.png">
Alisa Frunza
</a>
</div>
</div>
<!-- /content -->
<!-- Test website updating 2023-04-01 08:25 -->
<footer>
<p>2010-2019, Rails Girls. <a href="./press.html">Contact us</a> or follow us on <a
href="https://twitter.com/railsgirls">Twitter</a> and <a href="https://www.facebook.com/railsgirls">Facebook</a>
</p>
<p class="slogan">Get excited and make things!</p>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19631067-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>