-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (79 loc) · 3.37 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="O evento mais esperado do ano está chegando! DevFest Nordeste 2015. Tudo que você precisa saber. Mais informações em breve." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Facebook OG Tags -->
<meta property="og:type" content="website">
<meta property="og:image" content="_img/og_image.png">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="600">
<!-- ================ -->
<link rel="shortcut icon" href="_img/favicon.ico">
<title>Devfest Nordeste 2015</title>
<link rel="stylesheet" href="_css/style.css">cadas
<!-- WEBFONT -->
<link href="http://fonts.googleapis.com/css?family=Roboto:400,700,300,100" rel="stylesheet" type="text/css">
</head>
<body>
<div class="section-header">
<div class="container">
<img src="_img/header-info.png" alt="Devfest Nordeste 2015 " class="header-info">
<div class="box-form">
<div class="input-group">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//devfestne.us11.list-manage.com/subscribe/post?u=ebcd62cabad9a7a22aff5ecc8&id=a87c1c19ca" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required placeholder="Cadastra teu e-mail aí, oxe!">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_ebcd62cabad9a7a22aff5ecc8_a87c1c19ca" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Enviar" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
<div class="wraper">
<div class="btn accent"><a href="https://goo.gl/bftC5D">Quero Palestrar</a></div>
<div class="btn accent"><a href="http://eepurl.com/btF53v">Quero Patrocinar</a></div>
</div>
</div>
</div>
<div class="section-footer">
<div class="container">
<p class="footer-text">
O evento mais esperado do ano está chegando!
<br> DevFest Nordeste 2015. Tudo que você precisa saber.
<br> Mais informações em breve.
</p>
</div>
<div class="organizers">
<h2> Organizadores </h2>
<br>
<ul>
<li><a href="http://site.gdgaracaju.com.br/">Aracaju</a></li>
<li><a href="http://www.gdgfortaleza.org">Fortalezaa</a></li>
<li><a href="http://www.gdgjp.org.br/">João Pessoa<a/></li>
<li><a href="http://gdgmaceio.rocks/">Maceió<a/></li>
<li><a href="http://www.gdgnatal.com/">Natal<a/></li>
<li><a href="http://www.gdgrecife.com">Recife<a/></li>
<li><a href="http://gdg-salvador.github.io/">Salvador<a/></li>
</ul>
</div>
</div>
</body>
</html>