-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbelem.html
527 lines (443 loc) · 22 KB
/
belem.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rails Girls Belém 2018</title>
<meta name="description" content="Rails Girls acontecerá em Belém nos dias 17 e 18 Novembro de 2018. Venha para se divertir e aprender Ruby on Rails conosco!">
<meta name="author" content="Rails Girls">
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<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>
<style type="text/css">
.bh-header {
background: #d3360b url(images/workshop.jpg) no-repeat;
background-size: cover;
display: table;
height: 90vh;
height: 1vm;
width: 100%;
}
.bh-header .button {
background-color: rgba(211, 54, 11, 0.9);
border: 1px solid white;
padding: 10px 30px;
font-size: 22px;
color: #fff;
margin: 0 0.5em;
border-radius: 100px
}
table.table {
width: 100%;
}
table.table td {
padding: 10px;
}
table.table td.tableEvent {
border-bottom: 1px solid #ccc;
}
table.table td.tableTime {
background-color: #8a1d04;
color: white;
font-weight: bold;
border-bottom: 1px solid white;
text-align: center;
}
table.table td.tableBreak {
background-color: #fafafa;
}
table.table td.tableKeynote {
background-color: #e0330c;
color: white;
font-weight: bold;
border-bottom: 1px solid white;
}
nav {
margin: 0 0 0 240px;
text-align: right;
}
hr {
margin: 30px 0;
}
.imageLink {
border: none;
}
.imageLink:hover {
opacity: .7;
}
.helsinki_header_content {
background-color: rgba(0, 0, 0, 0.38);
top: 0;
}
.coaches .omega {
margin-right: 0;
}
.coaches .grid_3:nth-child(4n+4) {
margin-right: 20px;
}
.coach {
border-radius: 50px;
max-height: 52px;
}
.coach+span {
padding-top: 12px;
display: block;
}
.support {
list-style: none;
display: block;
}
.support li {
display: inline-block;
text-align: center;
width: 31%;
margin: 40px auto;
}
.support li.col4 {
width: 31%;
}
.support li.col6 {
width: 40%;
}
s .support .imageLink {
display: inline-block;
}
.portfolio {
padding: 50px 0;
}
.portfolio-item {
margin-bottom: 30px;
}
.img-portfolio {
max-width: 70%;
margin: 0 auto;
}
.img-mentors {
border-radius: 50%;
}
.img-portfolio:hover {
opacity: .8;
}
.coaches img {
float: left;
width: 100px;
/*border: 3px solid brown;*/
width: 48px;
border: 1px solid #ddd;
margin-right: 15px;
//*border-radius: 50%;
margin-bottom: 5px;
max-width: 80%;
/* margin: -14px auto; */
}
/*.coach {
/* border-radius: 70px;*/
/*border-radius: 50px;
max-height: 52px;*/
}
.coaches a {
line-height: 1.5;
}
.page {
/*padding: 20px 0;*/
}
</style>
<meta property="og:image" content="images/favicon.png" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Hotjar Tracking Code for https://railsgirls.com/belem -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1219506,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<header>
<div class="container_12">
<a id="logo" href="wwww.railsgirls.com"><img src="images/railsgirls-logo.png" alt="Rails Girls" /></a>
<nav>
<a href="https://railsgirls.com/events.html">Eventos</a>
<a href="https://railsgirls.com/materials.html">Materiais</a>
<a href="https://railsgirls.com/press.html">Press</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
<a href="https://guides.railsgirls.com/guides-ptbr/">Guias</a>
<a href="http://www.pyladies.com/CodeOfConduct/" target="_blank">Código de Conduta</a>
</nav>
</div>
</header>
<div class="bh-header">
<div class="helsinki_header_content">
<h1>
Rails Girls Belém
<small> 17 e 18 de Novembro de 2018 </small>
</h1>
<!--p>
Inscrições Abertas ! :)
<br>
<i>(16/09 a 27/10)</i>
</p>
<p>
<a href="https://goo.gl/forms/TVE71gBFAPq1wNeD2" class="button" title="Inscrições Rails Girls Belém 2018"><i>Inscreva-se !</i></a>
</p-->
</div>
</div>
<div id="container" class="container_12 page clearfix">
<h3>Está chegando a segunda edição do Rails Girls Belém !</h3>
<p>Sabia que você é capaz de criar um software, uma aplicação ou um programa de computador como, por exemplo, o Facebook? Não faz ideia de como? Nós iremos te apresentar a este mundo mágico da programação,
onde você escreve um texto e seu computador entende e faz tudo o que você quiser e puder imaginar! :)</p>
<p>O Rails Girls é gratuito e para todas que se identifiquem como mulheres, de qualquer idade, que tenham um conhecimento básico em lidar com computadores.</p>
<hr/>
<div id="container" class="container_12 page clearfix">
<h3>FAQ</h3>
<p><strong>O que é Rails Girls?</strong> Rails Girls é um evento de dois dias sem fins lucrativos que acontece no mundo inteiro, o Rails Girls é destinado à mulheres de todas as idades que tem como objetivo oferecer uma grande primeira experiência
em desenvolvimento de software.</p>
<p><strong>O evento será em inglês?</strong> Não! O evento será em português.</p>
<p><strong>Quanto custa o evento?</strong> Nada, é de graça! Você só precisa ser curiosa!</p>
<p><strong>Qual é o publico alvo?</strong> Mulheres de qualquer idade que tenham um conhecimento básico em lidar com computadores. Já tivemos participantes de todas as idades. <strong>Por favor, se possível traga seu notebook. Se não tiver, não se preocupe!</strong></p>
<p><strong>Homens podem participar?</strong> A prioridade será dada às mulheres. Caso sobrem vagas abriremos para os homens também.</p>
<hr/>
<div class="grid_4">
<h3>Onde será?</h3>
<p>
<span><b>COWORKING ELEPHANT</b></span>
<a href="https://elephantcoworking.com.br/" alt="Coworking Elephant" class="imageLink" target="_blank">
<img height="90px" src="images/logo-elephant.png" title="Coworking Elephant">
</a>
<br> Endereço: Av. Gov. José Malcher, 153 66040-281 - Nazaré, Belém/PA
</p>
</div>
<div class="grid_8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.5380920188995!2d-48.49490191311027!3d-1.4514978583433422!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x92a48fa2a50d6d73%3A0x12989b7f97d184bc!2sElephant+Coworking!5e0!3m2!1spt-BR!2sbr!4v1536090093544"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<br>
</div>
<hr>
<div class="grid_12">
<div class="grid_6 alpha">
<h2>Sabádo, 17 de Novembro</h2>
<table class="table">
<tbody>
<tr>
<td class="tableTime">9:30</td>
<td class="tableEvent tableBreak">Credenciamento & Abertura</td>
</tr>
<tr>
<td class="tableTime">10:40</td>
<td class="tableEvent tableKeynote">Palestra com Alessandra Gomes & Naiara Silva</td>
</tr>
<tr>
<td class="tableTime">11:15</td>
<td class="tableEvent tableKeynote">Instalação das máquinas</td>
</tr>
<tr>
<td class="tableTime">12:30</td>
<td class="tableEvent ">Encerramento</td>
</tr>
</tbody>
</table>
</div>
<div class="grid_6 omega">
<h2>Domingo, 18 de Novembro</h2>
<table class="table">
<tbody>
<tr>
<td class="tableTime">9:30</td>
<td class="tableEvent tableBreak">Credenciamento & Abertura</td>
</tr>
<tr>
<td class="tableTime">10:40</td>
<td class="tableEvent tableKeynote">Introdução ao Ruby on Rails com Luiz Sanches</td>
</tr>
<tr>
<td class="tableTime">11:00</td>
<td class="tableEvent tableKeynote">Palestra com Lídia Rocha</td>
</tr>
<tr>
<td class="tableTime">11:15</td>
<td class="tableEvent tableBreak">Coffee Break</td>
</tr>
<tr>
<td class="tableTime">11:30</td>
<td class="tableEvent tableKeynote">Workshop </td>
</tr>
<tr>
<td class="tableTime">12:30</td>
<td class="tableEvent tableBreak">Pausa para Almoço</td>
</tr>
<tr>
<td class="tableTime">14:00</td>
<td class="tableEvent tableKeynote">Workshop</td>
</tr>
<tr>
<td class="tableTime">18:00</td>
<td class="tableEvent">Encerramento & Sorteio de brindes</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="grid_12">
<hr/>
<h3>Organização</h3>
<br>
<div class="coaches">
<a href="https://www.linkedin.com/in/nathalialobato/" class="grid_3 omega" target="_blank">
<img class="coach" src="images/nathalia.jpg"><span>Nathalia Lobato</span>
</a>
<a href="https://www.linkedin.com/in/jessica-paz/" class="grid_3 omega" target="_blank">
<img class="coach" src="images/29541972_1630723377048368_6462700726100102402_n.jpg"><span>Jessica Paz</span>
</a>
</div>
</div>
<br>
<div class="grid_12">
<h3>Mentores</h3>
<br>
<div class="coaches">
<a href="https://www.linkedin.com/in/lsanches/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/0.jpeg" alt="Luiz Sanches">
<span>Luiz Sanches</span>
</a>
<a href="https://www.linkedin.com/in/verena-ribeiro-44921791/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/verena.jpg" alt="Verena Ribeiro">
<span>Verena Ribeiro</span>
</a>
<a href="https://www.linkedin.com/in/denise-costa-a3688831/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/denise.jpg" alt="Denise Costa">
<span>Denise Costa</span>
</a>
<a href="https://www.linkedin.com/in/andreza-lima-105a5ba4/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/andressa.jpg" alt="Andreza Lima">
<span>Andreza Lima</span>
</a>
<a href="https://www.linkedin.com/in/jacleciane-moraes-367b18110/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/jacleciane.jpg" alt="Jacleciane Moraes">
<span>Jacleciane Moraes</span>
</a>
<a class="grid_3 omega" target="_blank">
<img class="coach" src="./images/larissa.jpg" alt="Larissa Neves">
<span>Larissa Neves</span>
</a>
<a class="grid_3 omega" target="_blank">
<img class="coach" src="./images/lorena.jpg" alt="Lorena Araújo">
<span>Lorena Araújo</span>
</a>
<a class="grid_3 omega" target="_blank">
<img class="coach" src="./images/lidia.jpg" alt="Lídia Rocha">
<span>Lídia Rocha</span>
</a>
<a href="https://www.linkedin.com/in/jessica-paz/" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/29541972_1630723377048368_6462700726100102402_n.jpg" alt="Jessica Paz">
<span>Jessica Paz</span>
</a>
<a class="grid_3 omega" target="_blank">
<img class="coach" src="./images/alessandra.jpg" alt="Alessandra Gomes">
<span>Alessandra Gomes</span>
</a>
<a href="https://github.com/brunoricardojava" class="grid_3 omega" target="_blank">
<img class="coach" src="./images/bruno.jpg" alt="Bruno Scherer">
<span>Bruno Scherer</span></a>
</div>
</div>
<div class="grid_12">
<br>
<br>
<hr/>
<h3>Patrocinadores</h3>
<ul class="support">
<p>
<h5>Nosso projeto será maior e melhor com o apoio de empresas legais. Ajude o nosso evento com dinheiro, conhecimento, tempo ou qualquer outro apoio e torne o Rails Girls especial. Se você quer contribuir entre em contato com a gente
<a href="mailto:[email protected]" alt="railsgirlsbelem" class="imageLink">
<font color="red"><b>[email protected]</b></a>
</font>
</h5>
</p>
<li class="col4">
<a href="https://nomadetec.com.br/" alt="Nomade" class="imageLink" target="_blank">
<img height="200px" src="images/nomade.png" title="NomadeTecnologia">
</a>
</li>
<li class="col4">
<a href="https://www.tasafo.org/" alt="TáSafo" class="imageLink" target="_blank">
<img height="200px" src="images/ta-safo-2018.png" title="TáSafo">
</a>
</li>
<li class="col4">
<a href="https://www.alura.com.br/" alt="Alura" class="imageLink" target="_blank">
<img src="images/aluradark.png" title="Alura">
</a>
</li>
<li class="col4">
<a href="http://www.jambu.com.br/xss/" alt="Jambu TEC" class="imageLink" target="_blank">
<img height="120px" src="images/jambutec.jpg" title="Jambu Tecnologia">
</a>
</li>
<li class="col4">
<a href="https://elephantcoworking.com.br/" alt="Coworking Elephant" class="imageLink" target="_blank">
<img height="180px" src="images/logo-elephant.png" title="Coworking Elephant">
</a>
</li>
<li class="col4">
<a href="https://www.pyladies.com/" alt="Pyladies" class="imageLink" target="_blank">
<img height="220px" src="images/pyladybelem.png" title="Pyladies Belém">
</a>
</li>
<li class="col4">
<a href="http://www.hub728.com.br/" alt="HUB 728" class="imageLink" target="_blank">
<img height="90px" src="images/hub728.png" title="HUB 728">
</a>
</li>
<li class="col4">
<a href="http://www.idopterlabs.com.br/" alt="Idopterlabs" class="imageLink" target="_blank">
<img height="170px" src="images/idolabs.png" title="Idopterlabs">
</a>
</li>
<li class="col4">
<a href="https://plugueinsights.com/" alt="Idopterlabs" class="imageLink" target="_blank">
<img height="100px" src="images/plugue.png" title="PlugueInsights">
</a>
</li>
<li class="col4">
<a href="https://compilagrao.com.br/" alt="Compilagrao" class="imageLink" target="_blank">
<img height="200px" src="images/compilagrao.png" title="Compilagrao">
</a>
</li>
</div>
<footer>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Frailsgirlsbelem&tabs&width=340&height=130&small_header=false&adapt_container_width=false&hide_cover=false&show_facepile=false&appId" width="340" height="130"
style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media">
</iframe>
<div id="footer" class="with-background" style="background-image: " gray ">
<div class="overlay ">
<div class="container ">
<div class="container ">
<p>Rails Girls, 2010-2018 . <a href="mailto:[email protected] ">Entre em contato</a> e saiba mais em nossa página no Facebook <a href="https://www.facebook.com/railsgirlsbelem/ "> @railsgirlsbelem </a>.</p>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82563105-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript " async src="https://d335luupugsy2.cloudfront.net/js/loader-scripts/dffb9a5e-66fc-4a1b-b9bd-fcd6a72a078d-loader.js " ></script>
</body>
</html>