-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcieszyn.html
551 lines (467 loc) · 24 KB
/
cieszyn.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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Rails Girls Cieszyn - 15-16th October 2016 | Rails Girls na granicy | Rails Girls na hranici</title>
<meta name='description'
content='Rails Girls goes Cieszyn 15-16th October 2016: join the two-day crash-course to the exciting world of building web applications with Ruby on Rails.'>
<meta name='author' content='Rails Girls Cieszyn'>
<link rel='shortcut icon' href='/favicon.png'>
<link rel='apple-touch-icon' href='/apple-touch-icon.png'>
<link rel='stylesheet' href='./css/style.css'>
<style>
.side img { vertical-align middle }
.side a { border: 0 }
</style>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.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='http://use.typekit.net/nbs6fzt.js'></script>
<script type='text/javascript'>try{Typekit.load();}catch(e){}</script>
<!-- https://github.com/darksmo/jquery-localization-tool -->
<!-- http://darksmo.github.io/jquery-localization-tool/ -->
<script type='text/javascript' src='http://rawgit.com/darksmo/jquery-localization-tool/master/dist/jquery.localizationTool.js'></script>
<meta property='og:site_name' content='International Rails Girls Cieszyn (15-16.10.2016)' />
<meta property='og:title' content='Rails Girls is coming to Cieszyn. See that programming can be easy and fun.' />
<meta property='og:description' content="Rails Girls workshops are free. Like a free chocolate. Professionals want to share their knowledge with you. Do not be afraid. Let's try be part of Rails Girls. Remember to register! Share your love with others. Like us and share this page with your friends." />
<meta property='og:image' content='https://railsgirls.com/images/cieszyn/logo.png' />
<meta property='og:url' content='https://railsgirls.com/cieszyn' />
<meta property='og:type' content='website' />
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js'></script>
<![endif]-->
</head>
<body class='silesia'>
<!-- Facebook script -->
<div id='fb-root'></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'http://connect.facebook.net/en_US/sdk.js#xfbml=1&appId=104240249608573&version=v2.0';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<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>
</nav>
</div>
</header>
<div id='container' class='container_12 page clearfix'>
<div id='languages' class='grid_12'>
<a href='./cieszyn-pl.html' title='Po polsku'>Po polsku</a>
<a href='./tesin.html' title='V české'>Česky</a>
</div>
<div class='grid_12 omega alpha'>
<div id='promo' class='cieszyn'>
<h1>Rails Girls Cieszyn
<small>15-16th October 2016</small>
</h1>
<p>Hello world!</p>
<p>
Rails Girls is coming to Cieszyn!
During the free two-day workshop we'll dive into the magical world of Ruby on Rails.
</p>
<p>Registration completed.</p>
<p>
Follow us on <a href='https://twitter.com/rg_cieszyn' rel='nofollow'>Twitter</a> and <a href='https://facebook.com/railsgirlscieszyn' rel='nofollow'>Facebook</a>.
</p>
<div id='share'>
<div style='margin:0 15px 0 0;'>
<a href='https://twitter.com/rg_cieszyn' rel='nofollow' class='twitter-follow-button' data-show-count='true'>
Follow @rg_cieszyn
</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
</div>
<div class='fb-like' data-href='https://facebook.com/RailsGirlsCieszyn' data-layout='standard' data-action='like' data-show-faces='true' data-share='false'></div>
<br>
<br>
<br>
<br>
</div>
</div>
<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>Want to help?</strong> We are looking for volunteers and Rails coaches.
<a href='mailto:railsgirlscieszyn+site@gmail.com'>Email us</a>.
</p>
</div>
<hr>
<div class='grid_6 alpha'>
<iframe src='https://player.vimeo.com/video/189199542' width='940' height='562' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe><p><a href='https://vimeo.com/189199542' rel='nofollow'>Rails Girls Cieszyn</a> from <a href='https://vimeo.com/womanonrails' rel='nofollow'>WomanOnRails</a>.</p>
</div>
<hr>
<div class='grid_6 alpha'>
<h2>Saturday, 15th October 2016</h2>
<table id='schedule'>
<tbody>
<tr>
<th>10:30 - 12:30</th>
<td>
<h4>Free Cieszyn Tour</h4>
Nice walk around Cieszyn (meet our team and have fun). Start <a href='https://goo.gl/maps/i4QR9XJDoyA2' rel='nofollow'>here</a>.
</td>
</tr>
<tr>
<th>16:30 - 17:00</th>
<td>
<h4>Registration</h4>
</td>
</tr>
<tr>
<th>17:00 - 18:00</th>
<td>
<h4>Welcome & Environment Installation</h4>
We'll install Ruby on Rails on your computer, so bring your laptop with you.
</td>
</tr>
<tr>
<th>18:00 - 19:00</th>
<td>
<h4>Lightning Talks</h4>
<strong>Alex Malaszkiewicz</strong> - "How the Internet Works?"
<br>
<strong>Urszula Janus</strong> - "My way into IT"
<br>
<strong>Michał Czyż</strong> - "Yes, you can be a software engineer!"
</td>
</tr>
<tr>
<th>19:00 - 20:00</th>
<td>
<h4>Workshop</h4>
</td>
</tr>
<tr>
<th>20:00 - 24:00</th>
<td>
<h4>Middleparty</h4>
;]
</td>
</tr>
</tbody>
</table>
<hr>
<h2>Sunday, 16th October 2016</h2>
<table id='schedule'>
<tbody>
<tr>
<th>09:00 - 10:00</th>
<td>
<h4>Breakfast</h4>
</td>
</tr>
<tr>
<th>10:00 - 13:00</th>
<td>
<h4>Workshop</h4>
</td>
</tr>
<tr>
<th>13:00 - 14:00</th>
<td>
<h4>Lunch</h4>
</td>
</tr>
<tr>
<th>14:00 - 15:00</th>
<td>
<h4>Lightning Talks</h4>
<strong>Urszula Mitas</strong> - "Women in technology - Behind the scenes"
<br>
<strong>Natalia Stanko</strong> - "Power of events"
</td>
</tr>
<tr>
<th>15:00 - 18:00</th>
<td>
<h4>Workshop</h4>
Extend your application
</td>
</tr>
<tr>
<th>18:00</th>
<td>
<h4>Final Lightning Talks</h4>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>FAQ</h3>
<p>
<strong>How much does the workshop cost?</strong>
Nothing, it's free! You just need to be excited!
</p>
<p>
<strong>Who is this aimed for?</strong>
Women of any age with basic knowledge of working with a computer.
The speeches and group work mostly are given in Polish, but there may be a group of English-speaking.
Please bring your laptop.
</p>
<p>
<strong>Can men attend?</strong>
Yes, but girls are given a priority.
</p>
<p>
<strong>I know how to program - How can I help?</strong>
We're also looking for people to be coaches. We'll have a two-three hour workshop before the event to walk you through the curriculum. <a href='https://twitter.com/rg_cieszyn' rel='nofollow'>Tweet us</a>
</p>
<hr>
<h3>Location</h3>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=18.625396192073822%2C49.750153948175516%2C18.62893670797348%2C49.75168765907198&layer=mapnik&marker=49.7509199431826%2C18.62716645002365" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/?mlat=49.75092&mlon=18.62717#map=19/49.75092/18.62717">View Larger Map</a></small>
<hr>
<div class='side'>
<h3>Friends, partners and supporters</h3>
<p>
<a href='https://womanonrails.com/about' target='_blank' class='float-right' title='Woman on Rails - about woman who code'>
<img src='./images/cieszyn/logo/woman-on-rails.png' alt='Woman on Rails' title='Good, technical blog about programming'>
</a>
<a href='https://womanonrails.com/' target='_blank' title='Woman perspective to programming in Ruby on Rails'>Woman on Rails</a> is a blog about <strong>technologies</strong> (ie Ruby, Rails, JavaScript, CoffeeScript), <strong>emotions and IT events</strong>.
</p>
<p>
<a href='http://womenintechnology.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/wit.png' alt='Women in Technology' title='Women in Technology'>
</a>
<a href='http://womenintechnology.pl/' rel='nofollow' target='_blank'>Women in Technology</a> is a <strong>community of women</strong> who share one common feature - <strong>Technology</strong>.
</p>
<p>
<a href='http://mikstura.it/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/mikstura-it.png' alt='Mikstura IT' title='Mikstura IT'>
</a>
<a href='http://mikstura.it/' rel='nofollow' target='_blank'>Mikstura.IT</a> is <strong>a foundation which grew out of a web and mobile community</strong> aiming to provide an <strong>interactive forum</strong> for programmers, designers and entrepreneurs, NGO innovators and all people.
</p>
<p>
<a href='https://srug.pl/' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/srug.png' alt='Silesian Ruby Users Group' title='Silesian Ruby Users Group'>
</a>
<a href='https://srug.pl/' target='_blank'>SRUG (Silesian Ruby Users Group)</a> is friendly and regular <strong>meetings about Ruby language</strong> and more. The purpose is to <strong>exchange knowledge and experiences</strong> of developers.
</p>
<p>
<a href='http://www.czechitas.cz/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/czechitas.png' alt='Czechitas' title='Czechitas'>
</a>
<a href='http://www.czechitas.cz/' rel='nofollow' target='_blank'>Czechitas</a> is a <strong>community for women</strong> who like to learn <strong>IT</strong>. Czechitas are organizing workshops on different levels of knowledge.
</p>
<p>
<a href='http://8pokoi.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/ofka.png' alt='Ofka' title='Ofka'>
</a>
<a href='http://8pokoi.pl/' rel='nofollow' target='_blank'>OFKA</a> is a cozy boutique rooms, a summer cafe, bike rental and tour Event.
</p>
</div>
</div>
<div class='grid_5 push_1 omega side'>
<h3>Information</h3>
<p>
<strong>Application opening:</strong> 16 September, 2016<br>
<strong>Application deadline:</strong> 2 October, 2016<br>
<strong>Acceptances informed after:</strong> 8 October, 2016<br>
<strong>Location:</strong> Classicist palace of the Habsburgs, Zamkowa 3, Cieszyn, Poland
</p>
<h3>Partners</h3>
<p>Rails Girls Silesia is co-organized with our awesome partners.</p>
<p>
Want to help? We're looking for partners & sponsors for the non-profit event!
<a href='mailto:railsgirlscieszyn+site@gmail.com'>Email us</a>!
</p>
<hr>
<p>To bring out the beauty of gemstones, use an appropriate cut.</p>
<h3>Ruby Diamond Cut Sponsor</h3>
<p style='text-align: justify;'>
<a href='https://fractalsoft.org/team' target='_blank'>
<img src='./images/cieszyn/logo/fractalsoft.png' alt='Fractal Soft - Ruby on Rails developers' title='Fractal Soft - Ruby on Rails and JavaScript developers team'>
</a><br>
<a href='https://fractalsoft.org/' target='_blank'>Fractal Soft</a> is a team ripped with passion. They love <strong>simple solutions</strong>, travels and good programming practices. They use <strong>Ruby on Rails</strong> to fulfill the dreams of web applications. You can meet them at various IT events (Rails Girls, CoderDojo, SRUG). Additionally, they have an office in <a href='https://goo.gl/photos/U6eZwodBmZZhLQJR7' rel='nofollow' target='_blank' title='See a 360 degree panorama'>Cieszyn</a>. Visit us!
</p>
<h3>Ruby Emerald Cut Sponsor</h3>
<p>
<a href='https://gitlab.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/gitlab.png' alt='GitLab'>
</a>
Code, test, and deploy with <a href='https://gitlab.com/' rel='nofollow' target='_blank'>GitLab</a> your <strong>open source</strong> git management solution. GitLab is a next-level platform for teams who want the <strong>highest levels of security</strong>, flexibility, and collaboration on their projects.
</p>
<h3>Ruby Trilliant Cut Sponsor</h3>
<p>
<a href='http://github.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/github.png' alt='Github Logo' title='Github Community'>
</a>
<a href='http://github.com/' rel='nofollow' target='_blank'>GitHub</a> is the best place to <strong>share code</strong> with friends, co-workers, classmates, and complete strangers. Over <strong>14 million people</strong> use GitHub to build amazing things together.
</p>
<br>
<p>
<a href='https://cowbell-labs.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/cowbell-labs.png' rel='nofollow' alt='Cowbell Labs' title='Cowbell Labs'>
</a>
<a href='https://cowbell-labs.com/' rel='nofollow' target='_blank'>Cowbell Labs</a> is a small band of enthusiasts who create <strong>web applications and mobile</strong>, utilizing the latest and best tools - including <strong>Ruby on Rails</strong>.
</p>
<br>
<p>
<a href='http://selleo.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/selleo.png' alt='Selleo' title='Selleo'>
</a>
<a href='http://selleo.com/' rel='nofollow' target='_blank'>Selleo</a> have worked with Ruby on Rails since the company foundation back in 2005. Ruby on Rails have always been the core <strong>web technology</strong> with which the Selleo <strong>team</strong> have implemented their projects.
</p>
<p>
<a href='https://rebased.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/rebased.png' alt='Rebased' title='Rebased'>
</a>
<a href='https://rebased.pl/' rel='nofollow' target='_blank'>Rebased</a> is a team Ruby on Rails and Javascript developers who have supported Rails Girls since their first event in Warsaw back in 2012. They dare to call themselves <strong>bullshit-free programmers</strong> - proven by years of experience and impressive open source record.
</p>
<p>
<a href='https://prograils.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/prograils.png' alt='Prograils' title='Prograils'>
</a>
Hello, we're <a href='https://prograils.com/' rel='nofollow' target='_blank'>Prograils</a>, Web & Mobile development team from Poznan. Our Agile Software House creates world class web & mobile apps. Plus, we love Ruby on Rails just like Rails Girls do! Have you heard <strong>we're hiring</strong>? :-)
</p>
<h3>Sponsors</h3>
<p>
<a href='#' class='float-right'>
<img src='./images/cieszyn/logo/code-school.png' alt='Code School' title='Code School'>
</a>
Put the programming books away and <strong>learn by doing</strong> with <a href='#'>Code School</a>. Code School offers a variety of <strong>JavaScript, HTML/CSS, Ruby and iOS courses</strong> to help you expand your skills and learn new technologies.
</p>
<p>
<a href='https://pragprog.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/cieszyn/logo/pragmatic-bookshelf.png' alt='Pragmatic Bookshelf' title='Pragmatic Bookshelf'>
</a>
<a href='https://pragprog.com/' rel='nofollow' target='_blank'>Pragmatic Bookshelf</a> create timely, <strong>practical books</strong>, audio books and videos on classic and cutting-edge topics to help you learn and practice your craft.
</p>
<h3>Media</h3>
<h3>Organizers</h3>
<p>
<a href='#' class='float-right'>
<img src='./images/cieszyn/logo/soroptimist.png' alt='Soroptimist International Cieszyn Club'>
</a>
<a href='#'>Soroptimist International Cieszyn</a> is a global <strong>organization for women</strong> with high professional and social position. Their mission is to take action to <strong>improve the lives of women and girls</strong>.
</p>
</div>
<div class='grid_5 push_1 omega side'>
<hr>
<p>
<a href='http://learn-rails.com/learn-ruby-on-rails.html' rel='nofollow' target='_blank'>
<img src='./images/silesia/cover/learn-rails-book.png' alt='Learn Ruby on Rails' title='Learn Ruby on Rails'>
</a>
</p>
</div>
<div class='coaches'>
<hr />
<h2>Cieszyn team</h2>
<a href='https://fractalsoft.org/team/womanonrails' class='grid_3' target='_blank'>
<img src='./images/cieszyn/team/agnieszka.png' alt='Agnieszka Matysek' class='coach'>
Agnieszka Matysek,<br>
organizer
<small>@womanonrails</small>
</a>
<a href='https://fractalsoft.org/team/torrocus' class='grid_3' target='_blank'>
<img src='https://www.gravatar.com/avatar/f6bcc574c88017e6cc8491b571fd816d.png?s=48' alt='Alex Malaszkiewicz' class='coach'>
Alex Malaszkiewicz,<br>
organizer
<small>@torrocus</small>
</a>
<a href='#' class='grid_3'>
<img src='./images/cieszyn/team/tomek.png' alt='Tomasz Cielecki' class='coach'>
Tomasz Cielecki,<br>
interpreter
</a>
<a href='#' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/ula.jpg' alt='Ula' class='coach'>
Ula Hołodniak,<br>
assistant
</a>
<a href='https://fractalsoft.org/team/lisu' class='grid_3' target='_blank'>
<img src='https://www.gravatar.com/avatar/0c63820e8b1390a92c4dbbcaa10fe8c4.png?s=48' alt='Grzegorz Lisowski' class='coach'>
Grzegorz Lisowski,<br>
assistant
<small>@noplisu</small>
</a>
<a href='https://twitter.com/_idengager' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/kasia.png' alt='Kasia Jarmołkowicz' class='coach'>
Kasia Jarmołkowicz,<br>
coach
<small>@_idengager</small>
</a>
<a href='https://twitter.com/NataliaStanko' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/natalia.png' alt='Natalia Stanko' class='coach'>
Natalia Stanko,<br>
coach
<small>@NataliaStanko</small>
</a>
<a href='https://twitter.com/HorcicMichal' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/michal.png' alt='Michal Horcic' class='coach'>
Michal Horcic,<br>
coach
<small>@HorcicMichal</small>
</a>
<a href='https://twitter.com/szymoniwacz' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/szymon.png' alt='Szymon Iwacz' class='coach'>
Szymon Iwacz,<br>
coach
<small>@szymoniwacz</small>
</a>
<a href='https://www.facebook.com/lemoniak2' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/lukasz.png' alt='Lukasz Gawel' class='coach'>
Łukasz Gaweł,<br>
coach
</a>
<a href='#' class='grid_3'>
<img src='./images/cieszyn/team/barbora.png' alt='Barbora Handzelova' class='coach'>
Barbora Handzelova,<br>
coach
</a>
<a href='https://twitter.com/olapazio' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/ola.png' alt='Ola Pazio' class='coach'>
Ola Pazio,<br>
coach
<small>@olapazio</small>
</a>
<a href='#' class='grid_3'>
<img src='./images/cieszyn/team/jiri.png' alt='Jiri Gracik' class='coach'>
Jiří Gracík,<br>
coach
</a>
<a href='#' class='grid_3'>
<img src='./images/cieszyn/team/kuba.png' alt='Jakub Tucek' class='coach'>
Jakub Tuček,<br>
coach
</a>
<a href='https://twitter.com/MagdaEriruos' class='grid_3' rel='nofollow' target='_blank'>
<img src='./images/cieszyn/team/magda.jpg' alt='Magda Malinowska' class='coach'>
Magda Malinowska,<br>
coach
<small>@MagdaEriruos</small>
</a>
</div>
</div>
</div>
<!-- /content -->
<footer>
<p>
2010-2019, Rails Girls. <a href='./press.html'>Contact us</a> or follow us on <a href='https://twitter.com/railsgirls' rel='nofollow'>Twitter</a> and <a href='https://www.facebook.com/railsgirls' rel='nofollow'>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>