-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathwroclaw2013.html
461 lines (354 loc) · 17.1 KB
/
wroclaw2013.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Wrocław 9-10 March 2013</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 in Wroclaw 9-10 March 2013: join the two-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">
<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/railsgirls-sq.png"/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<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 = "//connect.facebook.net/en_US/all.js#xfbml=1";
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>
<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 two 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;
}
.yourcityname#promo h1 {
background:url('../images/rg-yourcityname-header.png') no-repeat left top;
}
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 id="container" class="container_12 page clearfix">
<div class="grid_12 omega alpha">
<div id="promo" class="wroclaw">
<h1 style="margin-bottom: 0.5em;">Rails Girls Wroclaw 9-10 March 2013</h1>
<p style="margin-bottom: 1em;"> Hello world!</p>
<p style="margin-bottom: 1em;"> Rails Girls comes to Wrocław!<b> Remember the date 9-10 March 2013!</b><br>During the free two-day workshop we'll dive into the magical world of Ruby on Rails. </p>
<p style="margin-bottom: 1em;"> <a href="https://railsgirls.wufoo.com/forms/w7w5q7/">Applications</a> <b>are open until the 1 of March.</b></p> </p>
<!-- Update the sharing texts.-->
<div id="share", style="height: 75px;">
<div class="fb-like-box" data-href="https://www.facebook.com/RailsGirlsWroclaw" data-width="292" data-show-faces="false" data-stream="false" data-header="true">
</div>
</div>
</div>
</div>
<!-- You can use here your own contact e-mail, or we can send you the e-mails from contact@! -->
<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><b>Want to help?</b></strong> We are looking for sponsors, speakers and volunteers!<br><a href="mailto:wroclaw@railsgirls.com">Email us</a></p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Saturday 9th March</h2>
<table id="schedule">
<tbody>
<tr>
<th>16.30 - 20.00</th>
<td>
<h4>Installation party!</h4>
Get know the participants. Bring your laptop,<br>so we can install Ruby on Rails for you!<br><br>
Short presentation as an introduction to Ruby and vocabulary used in programming - <b>Staszek Kolarzowski</b>
<br><br>We will also play with <a href="http://www.tryruby.org/">tryruby.org.</a>
<br>Snacks and drinks will be provided :)
<tr>
<th>18:30 - 19.15</th>
<td>
<h4>Lightening talks</h4>
<b>1. Magdalena Malinowska</b> - <i>How I started with Rails?</i><br>
<b>2. Sofia Sharkova</b> - <i>Google for Female Entrepreneurs Meetups program</i><br>
<b>3. Anonymous</b> - <i>Google involvement in supporting technology outreach and startups</i><br>
</td></tr>
<tr>
<th>21:00</th>
<td>
<h4>Middle party</h4>
Meet people interested in IT, place will be announced!
</td>
</tr>
</tbody>
</table>
<hr />
<h2>Sunday 10th March</h2>
<table id="schedule">
<tbody>
<tr>
<th>10:00</th>
<td>
<h4>Beginning of workshops</h4>
Let's get started!
Short introduction to Rails framework - <b>Filip Pacanowski</b>
</td>
</tr>
<tr>
<th>10:30 - 13:30</th>
<td>
<h4>Designing your web app - workshop</h4>
Jumpstart to your first web application<br>
Think about ideas!
</td>
</tr>
<tr>
<th>13:30 - 14:00</th>
<td><h4>Lunch</h4></td>
</tr>
<tr>
<th>14:00 - 15:30</th>
<td>
<h4>Lighting talks*</h4>
<b>1. Tomasz Popów</b> - <i>Application design from a sketch till a user</i><br>
<b>2. Piotr Radziemski</b> - <i>Video Explainers</i><br>
<b>3. Go Rails Go</b><br>
<b>4. Marcin Sulikowski</b>- Just do it!<br>
<b>5. Maciej Oleksy</b> - <i>Do NOT invent start-ups</i><br>
<font size="2" color='808080'><i>*this is only random order</i></font><br>
</td>
</tr>
<tr>
<th>15:30 - 18:00</th>
<td>
<h4>Workshop</h4>
Extend your application
<br>Quick introduction to Heroku and Github - <b>Adam Stankiewicz</b>
<br><br>Play with CSS, HTML. Add new functionalities, maybe some dynamic stuff too?
<tr>
</td>
</tr>
<tr>
<th>18:00</th>
<td>
<h4>Final lighting talks*</h4>
<b>6. Wrocławski Park Technologiczny</b><br>
<b>7. Piotr Orzechowski</b> - <i>Data mining and artificial intelligence in business</i><br>
<b>8. Michał Kasprzyk</b> - <i>How to get inspired in 18 minutes?</i><br>
<b>9. Paweł Sołyga</b>- How to land a job thanks to Google Summer of Code<br>
<font size="6" color='808080'><i>*this is only random order</i></font><br>
</td>
</tr>
</tbody>
</table>
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega side">
<h3>Information</h3>
<p>
<p><strong><a href="https://railsgirls.wufoo.com/forms/apply-to-rails-girls-wroclaw-910th-march-2013/">Applications</a> close:</strong> 1st March <br/>
<strong>Acceptances informed:</strong> 4th March </p>
<strong>Location:</strong> Wroclaw Technology Park, ul.Duńska 9<br> Delta Building
<a href="https://maps.google.pl/maps?q=google+maps,+wroc%C5%82awski+park+technologiczny+budynek+delta&ie=UTF-8&hq=&hnear=0x470fc1e5f3e6351f:0x8a26ec57fcfbf85c,Wroc%C5%82awski+Park+Technologiczny+-+Budynek+Delta,+Du%C5%84ska+9,+50-996+Wroc%C5%82aw&gl=pl&ei=1N-LUOimDMSQswb094HICQ&ved=0CCEQ8gEwAA">See on the map</a>
</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>Sponsors</h3>
<p>Rails Girls Wroclaw is co-organized with our awesome partners.</p><p>
<p><strong>Want to help? We're looking for partners, sponsors and speakers for the non-profit event! </strong><a href="mailto:wroclaw@railsgirls.com">Email us</a>! </p>
<p>
<a href="http://www.google.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/google-logo.png" alt="Google"></a>
<a href="http://www.google.com">Google</a><br>This one does not need an introduction :)<br><br>
</p>
<p>
<a href="http://www.gorailsgo.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/go-rails-go.png" alt="Go Rails Go"></a>
<a href="http://www.gorailsgo.com">Go Rails Go</a> is the team <br>of expertly trained and incomparably amicable Ruby on Rails developers<br><br>
</p>
<p>
<a href="http://www.selleo.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/selleo logo.jpg" alt="Ruby on rails and mobile developers" title="Ruby on rails and mobile developers"></a>
<a href="http://www.selleo.com">Selleo</a> creates meaningful web and mobile applications. They are specialising in Ruby on Rails development and other related web technologies <br><br>
</p>
<p>
<a href="http://www.kmpgroup.pl" style="float:right; margin:0 0 0; border:0;"><img src="./images/kmpgroup.png" alt="KMP group"></a>
<a href="http://www.kmpgroup.pl">KMP Group</a> provides unique <br> IT solutions including <br> comprehensive service, covering consultancy, strategy, development and implementation <br> of IT products
</p>
<h3>Partners</h3>
<a href="http://www.technologpark.pl" style="float:right; margin:0 0 0; border:0;"><img src="./images/wpt_logo.jpg" alt="Wrocławski Park Technologiczny"></a>
<a href="http://www.technologpark.pl">Wrocławski Park Technologiczny </a>is the headquater for companies based on advanced technologies, laboratories, scientific and research and development centres<br><br><br>
<p>
<a href="http://www.ikonakmp.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/ikona.png" alt="IKONA KMP"></a>
<a href="http://www.ikonakmp.com">IKONA KMP</a> is creating video productions and animations for the most demanding<br><br>
<p>
<a href="http://www.dobreprogramy.pl" style="float:right; margin:0 0 0; border:0;"><img src="./images/dobre-programy.png" alt="dobreprogramy"></a>
<a href="http://www.dobreprogramy.pl">dobreprogramy</a> is the internet portal devoted entirely to a legal software<br><br>
<p>
<a href="http://www.helion.pl" style="float:right; margin:0 0 0; border:0;"><img src="./images/helionlogo.png" alt="Helion"></a>
<a href="http://www.helion.pl">Helion</a> is the leading publisher of computer books in Poland<br><br>
<p>
<a href="http://www.napwr.pl" style="float:right; margin:0 0 0; border:0;"><img src="./images/na-pwr-logo.png" alt="NA PWr"></a>
<a href="http://www.napwr.pl">NA PWr</a> is the infoportal <br> of students community <br> at Wroclaw University <br> of Technology <br>
</p>
<p>
<!--<a href="http://www.railslove.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/railslove.jpg" alt="Railslove"></a>
<a href="http://www.railslove.com">Railslove</a> is a small team of passionate hackers, thinkers and designers creating juicy stuff for the web.
</p>
<p>
<a href="http://www.innoq.com" style="float:right; margin:0 0 0; border:0;"><img src="./images/innoQ.jpg" alt="InnoQ"></a>
<a href="http://www.innoq.com/">InnoQ</a> offers consulting and development services for challenging projects.-->
</p>
<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. Speeches and workshops are in polish. Please bring your laptop.
</p>
<p>
<strong>Can men attend?</strong>
Yes, but you need to be accompanied by an interested lady. <br>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:wroclaw@railsgirls.com">Email us</a>
</p>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h2>Wrocław team</h2>
<a href="https://twitter.com/arejdych" class="grid_3">
Aneta Rejdych, organizer
<small>@arejdych</small>
</a>
<a href="" class="grid_3">
Joanna Wolska, organizer
</a>
<a href="https://twitter.com/Lexxzor" class="grid_3">
Ola Berjak, organizer
<small>@Lexxzor</small>
</a>
<a href="https://twitter.com/kolarzowski" class="grid_3">
Staszek Kolarzowski, support
<small>@kolarzowski</small>
</a>
<a href="https://twitter.com/_janek" class="grid_3">
Jan Dudek, coach
<small>@_janek</small>
</a>
<a href="https://twitter.com/sheerun" class="grid_3">
Adam Stankiewicz, coach
<small>@sheerun</small>
</a>
<a href="" class="grid_3">
Adrian Zamorski, coach
</a>
<a href="https://twitter.com/andrzejkrzywda" class="grid_3">
Andrzej Krzywda, coach
<small>@andrzejkrzywda</small>
</a>
<a href="" class="grid_3">
Kamil Śliwak, coach
</a>
<a href="https://twitter.com/kiero" class="grid_3">
Konrad Kierys, coach
<small>@kiero</small>
</a>
<a href="https://twitter.com/matbaj" class="grid_3">
Mateusz Bajorski, coach
<small>@matbaj</small>
</a>
<a href="" class="grid_3">
Magda Malinowska, coach
</a>
<a href="https://twitter.com/_claygirl" class="grid_3">
Magdalena Wójcik, coach
<small>@_claygirl</small>
</a>
<a href="" class="grid_3">
Mateusz Kubuszok, coach
</a>
<a href="" class="grid_3">
Piotr Lipiak, coach
</a>
<a href="https://twitter.com/piterniel" class="grid_3">
Piotr Niełacny, coach
<small>@piterniel</small>
</a>
<a href="https://twitter.com/switch_pl" class="grid_3">
Kamil Dubel, coach
<small>@switch_pl</small>
</a>
<a href="https://twitter.com/FilipPacanowski" class="grid_3">
Filip Pacanowski, coach
<small>@FilipPacanowski</small>
</a>
<a href="https://twitter.com/chytreg" class="grid_3">
Dariusz Gertych, coach
<small>@chytreg</small>
</a>
<a href="https://twitter.com/swistak35" class="grid_3">
Rafał Łasocha, coach
<small>@swistak35</small>
</a>
<a href="https://twitter.com/karlaurbanska" class="grid_3">
Karolina Urbańska, organiser
<small>@karlaurbanska</small>
</a>
<a href="" class="grid_3">
Magda Sikorska, coach
</a>
<a href="" class="grid_3">
Marcin Adamczyk, coach
</a>
</div>
</div>
</div>
<!-- /content -->
<footer>
<p>2010-2015, 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>