-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbraga.html
438 lines (342 loc) · 16.2 KB
/
braga.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
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Rails Girls Braga, 13th September 2015</title>
<!-- Write a metatext. This is what will show on the Facebook page and for instance search engines. -->
<meta name="description" content="Rails Girls Braga! Join us on the two-day crash-course to the exciting world of building web applications with Ruby on Rails. GNRation will receive us on the 13th of September, the day before RubyConf Portugal!">
<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]-->
<style type="text/css">
.coaches a {
font-size: 15px;
}
</style>
</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 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="braga">
<h1>
Rails Girls Braga
<small>13th September, Portugal</small>
</h1>
<br>
<p>Olá Braga! Hello Braga!</p>
<p>
O Rails Girls chegou a Braga! Gostavas de aprender a programar? Junta-te a nós neste workshop gratuito, onde irás aprender a desenvolver uma App em Ruby on Rails! Não precisas de saber programar.
</p>
<p>
Rails Girls just got to Braga! Join us in this free workshop where you will learn how to build an application in Ruby on Rails! No previous knowledge on programming needed.
</p>
<br>
<p>
<a href="https://docs.google.com/a/groupbuddies.com/forms/d/1cnx9SEl-BcJH_lCR0zq4JBBaxxsUriacmwDJXtk2B8I/viewform?usp=send_form">Apply here!</a>
</p>
<!-- Update the sharing texts.-->
<div id="share">
<div style="margin:0 15px 0 0;">
<a href="https://twitter.com/railsgirlspt" class="twitter-follow-button" data-show-count="false">Follow @railsgirlspt</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 style="margin:0 15px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="" data-text="Rails Girls Braga, 13th September 2015 - apply now!" data-count="horizontal" data-via="railsgirlspt" data-related="railsgirlspt">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div id="fb-root" style=""></div>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#appId=156007477805811&xfbml=1">
</script>
<fb:like href="" layout="button_count" send="true" width="160" show_faces="false" font=""></fb:like>
</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>Want to help?</strong> We are looking for volunteers, partners, sponsors and Rails coaches. <a href="mailto:[email protected]">Email us</a>.</p>
</div>
<hr />
<!-- Update the texts! -->
<div id="schedule" class="grid_6 alpha">
<!--<h2>Schedule soon</h2>
<p>While we're setting up the program for yet another great day of learning, take a look at <a href="https://railsgirls.com/prague">Prague</a> & <a href="http://www.railsgirls.com/galway">Galway</a> for a glimpse of what happens during the day. </p>-->
<h2>Sunday, September 13th</h2>
<table id="schedule">
<tbody>
<tr>
<th>09:00 - 09:45</th>
<td>
<h4>Registration and installation party!</h4>
Meet & greet.
Get to know the attendees a little bit before hand. Bring your laptop so we can help you install Ruby on Rails on your computer if you weren't able to do that before.
</td>
</tr>
<tr>
<th>09:45 - 10:00</th>
<td>
<h4>Welcome</h4>
Outline of the day and schedule
</td>
</tr>
<tr>
<th>10:00 - 10:30</th>
<td>
<h4>Workshop</h4>
HTML and CSS intro
</td>
</tr>
<tr>
<th>10:30 - 11:15</th>
<td>
<h4>Introduction to programming with ruby</h4>
</td>
</tr>
<tr>
<th>11:15 - 11:30</th>
<td>
<h4>Coffee Break</h4>
</td>
</tr>
<tr>
<th>11:30 - 13:00</th>
<td>
<h4>Rails Girls App Tutorial</h4>
<strong>Let's get coding!</strong>
</td>
</tr>
<tr>
<th>13:00 - 14:00</th>
<td><h4>Lunch</h4></td>
</tr>
<tr>
<th>14:00 - 14:15</th>
<td>
<h4>Lightning Talk</h4>
</td>
</tr>
<tr>
<th>14:15 - 16:30</th>
<td>
<h4>Hands on the app.</h4>
</td>
</tr>
<tr>
<th>16:30 - 16:45</th>
<td><h4>Coffee break</h4></td>
</tr>
<tr>
<th>16:45 - 19:00</th>
<td>
<h4>Hands on the app.</h4>
</td>
</tr>
<tr>
<th>20h00 - 22h00</th>
<td>
<h4>Dinner and Drinks with <a href="http:www.rubyconf.pt">Ruby Conf</a></h4>
Open for everyone, meet cool people interested in tech and prepare for RubyConf.
</td>
</tr>
</tbody>
</table>
<hr />
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega side">
<h3>Information</h3>
<p>
Rails Girls Braga
</p>
<p>
<strong>13th September</strong>
</p>
</p>
It will take place at <strong>GNRation</strong>. To get there check <a href="#come">below</a>.
</p>
<p>
Application form:
<a href="https://docs.google.com/a/groupbuddies.com/forms/d/1cnx9SEl-BcJH_lCR0zq4JBBaxxsUriacmwDJXtk2B8I/viewform?usp=send_form">
Apply here!
</a>
<p>
<strong>Application deadline: 10th of September </strong>
<br>
If you were accepted to the event and are not able to go, send us an e-mail or fill this <a href="https://docs.google.com/a/subvisual.co/forms/d/1UdU5jYHzThwpnmutlQqUTdXvlCCvGlrY6OCdd5lW7ng/viewform?usp=send_form">cancellation form</a>.
</p>
</p>
<h3>What they say about us?</h3>
<h4><a href="http://www.webraga.pt/event/rails-girls-ensinam-portuguesas-programar/">Rails Girls ensinam as portuguesas a programar</a></h4>
"webraga.pt 2014"
<p></p>
<h4><a href="http://bragacool.com/agenda/rails-girls-braga">Rails Girls Braga</a></h4>
"Braga Cool 2014"
<p></p>
</div>
<!-- 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 -->
<div style="clear: both;"></div>
<div class="grid_12">
<h3>Partners</h3>
<p>Rails Girls Braga is co-organized with our awesome partners.</p>
<p>
Want to help? We're looking for partners and sponsors for the event! <a href="mailto:[email protected]>">Email us</a>!
</p>
<div style="font-size: 0">
<p style="display: inline-block; width: calc(940px/3); text-align: center;">
<a href="http://www.subvisual.co/" style="border:0; width: 100%;">
<img src="./images/braga/braga2014/subvisual.svg" alt="Subvisual" style="width: 119px;">
</a>
</p>
<p style="display: inline-block; width: calc(940px/3); text-align: center;">
<a href="http://www.gnration.pt/" style="border:0; width: 100%;">
<img src="./images/braga/braga2014/gnration.png" alt="GNRATION" style="width: 175px;">
</a>
</p>
<p style="display: inline-block; width: calc(940px/3); text-align: center;">
<a href="http://www.geekettes.io/" style="border:0; width: 100%;">
<img src="./images/braga/braga2014/geekettes.png" alt="Portugal Geekettes" style="width: 175px;">
</a>
</p>
</div>
<div style="clear: both;"></div>
<h3>FAQ</h3>
<p>
<strong>Is this going to be in english?</strong>
Nope, most of the event and speaches are going to be done in Portuguese! The local coaches are native speakers. However, some of the inspirational talks as well as instructions might be in english. <a href="mailto:[email protected]>">Email us</a>
</p>
<p>
<strong>How much does the workshop cost?</strong>
Nothing, it's free! You just need to be excited and prepared to learn a lot and work hard!
</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. The event will be in Portuguese, but English translators will be available. 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="mailto:[email protected]>">Email us</a>
</p>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h2>Braga team</h2>
<a href="https://twitter.com/lauraeesteves" class="grid_3">
<img src="./images/ruby-100.png"/>
Laura Esteves, organizer
<small>@lauraeesteves</small>
</a>
<a href="https://twitter.com/zamith" class="grid_3">
<img src="./images/rubie-100.png"/>
Luís Ferreira, coach and organizer
<small>@zamith</small>
</a>
<a href="https://twitter.com/locks" class="grid_3">
<img src="./images/rubie-100.png"/>
Ricardo Mendes, coach
<small>@locks</small>
</a>
<a href="https://twitter.com/ruisalgado" class="grid_3">
<img src="./images/rubie-100.png"/>
Rui Salgado, coach
<small>@ruisalgado</small>
</a>
<hr>
</div>
<div id="come" class="grid_12 alpha omega">
<h2>How to get there?</h2>
<div class="grid_6 alpha">
<h3>Location</h3>
<p>
Rails Girls Braga is going to be at <br />
<strong>GNRATION<br/>Praça Conde de Agrolongo n° 123<br/>4700-312 Braga</strong>
</p>
<p>
Here are the GPS coordinates 41.552952, -8.426235.
</p>
<p>You can also check it on <a href="https://www.google.com/maps/preview?ll=41.553027,-8.426118&z=15&t=m&hl=pt-PT&gl=US&mapclient=embed&q=Pra%C3%A7a+Conde+de+Agrolongo+125+4700-309+Braga+Portugal">Google Maps</a>.
</p>
<p>
Should you get lost or stuck, dial <a href="tel:00351-910-444-710">00351 914 485 738</a>.
This should connect you to an organizer or coach that will try to help you get there.
</p>
</div>
<div class="grid_6 omega">
<p><img src="./images/braga/braga2014/gnration.jpeg" alt="a picture of the location" width="450" height="325" style="float:right; padding-bottom:30px;" /></p>
</div>
</div>
<div>
<p> <br> </p>
</div>
<!-- /content -->
</div>
</div>
</div>
</div>
<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/RailsGirlsPortugal">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>