-
Notifications
You must be signed in to change notification settings - Fork 15
/
bratislava.html
966 lines (733 loc) · 45.4 KB
/
bratislava.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
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Rails Girls Bratislava 22 July 2017</title>
<!-- Write a metatext. This is what will show on the Facebook page and for instance search engines. -->
<meta name="description" content="Rails Girls goes to Bratislava 22 July 2017: join the one-day crash-course to the exciting world of building web applications with Ruby on Rails.">
<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">
<style type="text/css">
#past-editions a {
display: block;
float: left;
max-width: 48%;
height: 31%;
margin-right: 1.4%;
margin-bottom: 2em;
}
#past-editions a:nth-child(odd) {
clear: left;
}
#past-editions a:last-child {
margin-right: 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="//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/bratislava/og-image-rgba-2017.png"/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</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>
<!-- How to change the picture & header for site
In the assets folder there is something called rg-header.psd. Be sure to download the fonts also. Name the file rg-yourcityname-header.png and your city picture rg-yourcityname.png. Add them to /images.
Steps to show on site
1. Go to style.css
2. Add these lines, always replacing 'yourcityname' with your actual city name.
.yourcityname#promo {
padding-left:340px;
background:url('../images/rg-yourcityname.png') no-repeat 0 10px,
url('../images/separator.png') no-repeat center bottom;
}
It will take a while before the changes show, so don't panic!
-->
<!-- Change the header text. You can include a local hello or something else that brings context. Remember to mention the workshop is free. Remember to change to wufoo form link and dates. -->
<div class='bratislava_header'>
<div class='bratislava_header_content'>
<h1>
Rails Girls Bratislava
<small>July 22nd, 2017</small>
</h1>
<p>
Join the 5th Rails Girls in Bratislava! During the free one-day workshop we'll dive into the magical world of building web applications with Ruby on Rails. It's going to be wicked awesome!</p>
<p><strong>SORRY, APPLICATIONS ARE CLOSED :( </strong></p>
<!-- <p><strong>Subscribe to our mailing list and we'll let you know when next workshop happens</strong></p> -->
<p>
<a href="https://www.facebook.com/events/114271075868905/" class='bratislava_header_button'>Facebook Event</a>
</p>
<div id="sharebratislava">
<div>
<div style="margin:0 15px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://railsgirls.com/bratislava" data-text="It's happening again! Rails Girls comes to Bratislava 22 July 2017. Apply now! #railsgirls #bratislava" data-count="horizontal" data-via="RailsGirls_Ba" data-related="railsgirls">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</div>
</div>
</p>
</div>
</div>
</div>
<div id="container" class="container_12 page clearfix">
<div class="grid_12 omega alpha">
<div class="grid_4 alpha feature bratislava2014-p">
<p><strong>You learn</strong> designing, prototyping and coding with the help from our coaches.</p>
</div>
<div class="grid_4 feature bratislava2014-p">
<p><strong>You need</strong> your own laptop, curiosity and a sprinkle of imagination!</p>
</div>
<div class="grid_4 omega feature bratislava2014-p">
<p><strong>Want to help?</strong> We are looking for volunteers and Rails coaches. <a href="mailto:railsgirlsbratislava@gmail.com">Email us</a>.</p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<!-- <h2>Friday 1st July</h2>
<table id="schedule">
<tbody>
<tr>
<th>18:00 - 20:00</th>
<td>
<h4>Installation party</h4>
Get know the attendees a little bit before hand. Bring your laptop if you can, so we can install Ruby on Rails for you (or follow this <a href="https://guides.railsgirls.com/install">install guide</a>). If you had troubles we will gladly get your computer ready to go during this time.<br> -->
<!-- <strong>Where:</strong>
<div>Impact HUB Bratislava, Hviezdoslavovo nám. 20, Bratislava
</div>
</td>
</tr>
<tr>
<th>20:00 -</th>
<td>
<h4>Coach dinner</h4>
All of the coaches are welcome to our coach dinner, where we'll go through the program for the next day.
</td> -->
</tr>
</tbody>
</table>
<!-- <hr /> -->
<h2>Saturday 22nd July</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:00 - 9:45</th>
<td>
<h4>Registration, coffee and installation fest</h4>
During the morning we’ll install Ruby on Rails on your computer.
</td>
</tr>
<tr>
<th>9:45 - 10:15</th>
<td>
<h4>Welcome</h4>
Outline of the day & word from sponsors </br>
<!-- <strong>Lucia Stellerova:</strong> IT is almost for everyone </br>
<strong>Ivan Kopcik:</strong> Responsive design: why it matters -->
</td>
</tr>
<tr>
<th>10:15 - 10:45</th>
<td>
<h4>Understanding Web Apps</h4>
Let's get coding! We will give you an introduction to basic concept of web programming. What we’ll learn and how it all fits together.
</td>
</tr>
<tr>
<th>11:00 - 13:00</th>
<td>
<h4>WORKSHOP</h4>
Jumpstart your first web application, coaches will help you get started.
</td>
</tr>
<tr>
<th>13:00 - 14:00</th>
<td><h4>Lunch</h4></td>
</tr>
<tr>
<th>14:00 - 14:30</th>
<td>
<h4>Lightning talks from coaches</h4>
<strong>Eliska Cejpova:</strong> TBA </br>
<strong>Ramon Huidobro:</strong> Git and Version Control </br>
<strong>Tony Bangratz:</strong> Rails in the Real World
</td>
</tr>
<tr>
<th>14.30- 17:00</th>
<td>
<h4>WORKSHOP</h4>
Extend your application. Some serious app building will happen here!
</td>
</tr>
<tr>
<th>18:30 -</th>
<td>
<h4>Afterparty!</h4>
Open for everyone, meet cool people interested in tech. We start at HubHub <br>
</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. We’ve had people of all ages taking part. Most of the speeches are given in english, but small group work is done in slovak and english. Please bring your laptop.
</p>
<p>
<strong>Can men attend?</strong>
Yes, but you need to be accompanied by an interested lady. Also, 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="mailto:railsgirlsbratislava@gmail.com>">Email us</a>
</p>
<p>
<strong>Is there a Code of Conduct?</strong> Yes! In short, Rails Girls Bratislava is dedicated to a harassment-free workshop experience for everyone. Our full anti-harassment policy can be found at: <a href="https://railsgirls.com/bratislava_coc.html">www.railsgirls.com/bratislava_coc</a>
</p>
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega ">
<h3>Information</h3>
<p>
<!--<p><strong>Applications are closed.</strong><br/>
<strong>Acceptances informed:</strong> Friday 23rd of August</p>-->
<p>
<a href="https://www.hubhub.com/en/" style="float:right; margin:0 30px 10px 0; border:0; width: 100px;"><img style="width:100%; margin-left:30px;" src="./images/bratislava/hubhub-logo.png" alt="HubHub Bratislava"></a>
<strong>Location:</strong>
</br>HubHub Bratislava, Twin City B, Mlynské Nivy 14, Bratislava
</p>
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2662.164147489617!2d17.123194315200845!3d48.145640558579025!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x476c8938f2c80a3b%3A0xb367e5efee7badab!2sTwin+City+B!5e0!3m2!1ssk!2ssk!4v1494596551939" width="380" height="200" frameborder="0" style="border:0"></iframe><br /><small><a href="https://goo.gl/maps/fe6A6" style="color:#e0330c;text-align:left">Rails Girls Bratislava</a> in a larger map</small>
<p></p>
<h3>Follow us</h3>
<p><a href="https://twitter.com/RailsGirls_Ba" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @RailsGirls_Ba</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
<p style="margin-left: -10px;">
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FRailsGirlsBratislava&width=292&height=62&show_faces=false&colorscheme=light&stream=false&show_border=false&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:62px;" allowTransparency="true"></iframe>
</p>
<hr/>
<!-- 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>Organisers</h3>
<p>
<p>
<a href="http://www.learn2code.sk" style="float:right; margin:0 0 0; border:0;"><img style="width: 120px; padding-left:5px;" src="./images/bratislava/learn2code_2.png" alt="learn2code"></a>
V <a href="http://www.learn2code.sk">Learn2Code</a> učíme ľudí designovať a programovať moderné webstránky a mobilné aplikácie. Robíme prezenčné aj online kurzy na Slovensku a v Čechách.
</p>
<p>
<a href="http://www.ajtyvit.sk/" style="float:right; margin:0 0 0; border:0;"><img src="./images/ajtyvIT.jpg" alt="ajtyvIT" style="width: 110px;"></a>
Ženy a dievčatá v informatike. Ako ich sem dostať? Projekt <a href="http://www.ajtyvit.sk/">Aj Ty v IT</a> vznikol s cieľom povzbudiť dievčatá k štúdiu informatiky a následnému zamestnaniu v danom odbore.
</p>
<hr/>
<h2>Sponsors</h2>
<p>Rails Girls Bratislava is co-organized with our awesome sponsors and partners.
Want to help? We're looking for partners & sponsors for the non-profit event! <a href="mailto:railsgirlsbratislava@gmail.com>">Email us</a>! </p>
<div class="grid_12 alpha">
<h3>Venue sponsor</h3>
</div>
<p>
<a href="https://www.hubhub.com/en/" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/hubhub-logo.png" style="width: 160px; padding: 0 0 5px 5px"; alt="HubHub Bratislava"></a><a href="https://www.hubhub.com/en/"></a> With the heart of pioneers, we create the most innovative areas where startups, corporations, investors and enthusiasts can find what they are looking for.
</p>
<hr/>
<div class="grid_12 alpha">
<h3>GOLD sponsors</h3>
</div>
<p>
<a href="https://www.titans.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/titans-logo.png" style="width: 250px; padding: 0 0 5px 5px"; alt="Titans Freelancers"></a>
<a href="https://www.titans.sk">TITANS freelancers</a> je jedným z popredných nezávislých poskytovateľov IT služieb v oblasti outsourcingu IT špecialistov. Ak potrebujete pružne prispôsobovať veľkosť Vašich IT kapacít, zvyšovať výkonnosť Vášho IT oddelenia alebo znižovať mzdové náklady, TITANS freelancers Vám ponúka extra svaly pre Vaše IT projekty.<br>
Freelancerom ponúkame <strong>množstvo jedinečných projektov</strong> v oblasti IT.
</p>
<p>
<a href="https://www.accenture.com/sk-sk/Careers" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/accenture-logo.png" style="width: 250px; padding: 0 0 5px 5px"; alt="Accenture na Slovensku"></a>
<a href="https://www.accenture.com/sk-sk/Careers">Accenture</a> je popredná globálna spoločnosť poskytujúca široké spektrum odborných služieb a riešení v oblasti strategických, konzultačných, digitálnych a technologických služieb a služieb v oblasti prevádzky podnikov. S viac ako 401,000 zamestnancami na celom svete poskytujeme služby klientom vo viac ako 120 krajinách. Na Slovensku pôsobíme už 25 rokov a zamestnávame približne 1.700 ľudí.
</p>
<hr>
<div class="grid_12 alpha">
<h3>SILVER sponsors</h3>
</div>
<p>
<a href="https://online.asbis.sk/" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/asbis-logo.png" style="width: 200px; padding: 0 0 5px 5px"; alt="Asbis SK"></a>
<a href="https://online.asbis.sk/">ASBIS SK</a> je najväčším distribútorom informačných a telekomunikačných technológií a taktiež najväčším IT distribútorom s pridanou hodnotou na Slovensku. Svojim zákazníkom okrem klasickej distribúcie IT produktov ponúka aj na mieru šité komplexné riešenia. ASBIS SK má vo svojom širokom portfóliu viac ako 60 značiek.
</p>
<p>
<a href="https://wy.sk/" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/wy-logo.jpg" style="width: 190px;" alt="Webglobe - Yegon"></a>
Spoločnosť <a href="https://wy.sk/">Webglobe - Yegon</a> poskytuje webhostingové a cloud riešenia, registráciu domén, prevádzku a správu serverov. Hostuje firemné weby, e-shopy, blogy, veľké portály či prezentácie. Pre jednotlivcov a freelancerov, malé tímy, či zabehnuté podniky.
</p>
<p>
<a href="https://about.gitlab.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/gitlab-logo.png" style="width: 100px;" alt="GitLab"></a>
<a href="https://about.gitlab.com">GitLab</a> is an application to code, test, and deploy code together. It provides Git repository management with fine grained access controls, code reviews, issue tracking, activity feeds, wikis, and continuous integration.
</p>
<p>
<a href="http://emark.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/emark-logo.jpg" style="width: 190px;" alt="Emark"></a>
Spoločnosť <a href="http://emark.sk">Emark</a> je kompetenčné, implementačné a vzdelávacie centrum pre Qlik Sense, QlikView a všetky relevantné súvisiace nástroje a nadstavby (reporting, planning, web analytics, mapping, Big Data...). Od roku 2007 sme najskúsenejší autorizovaný Qlik partner na Slovensku a v Česku, aktívny tiež v iných krajinách Európy. Venujeme sa výhradne riešeniam Data Discovery na platforme Qlik.
</p>
<p>
<a href="https://travis-ci.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/travisci-logo.png" style="width: 190px;" alt="Travis CI"></a>
<a href="https://travis-ci.com">Travis CI</a> is the best continuous integration platform for your open source and private projects. Easily sync your GitHub projects with Travis CI and you’ll be testing your code in minutes! Test and Deploy with Confidence.
</p>
<!-- <p>
<a href="http://www.nadaciavub.sk/" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/vub-logo.jpg" style="width: 170px;" alt="Nadacia VUB"></a>
<a href="http://www.nadaciavub.sk/">Nadácia VÚB</a> podporuje mladých ľudí, ktorí rozvíjajú svoj talent a aktívne hľadajú spôsoby vzdelávania nad rámec bežného štúdia. Nadácia VÚB pomáha prinášať vzdelávanie a podnikateľské možnosti bližšie k vám.
</p> -->
<!-- <p>
<a href="http://microcomp.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/Microcomp-logo.jpg" style="width: 160px"; alt="Microcomp"></a>
<a href="http://microcomp.sk">MICROCOMP</a> je dlhodobým, úspešným a spoľahlivým dodávateľom informačných technológií a riešiteľom projektov informačnej bezpečnosti.
</p>
<hr/>
<p>
<a href="http://www.essential-data.sk" style="float:right; margin:0 0 0 10px; border:0;"><img src="./images/Essential_data.png" style="width: 140px"; alt="Essential Data"></a>
<a href="http://www.essential-data.sk">Essential Data</a> sa zaoberá známym zložitým problémom – hľadaním ihly v kope sena. Naši zákazníci majú veľké množstvo štruktúrovaných a neštruktúrovaných dát, v ktorých chcú: vyhľadávať, hľadať súvislosti, extrahovať dôležité informácie.
</p>
<hr/>
<p>
<a href="http://www.digitalocean.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/digital-ocean.png" style="width: 140px;" alt="DigitalOcean"></a>
<a href="https://www.digitalocean.com">DigitalOcean</a> is simple cloud hosting, built for developers. Deploy an SSD cloud server in 55 seconds.
</p>
<hr/> -->
<!-- <p>
<a href="https://basecamp.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/Basecamp-logo.png" style="width: 150px;" alt="Basecamp"></a>
<a href="https://basecamp.com">Basecamp</a> is everyone's favorite project management app. Basecamp makes it easy for people in different roles with different responsibilities to communicate and work together.
</p>
<hr/> -->
<!-- <p>
<a href="https://www.hpe.com/us/en/home.html" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/hpe-logo.png" alt="toptal" style="width: 220px;"></a>
<a href="https://www.hpe.com/us/en/home.html">Hewlett Packard Enterprise</a> helps customers use technology to slash the time it takes to turn ideas into value. In turn, they transform industries, markets and lives.
</p>
<hr/>
<p>
<a href="https://about.gitlab.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/gitlab-logo.png" style="width: 150px;" alt="GitLab"></a>
<a href="https://about.gitlab.com">GitLab</a> is an application to code, test, and deploy code together. It provides Git repository management with fine grained access controls, code reviews, issue tracking, activity feeds, wikis, and continuous integration.
</p>
<hr/>
<p>
<a href="http://www.toptal.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/toptal-logo.png" alt="toptal" style="width: 150px;"></a>
<a href="http://www.toptal.com">Toptal</a> is a new, rapidly growing network comprised of some of the most talented engineers in the world, distributed across the globe.
</p>
<hr/> -->
<!-- <p>
<a href="http://www.stell-erp.com/sk/" style="float:right; margin:0 0 0; border:0;"><img src="./images/stellERP.jpg" alt="stellERP" style="width: 140px;"></a>
<a href="http://www.stell-erp.com/sk/">Stell+ERP</a> poskytuje obojstranné služby, t.j. firmám hľadajúcim zamestnancov, ako aj kandidátom hľadajúcim zamestnanie.
</p>
<hr/> -->
<!--<p>
<a href="http://www.sygic.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/sygic.png" alt="Sygic"></a>
<a href="http://www.sygic.com">Sygic</a> develops off-line voice guided GPS navigation software trusted by millions of customers worldwide. With over 30 000 000 installs Sygic GPS Navigation is the top offline navigation app for iOS and Android and Sygic navigation software is used by more than 1000 B2B customers on 5 continents.
</p>-->
<!-- <p>
<a href="http://www.visualdna.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/visualdna.png" style="width: 150px; padding: 0 0 5px 5px;" alt="VisualDNA"></a>
<a href="http://www.visualdna.sk">VisualDNA</a> is a fast-growing, dynamic and entrepreneurial UK technology startup with a big vision and offices in London, Moscow and now a new office in Bratislava!
</p>
<hr/> -->
<!-- <p>
<a href="http://www.synergie.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/synergie-logo.png" style="width: 100px"; alt="Synergie"></a>
V <a href="http://www.synergie.sk">SYNERGIE</a> už viac ako 17 rokov hľadáme talenty pre medzinárodné spoločnosti ako aj lokálne technologické start-upy. Naše skúsenosti s trhom práce zdieľame na blogu Hľadači pokladov, ktorý patrí medzi TOP 5 firemných blogov na Slovensku.
</p>
<hr/> -->
<!-- <p>
<a href="http://www.websupport.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/websupport.png" alt="Websupport"></a>
Spoločnosť <a href="http://www.websupport.sk">WebSupport</a> sa postupne stala neoddeliteľnou súčasťou slovenskej IT komunity. WebSupport je najväčším poskytovateľom webhostingových služieb a registrátorom domén na Slovensku.
</p>
<hr/>
<p>
<a href="http://thirtyseventy.digital" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/30-70-logo.png" style="width: 200px"; alt="Thirtyseventy Digital"></a>
<a href="http://thirtyseventy.digital">Thirtyseventy Digital</a> combines digital production, technology and storytelling into exciting apps and installations. We feel at home on the boundary between physical and digital space.
</p>
<hr/>
<p>
<a href="http://www.essential-data.sk" style="float:right; margin:0 0 0 10px; border:0;"><img src="./images/Essential_data.png" style="width: 140px"; alt="Essential Data"></a>
<a href="http://www.essential-data.sk">Essential Data</a> sa zaoberá známym zložitým problémom – hľadaním ihly v kope sena. Naši zákazníci majú veľké množstvo štruktúrovaných a neštruktúrovaných dát, v ktorých chcú: vyhľadávať, hľadať súvislosti, extrahovať dôležité informácie.
</p>
<hr/>
<p>
<a href="http://www.martinus.sk" style="float:right; margin:0 0 5px 5px; border:0;"><img src="./images/martinus-logo.jpg" alt="Martinus"></a>
<a href="http://www.martinus.sk">Martinus.sk</a> je najväčšie a tiež najobľúbenejšie internetové kníhkupectvo na Slovensku.
</p>
<hr/>
<p>
<a href="http://www.acaimania.com/sk/acaimania" style="float:right; margin:0 0 5px 5px; border:0;"><img src="./images/bratislava/acaimania-logo.png" style="width: 140px"; alt="Acaimania"></a>
Zaži silu pralesa na vlastný jazyk s <a href="http://www.acaimania.com/sk/acaimania">Açaimania</a>.
</p>
<hr/> -->
<!-- <p>
<a href="http://landing.orderlord.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/orderlord-logo.png" style="width: 150px;" alt="Orderlord"></a>
<a href="http://landing.orderlord.com">Orderlord</a> is THE NEW DELIVERY MANAGEMENT STANDARD. The intelligent solution that helps you run the food delivery so you can focus on your business.
</p>
<hr/>
<p>
<a href="https://www.heroku.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/heroku-logo.jpg" style="width: 140px;" alt="Heroku"></a>
<a href="https://www.heroku.com">Heroku</a>, a salesforce.com company and industry pioneer in platform as a service, has enabled developers to build and run more than four million applications - all entirely in the cloud, without the need to purchase or maintain any servers or software.
</p>
<hr/>
<p>
<a href="http://www.wooga.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/wooga-logo.png" style="width: 140px;" alt="Wooga"></a>
Founded in 2009, <a href="http://www.wooga.com">Wooga</a> has become one of the most popular developers of mobile games in the world. At its headquarters in Berlin, employees from more than 40 nations develop high quality free-to-play games for a global audience. Wooga’s focus is on regularly creating hits such as Jelly Splash, Pearl’s Peril and Diamond Dash. Over 50 million people play Wooga’s games every month across multiple platforms.
</p>
<hr/> -->
<!-- <p>
<a href="http://www.pluralsight.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/pluralsight-logo.png" style="width: 140px;" alt="Pluralsight"></a>
The mission of <a href="http://www.pluralsight.com">Pluralsight</a> is to publish high quality online training courses for professional developers, IT admins and creative artists. Every day.
</p>
<hr/> -->
<hr/>
<!-- <h3>Taxi Partner</h3>
<p>
<a href="https://www.liftago.com/sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/liftago-logo.png" style="width: 130px; padding: 0 0 5px 5px";alt="liftago"></a><a href="https://www.liftago.com/sk">Liftago</a> je startup, ktorý dáva ľuďom nadľudskú silu vidieť všetky voľné taxíky v okolí. Bojuje s podvodníkmi a podporuje slušných vodičov.
</p>
<hr/>
-->
<h3>Media Partners</h3>
<p>
<a href="http://robime.it" style="float:right; margin:0 0 0; border:0;"><img src="./images/robime.it-logo.jpg" style="width: 130px; padding: 0 0 5px 5px";alt="robime.it"></a><a href="http://robime.it">robime.it</a> je portál pre IT ľudí, ale aj pre tých, ktorí s IT úzko spolupracujú. Nájdete u nás 300+ blogov od 60+ blogerov zo sveta IT, tipy a rady pre odborný a kariérny rast. Nájdeme vám dobrých kolegov.
</p>
<!--
<p>
<a href="http://www.startitup.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/startitup-logo.png" style="width: 130px; padding: 0 0 5px 5px";alt="startitup"></a><a href="http://www.startitup.sk">Startitup.sk</a> je startupový komunitný portál. Je štartovacou čiarou pre množstvo mladých ľudí. Takých, ktorí chcú zatriasť týmto svetom a ukázať že aj na Slovensku a v Čechách sú šikovní ľudia.
</p> -->
<!-- <p>
<a href="http://www.startupers.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/bratislava/startupers-logo.png" style="width: 140px; padding: 0 0 5px 5px";alt="startupers"></a><a href="http://www.startupers.sk">Startupers</a> je prvý slovenský startupový portál založený v júni 2013, na ktorom jeho návštevníci nájdu zaujímavé informácie zo sveta startupov, technológií, digitálnych médií a sociálnych sietí.
</p> -->
<!-- <p>
<a href="http://www.zones.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/zones.png" style="width: 140px; padding: 0 0 5px 5px";alt="zones"></a><a href="http://www.zones.sk">Zones.sk</a> je najväčší študentský portál.
</p>
<p>
<a href="http://www.zive.sk" style="float:right; margin:0 0 0; border:0;"><img src="./images/logo-zive.png" style="width: 100px; padding: 0 0 5px 5px";alt="zive.sk"></a><a href="http://www.zive.sk">Živé.sk</a> - najnovšie správy o počítačoch, IT a internete.
</p> -->
<!-- <p>
<a href="http://careers.accenture.com/sk-sk/about/technology/Pages/index.aspx" style="float:right; margin:0 0 0; border:0;"><img src="./images/accenture-logo.png" alt="Accenture"></a>
<a href="http://careers.accenture.com/sk-sk/about/technology/Pages/index.aspx">Accenture</a> is a global management consulting, technology services and outsourcing company, with approximately 266,000 people serving clients in more than 120 countries. Combining unparalleled experience, Accenture collaborates with clients to help them become high-performance businesses and governments.
</p>
<p>
<a href="http://www.jetbrains.com/" style="float:right; margin:0 0 0; border:0;"><img src="./images/jetbrains-logo.png" alt="JetBrains"></a>
<a href="http://www.jetbrains.com/">JetBrains</a> is a technology-leading software development firm specializing in the creation of intelligent, productivity-enhancing software. The company is widely known for its innovative, award-winning Java™ integrated development environment IntelliJ® IDEA, ReSharper — a productivity tool for .NET developers, RubyMine – an advanced Ruby&Rails IDE, and YouTrack — an intelligent bug and issue tracker among others.
</p>
<p>
<a href="http://subteca.com/" style="float:right; margin:0 0 0; border:0;"><img src="./images/subteca-logo.png" alt="Subteca"></a>
<a href="http://subteca.com/">Subteca</a> leads its ambitious clients through formulation, execution and sustaining of their digital strategies. We assist during the idea conception phase, deliver quality software and provide guidance during the scaling and pivot phases. We are experts in creating software for web and mobile and use Ruby as one of our main weapons of choice. Also, we are all around nice people to work with and always on lookout for new skilled developers.
</p>
<p>
<a href="http://www.google.com/intl/sk/about/" style="float:right; margin:0 0 0; border:0;"><img src="./images/google-logo-ba.png" alt="Subteca"></a>
<a href="http://www.google.com/intl/sk/about/">Google Slovensko</a>
</p>
</br>
</br>-->
</div>
<div class="clear"></div>
<hr/>
<div class="grid_12 alpha" id="past-editions">
<h1>Past editions of Rails Girls Bratislava</h1>
<p>Rails Girls sa uskutočnili v Bratislave prvýkrát v roku 2013. Odvtedy toto skvelé podujatie organizujeme každý rok. Pozrite si fotky z predchádzajúcich edícií:</p>
<a href="https://www.facebook.com/pg/RailsGirlsBratislava/photos/?tab=album&album_id=332577323544765">
<h4>Rails Girls Bratislava vol. I, august 2013</h4>
<img src="images/bratislava/rgba-01.jpg" alt="Rails Girls Bratislava vol I" />
</a>
<a href="https://www.facebook.com/pg/RailsGirlsBratislava/photos/?tab=album&album_id=554237508045411">
<h4>Rails Girls Bratislava vol. II, december 2014</h4>
<img src="images/bratislava/rgba-02.jpg" alt="Rails Girls Bratislava vol II" />
</a>
<a href="https://www.facebook.com/pg/RailsGirlsBratislava/photos/?tab=album&album_id=687894161346411">
<h4>Rails Girls Bratislava vol. III, september 2015</h4>
<img src="images/bratislava/rgba-03.jpg" alt="Rails Girls Bratislava vol III" />
</a>
<a href="https://www.facebook.com/pg/RailsGirlsBratislava/photos/?tab=album&album_id=826609544141538">
<h4>Rails Girls Bratislava vol. IV, jul 2016</h4>
<img src="images/bratislava/rgba-04.jpg" alt="Rails Girls Bratislava vol IV" />
</a>
</div>
<!-- Update the team list -->
<hr />
<h2>Bratislava team</h2>
<div class="coaches bratislava2014-img">
<a href="https://twitter.com/maioxsk" class="grid_3">
<img src="./images/Marian_Kristel.jpg">
Marian Kristel
<small>@maioxsk</small>
</a>
<!-- <a href="https://twitter.com/linkaszilvi" class="grid_3">
<img src="./images/bratislava/szilvia.jpg">
Szilvia Linkova
<small>@LinkaSzilvi</small>
</a> -->
<a href="https://twitter.com/radodebnar" class="grid_3">
<img src="./images/Radovan_Debnar.jpg">
Radovan Debnar
<small>@radodebnar</small>
</a>
<a href="http://www.ajtyvit.sk/" class="grid_3">
<img src="./images/Petra_Kotuliakova.jpg">
Petra Kotuliakova
<small>@ajtyvit</small>
</a>
</div>
</div>
<h2>Mentors</h2>
<div class="coaches bratislava2014-img">
<!--<a href="https://twitter.com/floordrees" class="grid_3">
<img src="./images/ruby-100.png">
Floor Drees
<small>@floordrees</small>
</a>-->
<!-- <a href="https://twitter.com/tomas_gregor" class="grid_3">
<img src="./images/Tomas_Gregor.png">
Tomas Gregor
<small>@tomas_gregor</small>
</a> -->
<!-- <a href="https://twitter.com/dusaank" class="grid_3">
<img src="./images/Dusan_Koutny.jpeg">
Dusan Koutny
<small>@dusaank</small>
</a> -->
<!--<a href="https://twitter.com/bastilian" class="grid_3">
<img src="./images/rubie-100.png">
Sebastian Graßl
<small>@bastilian</small>
</a>-->
<!--<a href="https://twitter.com/pxlpnk" class="grid_3">
<img src="./images/rubie-100.png">
Andreas Tiefenthaler
<small>@pxlpnk</small>
</a>-->
<a href="https://twitter.com/tony_xpro" class="grid_3">
<img src="./images/tony_bangratz.jpg">
Tony Bangratz
<small>@tony_xpro</small>
</a>
<!--<a href="https://twitter.com/pavelbucka" class="grid_3">
<img src="./images/bratislava/palo-bucka.jpeg">
Pavel Bucka
<small>@pavelbucka</small>
</a> -->
<!-- <a href="https://twitter.com/liesko85" class="grid_3">
<img src="./images/bratislava/anton-lieskovsky.jpeg">
Anton Lieskovsky
<small>@liesko85</small>
</a> -->
<!-- <a href="https://twitter.com/MariaDana13" class="grid_3">
<img src="./images/Maria-Nita.jpeg">
Maria Nita
<small>@MariaDana13</small>
</a>
-->
<!--<a href="https://twitter.com/povergo" class="grid_3">
<img src="./images/ruby-100.png">
Anna Bulenkova
<small>@povergo</small>
</a>-->
<!--<a href="https://twitter.com/darthdeus" class="grid_3">
<img src="./images/rubie-100.png">
Jakub Arnold
<small>@darthdeus</small>
</a>-->
<!-- <a href="https://twitter.com/stefanhuska" class="grid_3">
<img src="./images/Stefan_Huska.jpeg">
Stefan Huska
<small>@stefanhuska</small>
</a> -->
<a href="https://twitter.com/PeterStudent" class="grid_3">
<img src="./images/Peter_Student.jpg">
Peter Student
<small>@PeterStudent</small>
</a>
<!-- <a href="https://twitter.com/danielharcek" class="grid_3">
<img src="./images/Daniel_Harcek.jpg">
Daniel Harcek
<small>@danielharcek</small>
</a> -->
<a href="https://twitter.com/EliDaProud" class="grid_3">
<img src="./images/Eliska_Cejpova.jpeg">
Eliska Cejpova
<small>@EliDaProud</small>
</a>
<!-- <a href="https://twitter.com/Atenna2" class="grid_3">
<img src="./images/Ivana_Drabikova.jpeg">
Ivana Drabikova
<small>@Atenna2</small>
</a> -->
<a href="https://twitter.com/blaskomm" class="grid_3">
<img src="./images/Milos_Blasko.jpg">
Milos Blasko
<small>@blaskomm</small>
</a>
<!-- <a href="https://twitter.com/kacerik" class="grid_3">
<img src="./images/Michal_Kacerik.jpeg">
Michal Kacerik
<small>@kacerik</small>
</a> -->
<!-- <a href="https://twitter.com/quatermain32" class="grid_3">
<img src="./images/Oliver_Kriska.jpeg">
Oliver Kriska
<small>@quatermain32</small>
</a> -->
<a href="https://twitter.com/_tomvest" class="grid_3">
<img src="./images/Tomas_Vestenicky.jpeg">
Tomas Vestenicky
<small>@_tomvest</small>
</a>
<!-- <a href="https://twitter.com/TakacMarek" class="grid_3">
<img src="./images/bratislava/marek-takac.jpg">
Marek Takac
<small>@TakacMarek</small>
</a> -->
<a href="https://twitter.com/Althaire" class="grid_3">
<img src="./images/pilar-huidobro.png">
Pilar Huidobro
<small>@Althaire</small>
</a>
<a href="https://twitter.com/senorhuidobro" class="grid_3">
<img src="./images/ramon-huidobro.jpeg">
Ramon Huidobro
<small>@senorhuidobro</small>
</a>
<a href="https://twitter.com/railsgirls_ba" class="grid_3">
<img src="./images/bratislava/dominik.png">
Dominik Horniak
<small></small>
</a>
<!-- <a href="https://twitter.com/tomasradic" class="grid_3">
<img src="./images/bratislava/tomas-radic.png">
Tomas Radic
<small>@TomasRadic</small>
</a> -->
<a href="https://twitter.com/matejchrenko" class="grid_3">
<img src="./images/bratislava/chrenko.jpg">
Matej Chrenko
<small>@matejchrenko</small>
</a>
<a href="https://github.com/reneklacan" class="grid_3">
<img src="./images/bratislava/rene-klacan.jpg">
Rene Klacan
<small>@reneklacan</small>
</a>
<!-- <a href="https://twitter.com/snopedom" class="grid_3">
<img src="./images/bratislava/dominik-snopek.jpg">
Dominik Snopek
<small>@snopedom</small>
</a>
<a href="https://twitter.com/Vratislav_" class="grid_3">
<img src="./images/bratislava/vrata-kalenda.jpg">
Vráťa Kalenda
<small>@Vratislav_</small>
</a>
<a href="https://twitter.com/DavidAresu" class="grid_3">
<img src="./images/bratislava/David_Aresu.jpg">
David Aresu
<small>@DavidAresu</small>
</a> -->
<a href="https://twitter.com/michaelem" class="grid_3">
<img src="./images/bratislava/emi-rg.png">
Michael Emhofer
<small>@michaelem</small>
</a>
<!-- <a href="https://twitter.com/bulinutz" class="grid_3">
<img src="./images/bratislava/laura-barladeanu.jpg">
Laura Barladeanu
<small>@bulinutz</small>
</a> -->
<a href="https://twitter.com/guitarman201" class="grid_3">
<img src="./images/bratislava/jan-toth.jpeg">
Jan Toth
<small>@guitarman201</small>
</a>
<!-- <a href="" class="grid_3">
<img src="./images/bratislava/martin-uzak.jpg">
Martin Uzak
<small></small>
</a> -->
<a href="" class="grid_3">
<img src="./images/bratislava/matej-pivarci.png">
Matej Pivarci
<small></small>
</a>
<a href="https://twitter.com/martinliptak" class="grid_3">
<img src="./images/bratislava/martin-liptak.png">
Martin Liptak
<small>@martinliptak</small>
</a>
<a href="https://twitter.com/lubomirherko" class="grid_3">
<img src="./images/bratislava/lubomir-herko.jpeg">
Lubomir Herko
<small>@lubomirherko</small>
</a>
<!-- <a href="https://twitter.com/shellycoen" class="grid_3">
<img src="./images/bratislava/shelly-coen.jpg">
Shelly Coen
<small>@shellycoen</small>
</a>
<a href="https://twitter.com/InkCubes" class="grid_3">
<img src="./images/bratislava/birgit-klemenz.png">
Birgit Klemenz
<small>@InkCubes</small>
</a>
<a href="cz.linkedin.com/in/davidhrachovy" class="grid_3">
<img src="./images/bratislava/david-hrachovy.png">
David Hrachovy
<small>@davidhrachovy</small>
</a> -->
<a href="https://www.linkedin.com/in/ondrejzadnik/" class="grid_3">
<img src="./images/bratislava/ondra-zadnik.png">
Ondra Zadnik
<small>@ondrazadnik</small>
</a>
<a href="https://www.hlidacky.cz/tym-hlidacky" class="grid_3">
<img src="./images/bratislava/petr-sigut.png">
Petr Sigut
<small>@petrsigut</small>
</a>
<a href="https://twitter.com/kaderka" class="grid_3">
<img src="./images/bratislava/erich-kaderka.png">
Erich Kaderka
<small>@kaderka</small>
</a>
<a href="https://twitter.com/norbertbago" class="grid_3">
<img src="./images/bratislava/norbert-bago.jpg">
Norbert Bago
<small>@NorbertBago</small>
</a>
</div>
</div>
<!-- /content -->
<footer>
<p>2010-2017, 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>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41722214-1', 'railsgirls.com');
ga('send', 'pageview');
</script>
</body>
</html>