-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (76 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/ico.png" type="image/png">
<title>Workshop</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<div class="container">
<header>
<h1 class="title">PARTICIPE DO WORKSHOP QUE VAI MUDAR O SEU NEGÓCIO</h1>
</header>
<section>
<div class="formContainer">
<h2 class="mb">GARANTA O SEU LUGAR NO WORKSHOP DO MAIOR ESPECIALIS EM MARKETING DA ATUALIDADE</h2>
<p class='mb' >Neste evento, você vai aprender todos os segredos que vão te fazer ser um empreendedor de
sucesso sem precisar contar com a sorte.</p>
<form action="https://gmail.us7.list-manage.com/subscribe/post?u=89b0bbb64ce9d0a06ae97d1de&id=a96c8b3182" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input id="name" name="NAME" type="text" placeholder="Nome">
<input id="email" name="EMAIL" type="text" placeholder="email">
<select name="PLACE">
<option value="rj">Rio de Janeiro</option>
<option value="sp">São Paulo</option>
<option value="mg">Minas Gerais</option>
<option value="es">Espirito Santo</option>
</select>
<!-- 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_89b0bbb64ce9d0a06ae97d1de_a96c8b3182" tabindex="-1" value=""></div>
<input type="submit" value="INSCREVA-SE">
</form>
</div>
</section>
<footer>
<img class="picture" src="./images/face.jpg">
<div class="description">
<h3>O Palestrante</h3>
<p>Carlos Fontana é conhecido por dar palestras que abalam a estrutura do marketing tradicional. Prepara-se
para sair do evento co uma nova visão do que é possível ser feito para o seu negócio decolar.
</p>
<p>Formado em marketing pela Universidade XYZ e fundador da MarkUp, a empresa vencedora dos últimos 5 prêmios MarketingBR.</p>
</div>
</footer>
</div>
</body>
</html>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://gmail.us7.list-manage.com/subscribe/post?u=89b0bbb64ce9d0a06ae97d1de&id=a96c8b3182" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-PLACE">Place </label>
<input type="text" value="" name="PLACE" class="" id="mce-PLACE">
</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_89b0bbb64ce9d0a06ae97d1de_a96c8b3182" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->