-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbristol-march-2014.html
383 lines (300 loc) · 12.9 KB
/
bristol-march-2014.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Bristol 22nd March 2014</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 Bristol again 22nd March 2014: join the 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>
<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 id="container" class="container_12 page clearfix">
<div class="grid_12 omega alpha">
<div id="promo" class="new">
<h1>Rails Girls Bristol 2014
<small>22nd March 2014 - Bristol, UK</small>
</h1>
<p style="font-size: 2em;">
<strong><a href="#">This event is now over.<a></strong>
</p>
<!-- Update the sharing texts.-->
<div id="share">
<div>
<div style="margin:0 3px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="" data-text="#RailsGirlsBristol 22nd March 2014 - apply now!" data-count="horizontal" data-via="railsgirls" data-related="railsgirls">
Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div style="margin:0 20px 0 0;">
<a href="https://twitter.com/RailsGirlsBriz" class="twitter-follow-button" data-show-count="false">Follow @RailsGirlsBriz</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>
</div>
</div>
</p>
</div>
</div>
<div class="container_12 clearfix">
<h1>Slides from the event</h1>
<ul>
<li><a href="https://speakerdeck.com/markjs/railsgirs-introduction-to-code-and-the-web">Introduction to code and the web (Mark and Rob)</a></li>
<li><a href="https://speakerdeck.com/railsgirls/rails-girls-bentobox-exercise">Bentobox exercise (Paul)</a></li>
</ul>
</div>
<hr>
<!-- 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 and Rails coaches.
<br/>
<a href="mailto:[email protected]">Email us</a></p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Saturday 22nd March</h2>
<strong>Where:</strong>
At-Bristol, Anchor Road, Harbourside, Bristol, BS1 5DB. <br>
<a href="http://www.at-bristol.org.uk/gettinghere.html">How to get there</a>
<table id="schedule">
<tbody>
<tr>
<th>10:00 - 11:00</th>
<td>
<h4>Registration and installation</h4>
During the morning we’ll help you install Ruby on Rails on your computer.
</td>
</tr>
<tr>
<th>11:00 - 11:45</th>
<td>
<h4>Welcome</h4>
An outline of what we’ll be doing during the day
</td>
</tr>
<tr>
<th>11:45 - 12:00</th>
<td>
<h4>Workshop</h4>
</td>
</tr>
<tr>
<th>12:00 - 13:00</th>
<td>
<h4><a href="http://www.tryruby.org">Tryruby.org</a></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 - 16:00</th>
<td>
<h4>Build the app</h4>
Integrating your newfound knowledge into a Rails application
</td>
</tr>
<tr>
<th>16:00 - 16:30</th>
<td>
<h4>Talks from coaches</h4>
Coaches will give a few quick talks on their experiences in coding and you get a chance to ask questions.
</td>
</tr>
<tr>
<th>16:30 -</th>
<td>
<h4>Afterparty</h4>
We’ll be heading to a local pub for a few drinks to end the day<br>
</td>
</tr>
</tbody>
</table>
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega side">
<h3>Information</h3>
<p>
<strong>Applications are now closed.</strong>
</p>
<p>
<strong>Acceptances informed:</strong> March 12th
</p>
<p>
<strong>Location:</strong> At-Bristol, Anchor Road, Harbourside, Bristol, BS1 5DB.
<a href="http://www.at-bristol.org.uk/gettinghere.html">How to get there</a>
</p>
<h3>Sponsors</h3>
<p>Thank you to our sponsors!</p>
<p>
<a href="http://www.simpleweb.co.uk">
<img src="http://simpleweb.co.uk/wp-content/uploads/2013/11/simpleweb-logo4.png" alt="Simpleweb logo" style="float: right; width: 60px;">
</a>
<a href="http://www.simpleweb.co.uk">Simpleweb</a> building mobile and web applications
</p>
<p style="padding-top: 20px;">
<a href="http://www.bristol.ac.uk">
<img src="http://www.bristol.ac.uk/visualidentity/images/logo-screen.gif" alt="University of Bristol logo" style="float: right; width: 60px;">
</a>
<a href="http://www.bristol.ac.uk">University of Bristol</a>
</p>
<p style="padding-top: 20px;">
<a href="http://www.bcs.org/">
<img src="http://f.cl.ly/items/0n2Q1N3d3C383O1v1W3g/bcs-logo.jpg" alt="BCS logo" style="float: right; width: 60px;">
</a>
<a href="http://www.bcs.org/">BCS</a> The Chartered Institute for IT
</p>
<p style="padding-top: 45px;">
<a href="http://www.brightpearl.com/">
<img src="http://i.imgur.com/hzNrHJg.png" alt="Brightpearl Logo" style="float: right; width: 60px;">
</a>
<a href="http://www.brightpearl.com/">Brightpearl</a> Cloud software for growing retailers
</p>
<p style="padding-top: 20px;">
<a href="http://www.github.com/">
<img src="http://i.imgur.com/sV8IQH5.png" alt="GitHub Logo" style="float: right; width: 60px;">
</a>
<a href="http://www.github.com/">GitHub</a> Powerful collaboration, code review, and code management for open source and private 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. 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>
</div>
<hr />
<!-- Update the team list -->
<div class="map">
<iframe width='960' height='300' frameBorder='0' src='http://a.tiles.mapbox.com/v3/paulspringett.map-8mgdvlw6.html#16/51.45084040470698/-2.6000019907951604'></iframe>
</div>
<div class="coaches clearfix">
<hr />
<h2>Rails Girls Bristol 2014 team</h2>
<a href="https://twitter.com/kyliesaysrelax" class="grid_3">
Kylie Whitehead, organiser
<small>@kyliesaysrelax</small>
</a>
<a href="https://twitter.com/paulspringett" class="grid_4">
Paul Springett, organiser & coach
<small>@paulspringett</small>
</a>
<a href="https://twitter.com/mark_js" class="grid_4">
Mark J Smith, organiser & coach
<small>@mark_js</small>
</a>
</div>
<div class="coaches clearfix">
<a href="https://twitter.com/twombh" class="grid_3">
Thomas Buckley-Houston, coach
<small>@twombh</small>
</a>
<a href="https://twitter.com/stevelacey" class="grid_4">
Steve Lacey, coach
<small>@stevelacey</small>
</a>
<a href="https://twitter.com/samphippen" class="grid_4">
Sam Phippen, coach
<small>@samphippen</small>
</a>
</div>
<div class="coaches clearfix">
<a href="https://twitter.com/createdbypete" class="grid_3">
Pete Rhoades, coach
<small>@createdbypete</small>
</a>
<a href="https://twitter.com/testerab" class="grid_4">
Anna Baik, coach
<small>@testerab</small>
</a>
<a href="https://twitter.com/ang_hee" class="grid_4">
Angela Heenan, coach
<small>@ang_hee</small>
</a>
</div>
<div class="coaches clearfix">
<a href="https://twitter.com/rjpaskin" class="grid_3">
Rob Paskin, coach
<small>@rjpaskin</small>
</a>
<a href="https://twitter.com/camille_ldn" class="grid_4">
Camille Baldock, coach
<small>@camille_ldn</small>
</a>
<a href="https://twitter.com/xanhast" class="grid_4">
Zac Moody, coach
<small>@xanhast</small>
</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>