-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (48 loc) · 2.47 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>InsideOut Project Brasil Newsletter</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<h1>Lista de e-mails do InsideOut o/</h1>
</header>
<section id="main">
<h3>Quer saber novidades sobre Mulheres em Tecnologia, eventos no Rio de Janeiro ou até mesmo ser convocada para palestrar? É só fazer parte da nossa lista!</h3>
<center>
<div id="mc_embed_signup">
<form class="pure-form pure-form-stacked" action="http://insideoutproject.us12.list-manage.com/subscribe/post?u=a09828c5658c3f43e6fe230a0&id=45eac13a68" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<fieldset>
<div class="pure-control-group">
<label for="mce-EMAIL">E-mail<span class="asterisk">*</span>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required="required" />
</div>
<div class="pure-control-group">
<label for="mce-FNAME">Primeiro Nome</label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" />
</div>
<div class="pure-control-group">
<label for="mce-LNAME">Último Nome</label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" />
</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;" aria-hidden="true"><input type="text" name="b_a09828c5658c3f43e6fe230a0_45eac13a68" tabindex="-1" value=""></div>
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="pure-button">QUERO!</button>
</div>
</form>
</div>
</section>
<footer>
<p> © 2015-2016 InsideOut Project Brasil </p>
</footer>
</center>
</body>
</html>