-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathchicago2013.html
406 lines (343 loc) · 12.9 KB
/
chicago2013.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Chicago November 9th 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 comes back to Chicago November 9th: join the full 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="chicago">
<h1>Rails Girls Chicago November 9th 2013</h1>
<p> Hello world!</p>
<p>Rails Girls comes back to Chicago on November 9th! During the free workshop we'll dive into the magical world of Ruby on Rails.</p>
<p>Applications are now close.</p>
<p>Follow <a href="http://www.twitter.com/railsgirlschi">@RailsGirlsChi</a> on Twitter for the latest updates!</p>
<!-- Update the sharing texts.-->
<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 Chicago November 9th - apply now!" data-count="horizontal" data-via="RailsGirlsChi" data-related="railsgirls">
Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div id="fb-root" style=""></div>
<script 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>
</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 and Rails coaches. <a href="https://railsgirlschi.wufoo.com/forms/rails-girls-chicago-2013-coaches/">Let us know</a>.</p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Saturday, November 9th</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:30 - 10:00am</th>
<td>
<h4>Registration & Breakfast</h4>
Meet & greet.
</td>
</tr>
<tr>
<th>10:00 - 10:30am</th>
<td>
<h4>Welcome & MVC Exercise</h4>
Outline of the day & welcome message from the sponsors. Learn about MVC.
</td>
</tr>
<tr>
<th>10:30 - 12:00am</th>
<td>
<h4>Workshop</h4>
Let's get coding! Pair with coaches to design your first web application.
</td>
</tr>
<tr>
<th>12:00 - 1:00pm</th>
<td>
<h4>Lunch & Lightning Talks</h4>
Enjoy lunch. Listen to talks from coaches on a wide range of development topics.
</td>
</tr>
<tr>
<th>1:00 - 3:00pm</th>
<td>
<h4>Workshop - Continued</h4>
We love coding time! Extend your web application.
</td>
</tr>
<tr>
<th>3:00 - 3:30pm</th>
<td>
<h4>Presentation</h4>
Learn more about software development!
</td>
</tr>
<tr>
<th>3:30 - 5:00pm</th>
<td>
<h4>Workshop - Final Stretch</h4>
Final touches to your web application.
</td>
</tr>
<tr>
<th>5:00 - 6:00pm</th>
<td>
<h4>Showcase</h4>
Attendees, show off to each other what you've been working on all day!
</td>
</tr>
<tr>
<th>6:00pm</th>
<td>
<h4>Rails Girls closes</h4>
We can all head out to a bar nearby to celebrate a hard day's work!
</td>
</tr>
</tbody>
</table>
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega side">
<h3>Information</h3>
<p>
<p><strong>Applications are now closed</strong></p>
<!-- <p><strong>Acceptances informed: </strong>September 13th</p> -->
<p><strong>Location:</strong>ThoughtWorks Chicago <br />
<a href="http://goo.gl/maps/kmnPd" target="_blank">200 E Randolph St 25th floor, Chicago IL 60601</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>Partners</h3>
<p>Rails Girls Chicago is organized with our awesome partners.</p>
<p>
<a href="http://www.thoughtworks.com" target="_blank" style="float:right; margin:0 0 0; border:0;">
<img src="./images/thoughtworks-logo.png" alt="ThoughtWorks">
</a>
<a href="http://www.thoughtworks.com">ThoughtWorks</a> is a global IT consultancy. We deliver custom applications and provide no-nonsense consulting; we help organizations become agile.
</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>
<p>
<strong>I know how to program - How can I help?</strong>
We’re also looking for people to be coaches. <a href="https://railsgirlschi.wufoo.com/forms/rails-girls-chicago-2013-coaches/">Fill out our form</a> or <a href="mailto:railsgirlschi@gmail.com">Email us</a>
</p>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h2>Chicago team</h2>
<div class="grid_12">
<a href="" class="grid_3">
Kelly Wu, organizer & coach
</a>
<a href="https://twitter.com/elisacutrin" class="grid_3">
Elisa Cutrin, organizer & coach
<small>@elisacutrin</small>
</a>
<a href="https://twitter.com/feministy" class="grid_3">
Liz Abinante, coach
<small>@feministy</small>
</a>
<a href="https://twitter.com/emirose" class="grid_3">
Emily Rosengren, coach
<small>@emirose</small>
</a>
</div>
<div class="grid_12">
<a href="https://twitter.com/robindunlop" class="grid_3">
Robin Dunlop, coach
<small>@robindunlop</small>
</a>
<a href="" class="grid_3">
Aubrey Chipman, coach
</a>
<a href="" class="grid_3">
Audrey Schwarz, coach
</a>
<a href="" class="grid_3">
James Courtois, coach
</a>
</div>
<div class="grid_12">
<a href="" class="grid_3">
Sarah Cnota, coach
</a>
<a href="" class="grid_3">
Derek Johnston, coach
</a>
<a href="" class="grid_3">
Charlton Austin, coach
</a>
<a href="" class="grid_3">
Richard Lee, coach
</a>
</div>
<div class="grid_12">
<a href="https://twitter.com/aselshamy" class="grid_3">
Ahmed Elshamy, coach
<small>@aselshamy</small>
</a>
<a href="" class="grid_3">
Anita Prai, coach
</a>
<a href="https://twitter.com/alejandraluaces" class="grid_3">
Alejandra Luaces, coach
<small>@alejandraluaces</small>
</a>
<a href="https://twitter.com/pipsqueaky" class="grid_3">
Holly Bowen, coach
<small>@pipsqueaky</small>
</a>
</div>
<div class="grid_12">
<a href="" class="grid_3">
Ed Thome, coach
</a>
<a href="https://twitter.com/phinze" class="grid_3">
Paul Hinze, coach
<small>@phinze</small>
</a>
<a href="https://twitter.com/xSpirkovska" class="grid_3">
Nikolina Spirkovska, coach
<small>@xSpirkovska</small>
</a>
<a href="https://twitter.com/sceng" class="grid_3">
Willa Wang, coach
<small>@sceng</small>
</a>
</div>
<div class="grid_12">
<a href="https://twitter.com/mkrisher" class="grid_3">
Mike Krisher, coach
<small>@mkrisher</small>
</a>
<a href="https://twitter.com/archslide" class="grid_3">
Chris, coach
<small>@archslide</small>
</a>
<a href="" class="grid_3">
Jenn Dudley, coach
</a>
<a href="https://twitter.com/foogene" class="grid_3">
Eugene Filimonov, coach
<small>@foogene</small>
</a>
</div>
<div class="grid_12">
<a href="" class="grid_3">
Crystal Ahn, coach
</a>
<a href="" class="grid_3">
Molly Barlett, coach
</a>
<a href="" class="grid_3">
Emily Montelione, coach
</a>
<a href="https://twitter.com/ygonzalez74" class="grid_3">
Yvette Gonzalez, coach
<small>@ygonzalez74</small>
</a>
</div>
<div class="grid_12">
<a href="https://twitter.com/ameedahc" class="grid_3">
Ameeda Chowdhury, coach
<small>@ameedahc</small>
</a>
<a href="" class="grid_3">
Jesus Salazar, coach
</a>
<a href="" class="grid_3">
Aleksandar Serafimoski, coach
</a>
<a href="" class="grid_3">
Svetlana Ivanova, coach
</a>
</div>
</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>