-
Notifications
You must be signed in to change notification settings - Fork 15
/
brisbane.html
319 lines (268 loc) · 13 KB
/
brisbane.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Brisbane 8th June 2019</title>
<!-- Write a metatext. This is what will show on the Facebook page and for instance search engines. -->
<meta name="description" content="Rails Girls does Brisbane 8th June: 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">
<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 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="new sydney">
<h1>Rails Girls Brisbane
<small>8 June 2019</small>
</h1>
<p>
Rails Girls comes to Brisbane! During the free one-day workshop we’ll dive into the magical world of Ruby on Rails.</p>
<div id="share">
<div>
<div style="margin:0 15px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="" data-text="Rails Girls - Brisbane 8 June 2019!" data-count="horizontal" data-via="railsgirlsbne" data-related="railsgirls">Tweet</a>
<a href="https://twitter.com/railsgirlsbne" class="twitter-follow-button" data-show-count="false">Follow @railsgirlsbne</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>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div id="fb-root" style=""></div>
<script src="https://www.facebook.com/groups/462831463794656/?fref=ts"></script>
<fb:like href="https://www.facebook.com/groups/462831463794656/?fref=ts" layout="button_count" send="true" width="160" show_faces="false" font=""></fb:like>
</div>
</div>
<div class="clearfix"></div>
<!-- #TRACKS -->
<p><strong>We are offering two tracks:</strong></p>
<p>For beginners: the regular Rails Girls tutorial</p>
<p>For not-so-beginners: Rails Girls Next exercises to deepen your understanding of Ruby, Rails, Sinatra and the web.</p>
<div class="grid_12">
<div class="grid_4 alpha feature">
<p><strong>You learn</strong> more about Ruby, how the internet works, and test driven development.</p>
</div>
<div class="grid_4 feature">
<p><strong>You need</strong> your own laptop, curiosity and a positive attitude!</p>
</div>
<div class="grid_4 omega feature">
<p><strong>Want to help?</strong> Please consider <br/><a href="mailto:railsgirlsbne@gmail.com">sponsoring us</a>.</p>
</div>
</div>
<div class="grid_12">
<!--<h1>Applications are now closed!</h1>-->
<p> Follow us on <a href="https://twitter.com/railsgirlsbne"> Twitter </a> or <a href="https://www.facebook.com/groups/462831463794656/"> Facebook </a>
<p>
<small>
If you have any further questions, Please <a href="mailto:railsgirlsbne@gmail.com">email</a> for more information.
</small>
</p>
</div>
</div>
<hr />
<div class="grid_7 alpha">
<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 at?</strong>
Rails Girls Brisbane is open to all adults (18+), but preference is given to those who identify as women.</p>
<p><strong>Can men attend?</strong>
Yes, but women are given priority.
</p>
<p><strong>Do you have a code of conduct?</strong>
Yes, it is on the <a href="http://ruby.org.au/code-of-conduct.html">ruby.org.au</a> website. We expect attendees, coaches, and sponsor representatives to behave respectfully to make sure everyone has a great time.
</p>
<p>
<strong>Will there be coffee?</strong>
Hells yeah!
</p>
<!-- <p>
<strong>I know how to program - How can I help?</strong>
We’re also looking for people to be coaches. Email us at <a href="mailto:railsgirlssyd@gmail.com">railsgirlssyd@gmail.com</a>.</a>
</p> -->
<hr />
<!-- These also, just update :) -->
<h3> Typical schedule </h3>
<p> This is the schedule we used for our last event. It’ll be quite similar, but probably not exactly the same.</p>
<h2>Saturday</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:30 - 10:00</th>
<td>
<h4>Registration and coffee</h4>
</td>
</tr>
<tr>
<th>10:00 - 10:15</th>
<td>
<h4>Welcome and instructions</h4>
We’ll cover the plan for the day and give instructions how to log into your cloud environment.
</td>
</tr>
<tr>
<th>10:15 - 12:00</th>
<td>
<h4>Workshop pt. 1</h4>
Getting started with Rails
</td>
</tr>
<tr>
<th>12:00 - 12:30</th>
<td>
<h4>Lunch</h4>
<!-- #SPONSOR -->
<!-- Brought to you by
<a href="http://prismatik.com.au/">Prismatik</a>. -->
</td>
</tr>
<tr>
<th>12:30 - 13:00</th>
<td>
<h4>Q&A with coaches</h4>
While you’re finishing up lunch we’ll have a short Q&A with some of our coaches. This is a great time to ask about their experience learning to code, what they do in their jobs, and anything else you’re dying to know!
</td>
</tr>
<tr>
<th>13:00 - 15:00</th>
<td>
<h4>Workshop pt. 2</h4>
Continuing with Rails
</td>
</tr>
<tr>
<th>15:00 - 15:15</th>
<td>
<h4>Afternoon Tea</h4>
Take a break from all that thinking and relax with a sweet snack.
<!-- #SPONSOR -->
<!-- Brought to you by
<a href="http://insuredbyus.com/">Insured by us</a>. -->
</td>
</tr>
<tr>
<th>15:15 - 16:00</th>
<td>
<h4>Workshop pt. 3</h4>
Wrap up your Rails project and get your last minute questions.
</td>
</tr>
<tr>
<th>16:00 - 16:30</th>
<td>
<h4>Wrap-up</h4>
We’ll go over everything we did for the day, and hear about your experiences learning about Ruby and Rails.
</td>
</tr>
<!-- #VENUE -->
<!-- <tr>
<th>18:00</th>
<td>
<h4>Closing Party</h4>
Location to be announced! We can’t give away everything ;)
</td>
</tr> -->
</tbody>
</table>
</div>
<div class="grid_4 push_1 omega side">
<h3>Information</h3>
<p>
<p><strong><a href="https://www.eventbrite.com.au/e/rails-girls-brisbane-2019-tickets-58833444416">Applications</a> close:</strong> 8th June 2019<br/>
<strong>Location:</strong>
River City Labs<br>
Level 3, 315 Brunswick Street<br>
Fortitude Valley, QLD, 4000<br>
Australia<br>
<a target="_blank" href="https://www.google.com.au/maps/place/3%2F315+Brunswick+St,+Fortitude+Valley+QLD+4006/@-27.4580603,153.0322994,17z/data=!3m1!4b1!4m5!3m4!1s0x6b9159f3b103b239:0x3d64bdbe9d174825!8m2!3d-27.4580603!4d153.0344881">View 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>Our awesome Sponsors</h3>
<p>Rails Girls Brisbane is co-organised with our awesome partners and sponsors.</p><p>
<p>Want to help? We're looking for partners & sponsors for this non-profit event! <a href="mailto:railsgirlsbne@gmail.com>">Email us</a>!
</p>
<hr />
<h3>Partners</h3>
<p>
<a href="http://www.ruby.org.au/" style="display:block; margin-top:20px; border:0;" target="_blank">
<img src="./images/brisbane/rubyau.png" alt="Ruby Australia">
</a>
</p>
<p>
<a href="http://www.meetup.com/BrisRuby/" style="display:block; margin-top:20px; border:0;" target="_blank">
<img src="./images/brisbane/brisbane_brisruby.png" alt="BrisRuby">
</a>
</p>
<p>
<a href="http://www.rivercitylabs.net/" style="display:block; margin-top:20px; border:0;" target="_blank">
<img src="./images/brisbane/brisbane_RCL_cropped.png" alt="River City Labs">
</a>
</p>
<hr/>
</div>
<!-- Update the team list -->
<div class="coaches grid_12">
<hr />
<h2>Organisers</h2>
Sorcha Abel <a href="https://twitter.com/sabel25" class="twitter-follow-button" data-show-count="false">Follow @sabel25</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>
Rachelle LeQuesne <a href="https://twitter.com/RachelleOnRails" class="twitter-follow-button" data-show-count="false">Follow @RachelleOnRails</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>
</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">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>