-
Notifications
You must be signed in to change notification settings - Fork 15
/
ankara.html
459 lines (346 loc) · 19.8 KB
/
ankara.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Ankara 14-15 Mart 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 Ankara'ya geliyor. İki günlük ücretsiz workshop ile Ruby on Rails dünyasına yolculuğa hazır mısın? ">
<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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-48046210-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>
</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 ankara">
<h1>Rails Girls Ankara
<small>14-15 Mart 2014</small>
</h1>
<p>
Rails Girls Ankara'ya geliyor. İki günlük ücretsiz workshop ile Ruby on Rails dünyasına yolculuğa hazır mısın? </p>
<p>Başvurular sonlanmıştır. Katılımcı listesi için <a href="http://goo.gl/JYP46m">tıklayınız.</a> </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 Ankara 14-15 Mart 2014 - Başvuruyu kaçırmayın!" 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 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>
</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>Koçlarımızın yardımıyla <strong>tasarlamayı, prototiplendirmeyi ve kodlamayı</strong> öğrenin.</p>
</div>
<div class="grid_4 feature">
<p>Tek ihtiyacınız olan <strong>bilgisayarınız</strong>, merak ve biraz hayal gücü!</p>
</div>
<div class="grid_4 omega feature">
<p><strong>Yardım etmek ister misiniz?</strong> Gönüllüler ve Rails koçları arıyoruz. <a href="mailto:sezen.balibeyoglu@yahoo.com">Bize ulaşın</a>.</p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h2>Cuma - 14 Mart</h2>
<table id="schedule">
<tbody>
<tr>
<th>18.00 -</th>
<td>
<h4>Kurulum Partisi</h4>
Katılımcılarla tanışma. Getirebiliyorsanız laptoplarınızı da beraberinizde getiriniz, böylece Ruby on Rails'in kurulumunu sizler için yapabiliriz.Sizlerle tanışmayı sabırsızlıkla bekliyoruz.<br>
<strong><br/>
</strong>
</td></tr>
<tr>
<th>20.30 -</th>
<td>
<h4>Mentor Yemeği</h4>
Bütün mentorlarımız ertesi günkü programın konuşulacağı mentor yemeğine davetlidir.
</td>
</tr>
</tbody>
</table>
<hr />
<h2>Cumartesi - 15 Mart</h2>
<table id="schedule">
<tbody>
<tr>
<th>9:00 - 10:00</th>
<td>
<h4>Kayıt, Kahve Ikramı, Kurulum Partisi</h4>
Bilgisayarlara Ruby on Rails'ın kurulumu!
</td>
</tr>
<tr>
<th>10:00 - 10:15</th>
<td>
<h4>Hoşgeldiniz!</h4>
Program akışı ve sponsorların konuşmaları </td>
</tr>
<tr>
<th>10:20 - 10:45</th>
<td>
<h4>Workshop</h4>
Web Uygulamanizin Tasarlanması </br>
<a href="http://www.twitter.com/sukrubezen">Şükrü BEZEN</a>
</td>
</tr>
<tr>
<th>10:50 - 11:10</th>
<td>
<h4><a href="http://www.tryruby.org">Tryruby.org</a></h4>
<a href="http://www.twitter.com/furkanayhn">Furkan AYHAN</a>
<a href="http://www.twitter.com/#"></a>
</td>
</tr>
<tr>
<th>11:10 - 13:00</th>
<td>
<h4>WORKSHOP</h4>
Ilk uygulamanıza hızlı başlangıç!
</td>
</tr>
<tr>
<th>13:00 - 13:30</th>
<td><h4>Öğle Yemeği</h4></td>
</tr>
<tr>
<th>13.30- 13:45</th>
<td>
<h4>Bentobox - Web Uygulamalarını Anlama</h4>
Öğrendiklerimizin özetlenmesi ve ilişkilendirilmesi.<br>
<a href="http://www.twitter.com/h2b_internet">Harun Barış BULUT</a>
</td>
</tr>
<tr>
<th>13:45 - 15:00</th>
<td>
<h4>Lightning talks from coaches</h4>
<b>How to start your own startup in Turkey</b>
</br>Dilek DAYINLARLI, 212 Capital
</br></br>
<b>Women in Charge</b>
</br>Canan ÇAKMAKÇI, Cyberpark
<!-- <strong>Being a female developer – life and career</strong><br>
<a href="http://www.twitter.com/sucuklukfasulye"></a><br><br>
<strong>Git course</strong><br>
<a href="http://www.twitter.com/vigobronx"></a><br><br>
<strong>How did baby care make me a better programmer?</strong><br>
<br><br>
<strong>How to start you own business in Turkey?</strong><br>
<a href="https://twitter.com/DilekDayinlarli"></a><br><br>
<strong>Git101 (Git Basics)</strong><br>
<a href="https://twitter.com/vigobronx"></a><br> -->
</td>
</tr>
<tr>
<th>15:00 - 17:00</th>
<td>
<h4>WORKSHOP</h4>
Uygulamanızı geliştirin.
</td>
</tr>
<tr>
<th>20:00 -</th>
<td>
<h4>Kapanış Partisi <br>
</td>
</tr>
</tbody>
</table>
</div>
<!-- These also, just update :) -->
<div class="grid_5 push_1 omega side">
<h3>Ekinlik Bilgileri</h3>
<p>
<p><strong>Başvurular Için Son Tarih:</strong> 7 Mart</p>
<p> <strong>Katılımcıların Açıklanması:</strong> 10 Mart</p>
<strong>Organizasyon Yeri:</strong> <br/>
<strong>Cer Modern</strong><br/>Altınsoy Cd No:3<br/>Altındağ Merkez/Ankara
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3059.4343068466305!2d32.849024!3d39.931674!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14d34ef9ebf171b5%3A0x7f8d115ee1dbf9ac!2sCer+Modern!5e0!3m2!1sen!2s!4v1393240729654" width="400" height="240" frameborder="0" style="border:0"></iframe></small>
</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>Partnerlerimiz</h3>
<p>Rails Girls Ankara partnerlerimizin yardımlarıyla düzenlenmektedir.</p><p>
<p>Yardım etmek ister misiniz? Kar amacı gütmeyen bu organizasyon için ortaklar ve sponsorlar aramaktayız! <a href="mailto:sezen.balibeyoglu@yahoo.com>">Bize ulaşın</a>.</p>
<p><a href="http://www.etiya.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_etiya.png" alt="etiya.com" height="40px"><a href="http://www.etiya.com">Etiya,</a> bugün itibari ile 450’nin üzerinde uzman kadrosu olan, uluslararası standartlara uygunluğu bağımsız kurumlarca onaylanmış ; CRM, Ürün Kataloğu, Satış ve Sipariş Yönetim sistemlerinin sağlayıcısıdır ve alannda pazar lideridir. </p>
<p><a href="http://webbox.io" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_webbox.png" alt="webbox.io" height="30px"><a href="http://webbox.io">webBox.io</a> Ruby, Python ve Unix gibi modern web teknolojilerini kullanan ve aynı zamanda iOS ve MacOS yazılım servislerini ve geliştirme hizmetlerini sağlayan bir şirkettir.</p>
<p><a href="http://www.cloudarena.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_cloudarena.png" alt="cloudarena.com" height="30px"><a href="http://www.cloudarena.com">Cloudarena.com</a>, turizm sektörüne yönelik olarak geliştirdiği küresel çözümlerle konaklama tesisi ve acente yönetimini ve dijital pazarlamasını kolaylaştıran, online rezervasyon deneyimini farklı bir boyuta taşıyan yenilikçi bir teknoloji şirketidir. </p>
<p><a href="http://212ltd.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_212.jpg" alt="212ltd.com" height="80px"><a href="http://212ltd.com">212ltd</a> Türkiye’deki internet ve teknoloji firmalarına erken dönem girişim sermayesi sağlayan yatırım fonudur. Fon, 2011 yılının Aralık ayında kurulduktan sonra seri yatırımlar yapmaya başlamış ve Eylül 2013 itibariyle 8 farklı girişime yatırım yaptı. 212, ürünü veya demosu hazır olan, erken aşama teknoloji ve internet girişimlerine yatırım yapmaktadır.</p>
<p><a href="http://www.hizliceviri.net" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_hizliceviri.png" alt="hizliceviri.net" height="28px"><a href="http://www.hizliceviri.net">Hizliceviri.net</a> bulut tabanlı profesyonel çeviri ve yerelleştirme hizmetir. Geliştirdiği altyapı ile tüm iş akış süreçlerini otomatize ederek müşterilerine en kaliteli çeviriyi en hızlı şekilde sunar. 2+ milyondan fazla kelime çevirisine ulaşmıştır.</p>
<p><a href="http://bulutfon.com/" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_bulutfon.png" alt="bulutfon.com/" height="80px"><a href="http://bulutfon.com/">Bulutfon.com</a> Netinternet ve Lab2023 firmalarının ortak girişimi olan bir telekomünikasyon firmasıdır. Bulutfon ses, sms, video, data transferi gibi iletişim ihtiyaçlarının, her hangi bir donanım ihtiyacı olmadan karşılanmasını sağlayan bir servistir.</p>
<p><a href="http://www.nokta.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_nokta.png" alt="nokta.com" height="60px"><a href="http://www.nokta.com">Nokta,</a> başta İzlesene.com, Sinemalar.com, Alkislarlayasiyorum.com, Doviz.com, Blogcu.com olmak üzere, Yemektarifleri.com ve Fotokritik.com gibi her biri kendi segmentinde lider içerik sitelerini bünyesinde barındıran ve ayda ortalama 17 milyon tekil ziyaretçisi ile Türkiye internet kullanıcılarının yüzde 54’üne erişen teknolojik medya şirketidir.</p>
</div>
<div class="grid_4 alpha feature">
<p><a href="https://www.plusclouds.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_plusclouds.png" alt="plusclouds.com" height="40px"><a href="https://www.plusclouds.com">PlusClouds.com</a> en yeni internet teknolojilerini kullanıcılara sunmak misyonuyla kurulmuş, İstanbul merkezli, dünya çapında bir Bulut Bilişim markasıdır. Bu amaçla Türkiye’de ilk defa yazılım firmalarının, sunucularını ve uygulamalarını Bulut'a taşıması için ihtiyaçları olan sistemi tedarik etmeye başlamıştır.</p>
</div>
<div class="grid_4 alpha feature">
<p><a href="http://www.lab2023.com" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_lab2023.png" alt="lab2023.com" height="150px"><a href="http://www.lab2023.com">LAB2023</a> mobil ve internet yazılımları alanında ‘basit olan mükemmeldir’ sloganıyla faaliyet göstermekte olan bir organizasyon şirketidir. Uzaktan eğitim portalı, mobilya sektörü için internet portalı, facebook oyunu, crm, ödeme sistemleri uygulamaları gibi bir çok farklı alanda mobil ve internet tabanlı startup projesini hayata geçirilmiştir.</p>
</div>
<div class="grid_4 alpha feature">
<p><a href="http://www.cermodern.org/" style="float:right; margin: 0 0 0px 5px; border:0;"><img src="./images/ankara_cermodern.png" alt="cermodern.com" height="37px"><a href="http://www.cermodern.org/">Cermodern</a> sanatsal ve kültürel etkinlikleri, ulusal ve uluslar arası sergi faaliyetleri, kurumsal hizmetleri, tiyatro ve sinema etkinlikleri ve çeşitli atölye programları ile her yaş grubuna hitap eden eğitim faaliyetleri ile Ankara’ya yepyeni sosyal ve kültür yaşam alanı kazandırmıştır.</p>
</div>
<p>
<a href="" style="float:right; margin:0 0 0; border:0;"><img src="" alt=""></a>
<a href=""></a>
</p>
<hr/>
<h3>Sık Sorulan Sorular</h3>
<p><strong>Etkinliğe katılım ücreti nedir? </strong>
<br>Etkinliğe katılım ücreti yoktur.</br>
</p>
<p>
<strong>Etkinliğe kimler katılabilir?</strong>
<br>Bilgisayar kullanma konusunda temel bilgilere sahip olan her yaştan kadın etkinliğe katılabilir. Konuşmalar ve workshoplar Türkçe verilmektedir. Etkinliğe katılanların kendi laptoplarını getirmeleri gerekmektedir.</br>
</p>
<p>
<strong>Erkekler de bu etkinliğe katılabilirler mi?</strong>
<br>Konuyla ilgilenen ve kendilerine eşlik eden bir bayanla katılabilirler.</br>
</p>
<p>
<strong>Ben programlamayı biliyorum, nasıl yardımcı olabilirim?</strong>
<br>Katılımcılarımıza workshop verecek mentorlar da arıyoruz. <a href="mailto:sezen.balibeyoglu@yahoo.com>"> Bizimle iletişime geçin.</a></br>
</p>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h2>Organizasyon Ekibi</h2>
<a href="https://twitter.com/SezenBalibeyolu" class="grid_3">
Sezen BALİBEYOĞLU
<small>@SezenBalibeyolu</small>
</a>
<a href="https://twitter.com/GizemArtuk" class="grid_3">
Gizem ARTUK
<small>@GizemArtuk</small>
</a>
<a href="https://twitter.com/ozguuun" class="grid_3">
Özgün ÜNALDI
<small>@ozguuun</small>
</a>
<a href="https://twitter.com/atamanatilkan" class="grid_3">
Halil Ataman ATİLKAN
<small>@atamanatilkan</small>
</a>
<a href="https://twitter.com/sarimsayisi" class="grid_3">
Güliz COŞAN
<small>@sarimsayisi</small>
</a>
<a href="https://twitter.com/adiloran" class="grid_3">
Adil ORAN
<small>@adiloran</small>
</a>
<a href="https://twitter.com/odtugimer" class="grid_3">
ODTÜ GİMER
<small>@odtugimer</small>
</a>
</div>
<div class="coaches">
<hr />
<h2>Mentörler</h2>
<a href="https://twitter.com/serkanhaslak" class="grid_3">
Serkan HAŞLAK
<small>@serkanhaslak</small>
</a>
<a href="https://twitter.com/furkanayhn" class="grid_3">
Furkan AYHAN
<small>@furkanayhn</small>
</a>
<a href="https://twitter.com/sukrubezen" class="grid_3">
Şükrü BEZEN
<small>@sukrubezen</small>
</a>
<a href="https://twitter.com/alibeklen" class="grid_3">
Ali BEKLEN
<small>@alibeklen</small>
</a>
<a href="https://twitter.com/ardenagopyan" class="grid_3">
Arden AGOPYAN
<small>@ardenagopyan</small>
</a>
<a href="https://twitter.com/h2b_internet" class="grid_3">
Harun Barış BULUT
<small>@h2b_internet</small>
</a>
<a href="https://twitter.com/eyup_atis" class="grid_3">
Eyüp ATİŞ
<small>@eyup_atis</small>
</a>
<a href="https://twitter.com/toziserikan" class="grid_3">
Tayfun Öziş ERİKAN
<small>@toziserikan</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>