forked from railsgirls/railsgirls.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beijing20140111.html
617 lines (470 loc) · 26.6 KB
/
beijing20140111.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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Beijing 11th Jan 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 Beijing 5th Jan 2014: 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="beijing">
<h1>Rails Girls Beijing 5th Jan 2014</h1>
<p> Hello world!</p><p>
Rails Girls comes to Beijing!
<br>旨在为女性提供工具和社区支持,帮助你们进入IT界以及有能力实现自己的idea和人生理想。
<br>即使你是技术小白,你也可以一天之后,你将有能力做出这样的 <a href="http://railsgirlsapp.herokuapp.com/ideas">网站</a> </p>
<p> 欢迎你关注我们的 <a href="http://weibo.com/railsgirlsbeijing"> 官方微博</a></p>
<p>加入我们吧! <a href="https://jinshuju.net/f/rXpu07">女孩报名</a> 截止时间是2014年1月5日</p>
<p>加入我们吧! <a href="http://www.meetup.com/bjrubyist/events/150469992/">教练报名</a> 截止时间是2014年1月5日</p>
<!-- Update the sharing texts.-->
<div id="share">
<div>
<script type="text/javascript" charset="utf-8">
(function(){
var _w = 72 , _h = 16;
var param = {
url:location.href,
type:'3',
count:'1', /**是否显示分享数,1显示(可选)*/
appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/
title:'', /**分享的文字内容(可选,默认为所在页面的title)*/
pic:'', /**分享图片的路径(可选)*/
ralateUid:'', /**关联用户的UID,分享微博会@该用户(可选)*/
language:'zh_cn', /**设置语言,zh_cn|zh_tw(可选)*/
rnd:new Date().valueOf()
}
var temp = [];
for( var p in param ){
temp.push(p + '=' + encodeURIComponent( param[p] || '' ) )
}
document.write('<iframe allowTransparency="true" frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?' + temp.join('&') + '" width="'+ _w+'" height="'+_h+'"></iframe>')
})()
</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 Beijing 25th Dec - 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> -->
</p>
</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>你会学到</strong> 设计, 原型制作 以及向我们的教练学习如何编程</p>
</div>
<div class="grid_4 feature">
<p><strong>你将需要</strong> 你自己的笔记本,好奇心和少许的想象力!</p>
</div>
<div class="grid_4 omega feature">
<p><strong>想要帮助我们?</strong> 我们在寻找志愿者和和教练。同时我们也在寻找赞助者支持我们这次公益活动。 <a href="mailto:[email protected]">给我们发邮件</a>.</p>
</div>
<hr />
<h2>Photos from the event </h2>
<object width="960" height="600"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fyang_wen%2Fsets%2F72157632248437253%2Fshow%2F&page_show_back_url=%2Fphotos%2Fyang_wen%2Fsets%2F72157632248437253%2F&set_id=72157632248437253&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=122138"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=122138" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fyang_wen%2Fsets%2F72157632248437253%2Fshow%2F&page_show_back_url=%2Fphotos%2Fyang_wen%2Fsets%2F72157632248437253%2F&set_id=72157632248437253&jump_to=" width="400" height="300"></embed></object>
<hr<>
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Friday 10th Jan</h2>
<table id="schedule">
<tbody>
<tr>
<th>20.00 -</th>
<td>
<h4>Online-Installation party</h4>
Our tutors will help you do some pre-installation online. And you may get know the attendees a little bit online. We highly suggest you attend the installation party.<br>
<!-- <strong>Where:</strong> -->
</td></tr>
</tr>
</tbody>
</table>
<hr />
<h2>Saturday 11th Jan</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:30 - 10:00</th>
<td>
<h4>Registration</h4>
During the morning, we'll help you if you did not finish Ruby on Rails online-installation and maybe start with the talks early.
<br />
</td>
</tr>
<tr>
<th>10:00 - 10:15</th>
<td>
<h4>Welcome</h4>
Outline of the day & word from our sponsors
</td>
</tr>
<tr>
<th>10:15 - 10:45</th>
<td>
<h4>Understanding Web Apps</h4>
An Introduction to Software Engineering & Best Practices on Designing & Developing a Web Application
</p>
</td>
</tr>
<tr>
<th>10:25 - 11:00</th>
<td>
<h4>An Introduction to Ruby Programming</h4>
Visit <a href="http://www.tryruby.org" target="_blank">Tryruby.org</a> because his introduction may be more of advanced Ruby programming than the basics.
<!-- <h5> Speaker: <a href="http://www.bryanbibat.net/" target="_blank">Bryan Bibat</a> </h5>
<h5>This is the "Look how cool Ruby is!" talk by Bryan Bibat</h5>
<h5>Visit <a href="http://www.tryruby.org" target="_blank">Tryruby.org</a> because his introduction may be more of advanced Ruby programming than the basics.</h5>
<p><a href="http://www.bryanbibat.net/" target="_blank">Bryan Bibat</a> is a freelance software engineer based in Taguig City, Philippines. He wrote <a href="https://github.com/bryanbibat/rails-3_0-tutorial" target="_blank">"Rails 3.0: a free student manual"</a> and created the
<a href="http://railsftw.bryanbibat.net/" target="_blank">RailsFTW</a> project. He's also currently DevCon's VP for Technology and is one of the lead evangelists for the Philippine Ruby Users Group.</p> -->
<strong>Let's get coding!</strong>
</td>
</tr>
<tr>
<th>11:00 - 12:00</th>
<td>
<h4>WORKSHOP</h4>
Jumpstart your first web application!
</td>
</tr>
<tr>
<th>12:00 - 13:30</th>
<td><h4>Lunch</h4></td>
</tr>
<tr>
<th>13:30 - 13:50</th>
<td>
<h4>Deploying a Ruby on Rails Application</h4>
<!-- <h5>Speaker: <a href="https://twitter.com/agabutero" target="_blank">Anna Gabutero</a></h5>
<p><a href="https://twitter.com/agabutero" target="_blank">Anna Gabutero</a> is a DevOps Engineer at Friendster. They have been using Ruby since 2007.</p> -->
</td>
</tr>
<tr>
<th>13:50 - 14:10</th>
<td>
<h4>Lightning talks from coaches</h4>
<p>Participants can ask anything about Ruby or Ruby on Rails from the coaches. The topics may be about Ruby programming, deployment and very basic things you will need to move forward and create Ruby on Rails applications. </p>
</td>
</tr>
<tr>
<th>14:10 - 17:30</th>
<td>
<h4>WORKSHOP</h4>
Extend your application.
</td>
</tr>
<tr>
<th>18:30 onwards</th>
<td>
<h4>AFTERPARTY</h4>
The most important part. Location TBA.
</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="http://event.weibo.com/673632">Applications</a> close:</strong> Jan 5th<br/>
<strong>Acceptances informed:</strong>Jan 6th</p>
<strong>Location:</strong>北京市东直门国华投资大厦11层ThoughtWorks Office,地铁环线西南 出口直行50米即到 <a href="https://maps.google.com/maps?q=ThoughtWorks%E6%80%9D%E7%89%B9%E6%B2%83%E5%85%8B%E8%BD%AF%E4%BB%B6%E6%8A%80%E6%9C%AF%E5%8C%97%E4%BA%AC%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8&hl=en&ie=UTF8&ll=39.939702,116.432934&spn=0.00997,0.017552&cid=6987603576348446125&gl=US&hq=ThoughtWorks%E6%80%9D%E7%89%B9%E6%B2%83%E5%85%8B%E8%BD%AF%E4%BB%B6%E6%8A%80%E6%9C%AF%E5%8C%97%E4%BA%AC%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8&t=m&z=16">See 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 -->
<hr/>
<h3>Partners</h3>
<p>Rails Girls Beijing is co-organized with our awesome partners.</p><p>
<p>Want to help? We're looking for partners & sponsors for the non-profit event! <a href="mailto:[email protected]>">Email us</a>! </p>
<p>
<a href="http://www.meetup.com/bjrubyist/" style="float:right; margin:0 0 0; border:0;"><!-- <img src="./images/bjrubyist.png" alt="bjrubyist"> --></a>
<a href="http://www.meetup.com/bjrubyist/">北京Rubyist</a> is a non-profit organization which aims to promote the Beijing Ruby Ecosphere. They also host larger, formal events on a semi-regular basis. They encourage everyone, from Ruby novice to expert, to join us to learn and contribute. They're excited to grow and support the Ruby and Rails communities!
</p>
<p>
<h3>Media Partners</h3>
<p>
<a href="http://www.36kr.com/" style="float:right; margin:0 0 0; border:0;"><img src="http://a.36krcnd.com/photo/6fbcd8eda0c0d0ce194b208005376e92.png" alt="36kr"></a>
<a href="http://www.36kr.com/">36氪</a> (36Kr.com)是一个关注互联网创业的科技博客。36氪的名字源于元素周期表的第36号元素“氪”,化学符号为Kr。36氪为中国互联网创业者开辟了“寻求报道”的途径,打造了初创产品的发布会“36氪开放日”,并搭建了“融资平台”和“招聘平台”。
</p>
<p>
<a href="http://www.infoq.com/cn/" style="float:right; margin:0 0 0; border:0;"><img src="http://cdn4.infoq.com/styles/i/logo.jpg" alt="InfoQ"></a>
<a href="http://www.36kr.com/">InfoQ</a>InfoQ是一个在线新闻/社区网站,总部设在北美,目前在全球有四种语言版本,分别是英文、中文、日文、葡文。InfoQ旨在通过促进软件开发领域知识与创新的传播,为软件开发者提供帮助。为达到这个目的,InfoQ基于实践者驱动的社区模式建立平台,提供新闻、文章、视频演讲和采访等资讯服务,所有的这一切也都是为了研发团队中那些有创新精神的人群:团队领导者、架构师、项目经理、工程总监和高级软件开发人员等。
</p>
<p>
<a href="http://ctquan.com/" style="float:right; margin:0 0 0; border:0;"><img src="http://assets0.ctquan.com/images/logo_2.png" alt="ctquan"></a>
<a href="http://ctquan.com/">创投圈</a>(ctquan.com 和 chuangtouquan.com )是一个专注于服务投资人、创业者,以投融资为主要目的的社交网络。
创投圈成立于2011年6月,是由天使会(徐小平、李开复、雷军、薛蛮子、曾李青、何伯权、包凡、蔡文胜、季琦、倪正东、吕谭平、杨向阳)和创新工场共同投资的第一家公司。这里汇集了当今中国最优秀的投资人,旨在给中国的广大创业者提供一个新一代的投融资和交流的平台,为创业者提供“找人、找钱、找主意”等跟创业有关的最核心功能。
</p>
<hr/>
<h3>Sponsors</h3>
<div style="min-height: 200px;">
<p>
<a href="http://www.qiniu.com" style="float:right; margin:0 0 0; border:0;"><img src="https://github-camo.global.ssl.fastly.net/887ea2b38b08e33bfdef9afa488b063455104e15/687474703a2f2f71696e697574656b2e636f6d2f696d616765732f6c6f676f2d322e706e67" alt="七牛云储存"></a>
<a href="http://www.qiniu.com">七牛云储存:</a> 七牛云存储由国内存储行业的领军人物之一许式伟于2011年创立,致力于提供最适合开发者的数据在线托管、传输加速以及云端处理的服务。
七牛云存储的核心团队成员来自于盛大、金山、网龙、惠普等知名互联网公司。核心成员之间已合作多年。公司创始人许式伟先生曾在金山、百度和盛大等公司担任重要领导岗位,具有多年存储行业实战经验,被誉为国内最适合做云存储的几人之一。
</p>
</div>
<div style="min-height: 200px;">
<p>
<a href="http://www.ucloud.cn/" style="float:right; margin:0 0 0; border:0;"><img src="http://www.ucloud.cn/www/img/www/logo.png" alt="UCloud"></a>
<a href="http://www.ucloud.cn/">UCloud:</a>国内领先的基础云计算提供商,长期专注于移动互联网领域,深度了解移动互联网业务场景和用户需求。
针对特定场景,UCloud通过自主研发提供一系列专业解决方案,包括计算资源、存储资源和网络资源等企业必需的基础IT架构服务,满足互联网研发团队在不同场景下的各类需求。运维团队只需要注册UCloud云平台,即可在管理界面中实现对云服务的统一管理和使用。
目前,已有数千家移动互联网团队将其核心业务迁移至UCloud云计算服务平台上。
UCloud的服务团队遍及上海、北京、广州、成都等城市,我们的数据中心部署在华北(北京)、华东(浙江)、华南(广州)等大陆主要区域,同时我们在香港的海外数据节电覆盖亚太区域为海外业务需求的用户保驾护航。
</p>
</div>
<div style="min-height: 200px;">
<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> They deliver custom applications and provide no-nonsense consulting; we help organizations become agile.
</p>
</div>
<!-- <p>
<a href="http://the-cocktail.com/zh-CN" style="float:right; margin:0 0 0; border:0;"><img src="http://the-cocktail.com/assets/images/the-cocktail.png" alt="thecocktailchina"></a>
<a href="http://the-cocktail.com/zh-CN">The-Cocktail China:</a> The Cocktail成立于2003年,是西班牙顶尖的数字产品用户体验设计咨询公司,为世界一线品牌客户提供数字营销策略咨询、数字产品交互设计和用户体验设计、市场调研及技术开发等服务,如BBVA银行、Telefonica、BMW、Zara、Google等。总部位于马德里,并于北京、墨西哥城和波哥大设有分公司, 致力于为客户提供全球化全方位的整合咨询服务。
</p> -->
<div style="min-height: 200px;">
<p>
<a href="http://e-accent.com" style="float:right; margin:0 0 0; border:0;"><img src="http://e-accent.com/eaccent-logo.png" alt="e-accent"></a>
<a href="http://e-accent.com">E-accent :</a> E-accent was founded by Jorn Mineur in 2005 and specializes in Ruby on Rails web development. We were among the first dedicated Ruby on Rails teams in the world, and the very first in China.
</p>
</div>
<div style="min-height: 200px;">
<p>
<a href="http://knewone.com/" style="float:right; margin:0 0 0; border:0;"><img src="https://dl.dropboxusercontent.com/u/19212166/knewone%20LOGO.png" alt="knewone"></a>
<a href="http://knewone.com/">knewone:</a> knewone.com 是让科技与设计改变生活的众筹平台,探索,分享和拥有新奇产品,让我们关注创新,活在未来
</p>
</div>
<div style="min-height: 200px;">
<p>
<a href="https://peatio.com/" style="float:right; margin:0 0 0; border:0;"><img src="https://www.dropbox.com/s/8flpayv7bmse9o3/peatio%20Logo.png" alt="peatio"></a>
<a href="https://peatio.com/">貔貅交易所:</a> 貔貅交易所 世界上首个全民所有交易所
</p>
</div>
<div style="min-height: 200px;">
<a href="http://railstutorial-china.org/" style="float:right; margin:0 0 0; border:0;"><img src="https://dl.dropboxusercontent.com/u/19212166/railstutorial2ndcn%20logo.jpg" alt="Ruby on Rails 教程"></a> <a href="http://railstutorial-china.org/">Ruby on Rails 教程:</a> 被誉为 Rails 开发入门最佳教程。这本书会教你如何践行“测试驱动开发”理念,一步一步开发出一个类 Twitter 程序。
</div>
<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. Most of the speeches are given in english, but small group work is done in german. 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. 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>Beijing team</h2>
<!--
-->
<a href="http://www.meetup.com/bjrubyist//" class="grid_3">
北京Rubyist
<small>@北京Rubyist</small>
</a>
<a href="http://weibo.com/sundevilyang/" class="grid_3">
文洋, Organizer & Coach
<small>@sundevilyang</small>
</a>
<a href="http://siwei.me" class="grid_3">
申思维, Coach
<small>@sg552</small>
</a>
<a href="http://hpyhacking.me/" class="grid_3">
邱亮, Coach
<small>@hpyhacking</small>
</a>
<a href="http://weibo.com/abitno" class="grid_3">
冯晓东, Coach
<small>@abitno</small>
</a>
<a href="#" class="grid_3">
姜军, Coach
<small>@jasl9187</small>
</a>
<a href="https://twitter.com/jimrokliu/" class="grid_3">
Jimrok Liu, Coach
<small>@jimrokliu</small>
</a>
<a href="http://weibo.com/candynmm" class="grid_3">
牛亚萌, Coach
<small>@牛牛broadcast</small>
</a>
<a href="http://weibo.com/evainexia" class="grid_3">
夏思雨, Coach
<small>@summer_xia爱上夏天</small>
</a>
<a href=" http://weibo.com/zzhattzzh" class="grid_3">
左永辉, Coach
<small>@zzh左左辉</small>
</a>
<a href="#" class="grid_3">
车朝阳, Coach
<small>@车朝阳</small>
</a>
<a href="http://weibo.cn/u/3259298610" class="grid_3">
张溆雯, Coach
<small>@开8_Wyn</small>
</a>
<a href="http://weibo.com/candynmm" class="grid_3">
李弘宇, Coach
<small>@Yokococo_</small>
</a>
<a href="https://twitter.com/daqing" class="grid_3">
大庆, Coach
<small>@daqing</small>
</a>
<a href="http://weibo.com/cenyongh" class="grid_3">
岑永洪, Coach
<small>@岑永洪</small>
</a>
<a href="http://weibo.com/paradiaose" class="grid_3">
刘宇轩, Coach
<small>@soiitaire_clj</small>
</a>
<a href="http://weibo.com/cnlijun" class="grid_3">
李君, Coach
<small>@D瓜哥</small>
</a>
<a href="www.adam429.com" class="grid_3">
李博, Coach
<small>@李博_Adam429</small>
</a>
<a href="https://github.com/quanbinn" class="grid_3">
夏彬, Coach
<small>@quanbinn</small>
</a>
<!-- <a href="mobiwolf.github.com" class="grid_3"> Mobiwolf, Coach<small>@mobiwolf</small> </a>
<a href="[email protected]" class="grid_3">
gingerhot, Coach
<small>@gingerhot</small>
</a>
<a href="#" class="grid_3">
cao7113, Coach
<small>@cao7113</small>
</a>
<a href="#" class="grid_3">
Ben, Coach
<small>@Ben</small>
</a>
<a href="#" class="grid_3">
virgil.leehong, Coach
<small>@virgil.leehong</small>
</a>
<a href="#" class="grid_3">
abitno, Coach
<small>@abitno</small>
</a>
<a href="#" class="grid_3">
alex197445, Coach
<small>@alex197445</small>
</a>
<a href="#" class="grid_3">
freebird, Coach
<small>@freebird</small>
</a>
<a href="#" class="grid_3">
Crossle Song, Coach
<small>@Crossle Song</small>
</a>
<a href="#" class="grid_3">
车朝阳, Coach
<small>@车朝阳</small>
</a>
<a href="#" class="grid_3">
oualid, Coach
<small>@oualid</small>
</a>
<a href="#" class="grid_3">
mobiwolf, Coach
<small>@mobiwolf</small>
</a>
<a href="#" class="grid_3">
olivier.caillault, Coach
<small>@olivier.caillault</small>
</a>
<a href="#" class="grid_3">
dongli.init, Coach
<small>@dongli.init</small>
</a>
<a href="#" class="grid_3">
jasl9187, Coach
<small>@jasl9187</small>
</a>
<a href="http://www.openxid.com" class="grid_3">
alex_tian, Coach
<small>@alex_tian</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>