-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (62 loc) · 3.73 KB
/
index.html
File metadata and controls
87 lines (62 loc) · 3.73 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="asset/favicon apen.svg">
<title>Feliz Natal | Åpen Capital</title>
</head>
<body>
<!-- Feliz Natal! Obrigado por mais esse ano bla bla bla -->
<!-- Botao "Quero um presente" -->
<div class="containerNatal">
<!-- Logo + caminho para consultoria e mentoria -->
<header>
<img src="./asset/Logo-APEN-CAPITAL-(deitada)(branca).png" alt="Logo Apen Capital">
</header>
<h1>Feliz Natal <br> e um excelente 2022!</h1>
<p>
Gostaria de agradecer por mais um ano que passamos juntos aqui nas redes sociais. Obrigado por me aguentarem :) e como forma de retribuir por todo esse apoio, que até hoje não me acostumo com ele, gostaria de liberar <strong class="amarelo">todos meus três cursos de forma gratuíta</strong> a todos que preencherem os dados abaixo.
<br><br>
Espero que todos esses <strong>três cursos</strong> te ajudem de alguma forma a investir melhor em 2022
<br><br> O link está disponível até o dia <strong>26/12/2021</strong>, espero que goste! <br><br> Um abraço para você e sua família, <br> Saulo Godoy e equipe Åpen.
</p>
<a href="http://"></a>
</div>
<main>
<form action="https://gmail.us20.list-manage.com/subscribe/post?u=c924feea0b8bad3f399ed754f&id=25cc8171ed" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="text" name="FNAME" id="name" placeholder="Nome Completo" required class="inputNameEmailTelefone">
<input type="email" name="EMAIL" id="email" placeholder="E-mail" required class="inputNameEmailTelefone">
<input type="tel" name="PHONE" id="telefone" placeholder="Telefone" pattern="[0-9]{2}-[0-9]{5}-[0-9]{4}" maxlength="11" required class="inputNameEmailTelefone">
<div class="opcoes">
<strong><a name="#cadastrar"></a>Qual sua faixa de investimento atual?</strong>
<ul>
<li>
<input type="radio" name="FVALOR" id="valor1" value="até 100 mil reais">
<label for="valor1">até 100 mil reais</label>
</li>
<li>
<input type="radio" name="FVALOR" id="valor2" value="até 500 mil reais">
<label for="valor2">até 500 mil reais</label>
</li>
<li>
<input type="radio" name="FVALOR" id="valor3" value="até 1 milhão de reais">
<label for="valor3">até 1 milhão de reais</label>
</li>
<li>
<input type="radio" name="FVALOR" id="valor4" value="até 1 milhão de reais">
<label for="valor4">Acima de 1 milhão de reais</label>
</li>
</ul>
</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_c924feea0b8bad3f399ed754f_25cc8171ed" tabindex="-1" value=""></div>
<input class="enviar" type="submit" value="Confirmar">
</form>
</main>
<footer>
</footer>
</body>
</html>