-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsilesia.html
673 lines (563 loc) · 29.7 KB
/
silesia.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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Rails Girls Silesia - 04-05th October 2014</title>
<meta name='description'
content='Rails Girls goes Silesia 04-05 October 2014: join the two-day crash-course to the exciting world of building web applications with Ruby on Rails.'>
<meta name='author' content='Rails Girls Silesia'>
<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://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='http://use.typekit.net/nbs6fzt.js'></script>
<script type='text/javascript'>try{Typekit.load();}catch(e){}</script>
<meta property='og:image' content='https://railsgirls.com/images/railsgirls-sq.png'/>
<!--[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='./silesia-pl.html' title='Po polsku'>Po polsku</a> |
<a href='./silesia-silesian.html' title='Po ślönsku'>Po ślönsku</a>
</div>
<div class='grid_12 omega alpha'>
<div id='promo' class='silesia'>
<h1>Rails Girls Silesia
<small>04-05th October 2014</small>
</h1>
<p>Hello world!</p>
<p>
Rails Girls is coming to Silesia!
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_silesia' rel='nofollow'>Twitter</a> and <a href='https://facebook.com/railsgirlssilesia' rel='nofollow'>Facebook</a>.
</p>
<p>See also other workshops in <a href='./poland.html' title='Rails Girls Poland'>Poland</a></p>
<div id='share'>
<div style='margin:0 15px 0 0;'>
<a href='https://twitter.com/rg_silesia' rel='nofollow' class='twitter-follow-button' data-show-count='true'>
Follow @rg_silesia
</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/RailsGirlsSilesia' 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:railsgirlssilesia+site@gmail.com'>Email us</a>.
</p>
</div>
<hr>
<div class='grid_6 alpha'>
<iframe src='https://player.vimeo.com/video/114024898' width='940' height='562' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href='https://vimeo.com/114024898' rel='nofollow'>Rails Girls Silesia 2014</a> from <a href='https://vimeo.com/railsgirlssilesia' rel='nofollow'>Rails Girls Silesia</a>.</p>
</div>
<hr>
<div class='grid_6 alpha'>
<h2>Saturday, 4th October</h2>
<table id='schedule'>
<tbody>
<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>Dorota Sokołowska</strong> - "Dlaczego Geek Girls kochaja marchewki - czyli parę słów o GGC"
<br>
<strong>Adam Sibik</strong> - "Programowanie to prawie jak supermoce. CoderDojo na świecie, w Polsce, w Gliwicach"
<br>
<strong>Marlena Staszek</strong> - "Women in Technology"
</td>
</tr>
<tr>
<th>19:00 - 20:00</th>
<td>
<h4>Workshop</h4>
</td>
</tr>
<tr>
<th>20:00 - 24:00</th>
<td>
<h4>Friday Hug & Middleparty</h4>
;]
</td>
</tr>
</tbody>
</table>
<hr />
<h2>Sunday, 5th October</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 - 13:45</th>
<td>
<h4>Lunch</h4>
</td>
</tr>
<tr>
<th>13:45 - 14:00</th>
<td>
<h4>Bentobox - Understanding Web Apps</h4>
<strong>Michał Skóra</strong>
</td>
</tr>
<tr>
<th>14:00 - 15:00</th>
<td>
<h4>Lightning Talks</h4>
<strong>Basia Madej</strong> - "Adventures? Make You Late for Dinner"
<br>
<strong>Michał Wyrobek</strong> - "Communication oriented programming"
<br>
<strong>Zofia Lekki</strong> - "Niech MOOC będzie z Tobą!"
<br>
<strong>Alek Małaszkiewicz</strong> - "Effectiveness in developers teams"
</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_silesia' 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.673732280731198%2C50.28363574205394%2C18.680813312530518%2C50.28694002296156&layer=mapnik&marker=50.28528791118408%2C18.67727279663086" style='border: 1px solid black'></iframe><br/><small><a href="http://www.openstreetmap.org/?mlat=50.28529&mlon=18.67727#map=18/50.28529/18.67727">View Larger Map</a></small>
<hr>
<div class='side'>
<h3>Friends, partners and supporters</h3>
<p>
<a href='#' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/hackerspace-silesia.png' alt='Hackerspace Silesia' title='Hackerspace Silesia'>
</a>
<a href='#' rel='nofollow' target='_blank'>Hackerspace Silesia</a> is a <strong>community of creative people</strong> with different areas of interest connected with <strong>technology</strong>.
</p>
<p>
<a href='#' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/women-in-technology.png' alt='Women in Technology' title='Women in Technology'>
</a>
<a href='#' rel='nofollow' target='_blank'>Women in Technology</a> is a <strong>community of women</strong> who share one common feature - <strong>Technology</strong>.
</p>
<br>
<p>
<a href='http://mikstura.it/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/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://womanonrails.com/' target='_blank' class='float-right'>
<img src='./images/silesia/logo/woman-on-rails.png' alt='Woman on Rails' title='Woman on Rails'>
</a>
<a href='https://womanonrails.com/' target='_blank'>Woman on Rails</a> is a blog about <strong>technologies</strong> (ie Ruby, Rails, JavaScript, CoffeeScript), <strong>emotions and IT events</strong>.
</p>
<br>
<br>
<p>
<a href='#' class='float-right'>
<img src='./images/silesia/logo/soroptimist.png' alt='Soroptimist International Cieszyn Club' title='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>
<p>
<a href='https://srug.pl/' target='_blank' class='float-right'>
<img src='./images/silesia/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://geekgirlscarrots.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/geek-girls-carrots.png' alt='Geek Girls Carrots' title='Geek Girls Carrots'>
</a>
<a href='http://geekgirlscarrots.pl/' rel='nofollow' target='_blank'>Geek Girls Carrots (GGC)</a> is a community for <strong>women interested in ICT</strong>. The mission of the <strong>community</strong> is to promote women in IT.
</p>
<br>
<p>
<a href='#' class='float-right'>
<img src='./images/silesia/logo/hack4good.png' alt='hack4good 0.6' title='hack4good 0.6'>
</a>
Register for <a href='https://womanonrails.com/hack4good-cracow' target='_blank'>#hack4good</a> in Kraków! 12-14 September 2014.
</p>
<br>
<br>
<p>
<a href='#' class='float-right'>
<img src='./images/silesia/logo/smartdevcon.png' alt='SmartDevCon' title='SmartDevCon'>
</a>
The conference <a href='#' target='_blank'>SmartDevCon</a> is orientated at companies and specialists connected with <strong>modern device solutions</strong>.
</p>
<p>
<a href='http://coderslab.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/coders-lab.png' alt="Coder's Lab" title="Coder's Lab">
</a>
<a href='http://coderslab.pl/' rel='nofollow' target='_blank'>Coder's Lab</a> is the first <strong>School of Programming</strong> in Poland, based on modern bootcamp courses. The flagship Ruby on Rails is dedicated for those who wants to join the ranks of the most sought after IT proffesionals.
</p>
<p>
<a href='#' class='float-right'>
<img src='./images/silesia/logo/recruit-coders.png' alt='Recruit Coders' title='Recruit Coders'>
</a>
<a href='#'>Recruit Coders</a> is all about finding competence in the IT industry. This online platform <strong>connects coders and companies</strong> from all over the world.
</p>
<p>
<a href='https://gliwice.eu/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/miasto-gliwice.png' alt='President of Gliwice City' title='President of Gliwice City'>
</a>
Patronage of the president of <a href='https://gliwice.eu/' rel='nofollow' target='_blank'>the city Gliwice</a>.
</p>
</div>
</div>
<div class='grid_5 push_1 omega side'>
<h3>Information</h3>
<p>
<strong>Application opening:</strong> August 24, 2014<br>
<strong>Application deadline:</strong> September 14, 2014<br>
<strong>Acceptances informed after:</strong> September 20, 2014<br>
<strong>Location:</strong> Pszczyńska 85, Gliwice, 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:railsgirlssilesia+site@gmail.com'>Email us</a>!
</p>
<hr>
<p>To bring out the beauty of gemstones, use an appropriate cut.</p>
<h3><strong>Main Ruby Sponsor</strong></h3>
<p>
<a href='https://fractalsoft.org/team' target='_blank'>
<img src='./images/silesia/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> 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.
</p>
<h3>Ruby Diamond Cut Sponsor</h3>
<p>
<a href='http://www.thesoftwarehouse.pl/en' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/the-software-house.png' alt='The Software House' title='The Software House'>
</a>
<a href='http://www.thesoftwarehouse.pl/en' rel='nofollow' target='_blank'>The Software House</a> is a team of <strong>great developers</strong> working on awesome projects for nice, international clients. They're working with the <strony>best tools</strong> available in a <strong>very nice office</strong> in the center of Gliwice (and remotely!).
</p>
<h3>Ruby Emerald Cut Sponsor</h3>
<p>
<a href='https://github.com' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/github.png' alt='Github Logo' title='Github Community'>
</a>
<a href='https://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>six million people</strong> use Github to build amazing things together.
</p>
<h3>Ruby Trilliant Cut Sponsor</h3>
<p>
<a href='https://selleo.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/selleo.png' alt='Selleo' title='Selleo'>
</a>
<a href='https://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='http://trix.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/trix.png' alt='Trix' title='Trix'>
</a>
<a href='http://trix.pl/' rel='nofollow' target='_blank'>Trix.pl</a> is a team of seasoned engineers <strong>working remotely</strong> with startups in various stages using Rails for <strong>more than 10 years</strong>.
</p>
<br>
<p>
<a href='https://cowbell-labs.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/cowbell-labs.png' 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>
<p>
<a href='https://megiteam.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/megi-team.png' alt='Megi Team' title='Megi Team'>
</a>
<a href='https://megiteam.pl/' rel='nofollow' target='_blank'>MegiTeam</a> is <strong>cloud hosting</strong> for innovative applications. Ready-made environments for quick deployment of web applications and <strong>one-click bootstrapping</strong>.
</p>
<p>
<a href='https://www.unikatstudio.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/unikat-studio.png' alt='Unikat Studio' title='Unikat Studio'>
</a>
<a href='https://www.unikatstudio.pl/' rel='nofollow' target='_blank'>Unikat Studio</a> is a <strong>hairdresser's salon</strong> in Katowice. It provides professional hairdressing services based on products <strong>Goldwell</strong>.
</p>
<p>
<a href='http://monterail.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/monterail.png' alt='Monterail' title='Monterail'>
</a>
The idea behind Rails Girls stays close to what we at <a href='http://monterail.com/' rel='nofollow' target='_blank'>Monterail</a> believe: that <strong>willingness to learn</strong> marks outstanding people who are curious enough to innovate their lives. <strong>Supporting learners</strong> is in our code of conduct. That’s why supporting Rails Girls is there as well.
</p>
<p>
<a href='https://netguru.co/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/netguru.png' alt='Netguru' title='Netguru'>
</a>
<a href='https://netguru.co/' rel='nofollow' target='_blank'>Netguru</a> is a Poland-based web development agency that <strong>loves to develop web apps</strong> based on Ruby on Rails framework. We build lean and beautiful applications for everyone <strong>from startups to major corporations</strong>.
</p>
<h3>Sponsors</h3>
<p>
<a href='#' class='float-right'>
<img src='./images/silesia/logo/code-school.png' alt='Code School'>
</a>
Put the programming books away and <strong>learn by doing</strong> with <a>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://www.wooga.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/wooga.png' alt='Wooga' title='Wooga'>
</a>
Founded in 2009, <a href='https://www.wooga.com/' rel='nofollow' target='_blank'>Wooga</a> has become one of the most popular developers of <strong>mobile games</strong> in the world.
</p>
<p>
<a href='http://helion.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/helion.png' alt='Helion' title='Helion'>
</a>
<a href='http://helion.pl/' rel='nofollow' target='_blank'>Helion</a> is a <strong>specialist publishing house</strong> that publishes books related to technology, addressed to all <strong>computer users</strong>, regardless of the degree of advancement.
</p>
<p>
<a href='http://www.goodcake.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/good-cake.png' alt='Good Cake' title='Good Cake'>
</a>
<a href='http://www.goodcake.pl/' rel='nofollow' target='_blank'>Good Cake</a> is an <strong>English bakery</strong> in Gliwice. Bella founded Good Cake drawing inspiration from the English <strong>tradition of pastries</strong>. Good Cake is just good cake.
</p>
<p>
<a href='http://www.wegebar.com/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/zloty-osiol.png' alt='Złoty Osioł' title='Złoty Osioł'>
</a>
<a href='http://www.wegebar.com/' rel='nofollow' target='_blank'>Złoty Osioł</a> is a vegetarian bar in the center of Katowice and Gliwice. We boil the <strong>veg dishes</strong> from the kitchen around the world.
</p>
<p>
<a href='#' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/skygate.png' alt='SkyGate' title='SkyGate'>
</a>
<strong>Software and design house</strong> from Gliwice (HQ), Wroclaw and Krakow, provides comprehensive project development.
</p>
<hr>
<h3>Media</h3>
<p class='links'>
<a href='http://www.tvp.pl/katowice' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/tvp-katowice.png' alt='TVP Katowice'>
</a>
<a href='http://www.tvp.pl/katowice' rel='nofollow' target='_blank'>TVP Katowice</a> is our media sponsor.
</p>
<br>
<br>
<br>
<p class='links'>
<a href='http://webmastah.pl/' rel='nofollow' target='_blank' class='float-right'>
<img src='./images/silesia/logo/webmastah.png' alt='TVP Katowice'>
</a>
<a href='http://webmastah.pl/' rel='nofollow' target='_blank'>Webmastah</a> is a place to exchange views and experiences. It is <strong>independent of the programming language</strong> and number of hours over the code.
</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>Silesia team</h2>
<a href='https://fractalsoft.org/team/womanonrails' class='grid_3'>
<img src='./images/silesia/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'>
<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/silesia/team/ula.jpg' alt='Ula' class='coach'>
Ula Hołodniak,<br>
organizer, coach
</a>
<a href='#' class='grid_3'>
<img src='./images/silesia/team/danuta.jpg' alt='Danuta Piwowar' class='coach'>
Danuta Piwowar,<br>
graphics designer
</a>
<a href='https://fractalsoft.org/team/lisu' class='grid_3'>
<img src='https://www.gravatar.com/avatar/0c63820e8b1390a92c4dbbcaa10fe8c4.png?s=48' alt='Grzegorz Lisowski' class='coach'>
Grzegorz Lisowski,<br>
assistant, coach
<small>@noplisu</small>
</a>
<a href='https://twitter.com/agrzbiela' rel='nofollow' class='grid_3'>
<img src='./images/silesia/team/yoda.jpg' alt='Andrzej Grzbiela' class='coach'>
Andrzej Grzbiela,<br>
assistant
<small>@agrzbiela</small>
</a>
<a href='https://twitter.com/michalvichy' rel='nofollow' class='grid_3'>
<img src='./images/silesia/team/michals.jpg' alt='Michał Skóra' class='coach'>
Michał Skóra,<br>
assistant
<small>@michalvichy</small>
</a>
<a href='#' class='grid_3'>
<img src='./images/silesia/team/patryk.jpg' alt='Patryk Fitzner' class='coach'>
Patryk Fitzner,<br>
assistant
</a>
<a href='https://twitter.com/morgoth85' rel='nofollow' class='grid_3'>
<img src='https://www.gravatar.com/avatar/8085138938c34ae1af140bfc91f2fe56.png?s=48' alt='Wojciech Wnętrzak' class='coach'>
Wojciech Wnętrzak,<br>
coach
<small>@morgoth85</small>
</a>
<a href='https://twitter.com/NataliaStanko' rel='nofollow' class='grid_3'>
<img src='https://www.gravatar.com/avatar/e69217d77165efba1875dd95b7be7ab9.png?s=48' alt='Natalia Stanko' class='coach'>
Natalia Stanko,<br>
coach
<small>@NataliaStanko</small>
</a>
<a href='https://twitter.com/MagdaEriruos' rel='nofollow' class='grid_3'>
<img src='https://www.gravatar.com/avatar/0a7ff0ea3a9430775955029df1defeb0.png?s=48' alt='Magdalena Malinowska' class='coach'>
Magdalena Malinowska,<br>
coach
<small>@MagdaEriruos</small>
</a>
<a href='https://twitter.com/_idengager' rel='nofollow' class='grid_3'>
<img src='https://www.gravatar.com/avatar/adb4704a0cb6b43c3a59eb46c637189b.png?s=48' alt='Kasia Jarmołowicz' class='coach'>
Kasia Jarmołkowicz,<br>
coach
<small>@_idengager</small>
</a>
<a href='#' class='grid_3'>
<img src='https://www.gravatar.com/avatar/bb552183220deee1f7f1db93348c3377.png?s=48' alt='Zofia Lekki' class='coach'>
Zofia Lekki,<br>
coach
</a>
<a href='#' class='grid_3'>
<img src='https://www.gravatar.com/avatar/1553ffde18006f1f12791d4c3d9f441b.png?s=48' alt='Katarzyna Szawan' class='coach'>
Katarzyna Szawan,<br>
coach
</a>
<a href='https://twitter.com/bug_sylvia' rel='nofollow' class='grid_3'>
<img src='./images/silesia/team/sylwia.jpg' alt='Sylwia Robak' class='coach'>
Sylwia Robak,<br>
coach
<small>@bug_sylvia</small>
</a>
<a href='#' class='grid_3'>
<img src='https://www.gravatar.com/avatar/b8357e2d1151025b6affa9aa880b8009.png?s=48' alt='Michał Wyrobek' class='coach'>
Michał Wyrobek,<br>
coach
</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>