-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (74 loc) · 3.1 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
"gtm.start": new Date().getTime(),
event: "gtm.js",
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-W6HKFWB");
</script>
<!-- End Google Tag Manager -->
<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="shortcut icon" href="./assets/logo.webp" />
<link rel="stylesheet" type="text/css" href="styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles.form.css" media="screen" />
<link rel="stylesheet" type="text/css" href="responsividade.css" media="screen" />
<link rel="stylesheet" type="text/css"
href="https://unpkg.com/[email protected]/build/css/intlTelInput.min.css" />
<!-- <link rel="stylesheet" type="text/css" href="styles.min.css" media="screen" /> -->
<meta name="description"
content="Rodolfo Mori te m o propósito de ajudar o máximo de pessoas a transformarem suas vidas por meio da programação, assim como ele fez, ganhando altos salários, trabalhando de onde quiser, só utilizando o seu computador." />
<title>Missão VOCÊ Programador</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6HKFWB" height="0" width="0"
style="display: none; visibility: hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<main class="main-bg">
<div class="main-largura">
<img src="assets/logo-missao.webp" alt="logo-devclub" class="logo-devclub">
<div class="div-1">
<p class="p-1">
FALE COM A EQUIPE ESPECIALIZADA
</p>
<p class="p-2">
Você teve algum problema fazendo a sua inscrição, tem alguma dúivda ou precisa de uma <span> condição especial?</span>
</p>
<p class="p-botao">
Se esse foi o seu caso, clique no botão abaixo e fale com a <span> equipe especializada.</span>
</p>
<!-- <p class="p-botao">
Aperte no botão abaixo e fale com o suporte!
</p> -->
<a href="https://go.rodolfomori.com.br/suportev">
<button>
FALAR COM SUPORTE!
</button>
</a>
</div>
<div class="container-3">
<p class="texto-timer">VOCÊ VAI SER REDIRECIONADO PARA O WHATSAPP EM:</p>
<p class="contagem" id="timer">12</p>
<p class="segundos">Segundos</p>
</div>
</div>
</main>
<footer>
<p style="font-family: Sora-Medium;">Rodolfo Mori | Copyright 2023</p>
</footer>
</body>
<script src="./index.js"></script>
</html>