-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththank-you.html
100 lines (96 loc) · 4.68 KB
/
thank-you.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Guia prático de organização de saúde financeira">
<meta name="keywords" content="educação financeira, e-book de finanças, dívidas, crédito">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<title>ACREDITA$ - Saúde financeira</title>
<link href="assets/css/main.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-183231851-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-183231851-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '735573543979979');
fbq('track', 'PageView');
fbq('track', 'Lead');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=735573543979979&ev=PageView&noscript=1" alt="Acredita$" /></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<header>
<nav>
<a href="https://growthon.github.io/acreditas">
<img id="logo" src="./assets/img/LogoAcreditasLP.svg" alt="Acredita$" />
</a>
<ul class="menu-closed">
<li id="home"><a href="https://growthon.github.io/acreditas">Home</a></li>
<li id="quem-somos"><a href="https://growthon.github.io/acreditas#video">Quem somos</a></li>
<li id="parceria"><a href="https://growthon.github.io/acreditas#parceria-section">Parceria</a></li>
<li id="nosso-conteudo"><a href="https://growthon.github.io/acreditas#nosso-material">Nosso conteúdo</a>
</li>
</ul>
<button id="menu-toggle">
<img src="./assets/img/menu-icon.svg" alt="Menu" />
</button>
</nav>
</header>
<main class="content-background">
<section id="thank-you">
<p>A equipe Acredita$ agradece pelo interesse em nosso eBook exclusivo <strong>Um guia prático de como se
organizar financeiramente + Bônus Planilha de Gastos da Gabriela Cabral!</strong>.</p>
<p>Boa leitura!</p>
<a href="./assets/doc/Conheça suas dívidas.pdf" download="Conheça suas dívidas.pdf" target="_blank"
class="download-button" enable>
BAIXE O EBOOK JÁ!
</a>
<span>+</span>
<a href="https://docs.google.com/spreadsheets/d/1uF_935K1ZVZu-2nWzpyvzBBo5J3xue8xKO4OtB25Zjs/edit#gid=1012064996"
target="_blank" class="download-button" enable>
BAIXE A PLANILHA JÁ!
</a>
<p><strong>Parceria:</strong> A <a href="https://linktr.ee/gabrielacabral" target="_blank"
rel="noopener noreferrer">Gabriela Cabral</a> é consultora financeira e especializada em
investimentos. Como parceira da Acredita$, ela preparou um Bônus incrível para você, uma planilha super
completa e fácil de usar para você gerir suas finanças.</p>
</section>
</main>
<footer>
<p>GrowthOn | © 2020 All rights reserved</p>
<div id="social">
<a href="#">
<img src="./assets/img/yt-icon.svg" alt="Link para o Youtube">
</a>
<a href="#">
<img src="./assets/img/fb-icon.svg" alt="Link para o Facebook">
</a>
<a href="https://www.instagram.com/acreditasbr/">
<img src="./assets/img/ig-icon.svg" alt="Link para o Instagram">
</a>
</div>
</footer>
</body>
</html>