-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 3.5 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
80
<!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">
<title>Emily Novaes</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="texto-animado">
<div class="header-content">
<img style="width: 25vw; max-width: 200px; height: auto;" src="pessoa.png" alt="Descrição da imagem">
<h1>BEM-VINDO À<br> MATRIX</h1>
</div>
</header>
<div class="container animacao-aparecer" id="destaque">
<section style="width: 80vw;">
<h2 style="font-size: min(4vw, 18px)">
APRENDA A MULTIPLICAR SEU<br>
<span id="dourado" style="font-size: min(10vw, 30px); font-family: 'Courier New', Courier, monospace;">
FATURAMENTO
</span><br>
COM TÉCNICAS EXCLUSIVAS DE LIDERANÇA E VENDAS
</h2>
<p style="font-size: min(3.5vw, 15px); font-family: 'Courier New', Courier, monospace;">
O treinamento <span id="cor-matrix">VENDAS MATRIX: DECODIFICANDO O SUCESSO</span>
foi criado para ajudar seu negócio e multiplicar
seus resultados ainda em 2024, através de
estratégias exclusivas que vão transformar a sua realidade!
</p>
</section>
</div>
<a href="https://wa.me/message/ZRUXGGPTMFDUH1" style="text-decoration: none;">
<button class="btn">
<img src="iconzap.png" style="float:left;margin-right:0.4em" width="30" height="30">
<span>GARANTIR MINHA VAGA</span>
</button>
</a>
<div class="caracteristicas-titulo">
Veja o que você pode esperar aprender e dominar com este curso:
</div>
<div class="grid-container">
<p>Entender e utilizar multicanais digitais de vendas;</p>
<p>Posicionar de forma estratégica a sua marca e o seu negócio;</p>
<p>Entender os perfis de clientes e colaboradores do seu negócio e aprender as melhores estratégias de comunicação;</p>
<p>Profissionalizar o WhatsApp Business da sua empresa;</p>
<p>Liderar sua vida e melhorar seus negócios;</p>
<p>Ferramentas de inteligência artificial e estratégias de redes sociais;</p>
<p>Como gerir suas finanças;</p>
<p>A importância do networking e das portas que ele abre.</p>
</div>
<section style="width: 90vw">
<div class="caracteristicas-titulo" id="dourado">CONHEÇA SUA MENTORA...</div>
<p class="texto-dayana">
DAYANA AMARAL é administradora e especialista em
Desenvolvimento Humano e Empresarial. Criadora do método X-Primer,
já treinou mais de <span id="cor-matrix">27.000 pessoas</span> gerando resultados! Empresária, palestrante e
apaixonada por expandir o potencial das pessoas e empresas, tem o propósito de transformar
conhecimento em realizações pessoais e profissionais.
</p>
</section>
<a href="https://wa.me/message/ZRUXGGPTMFDUH1" style="text-decoration: none;">
<button class="btn">
<img src="iconzap.png" style="float:left;margin-right:0.4em" width="30" height="30">
<span>QUERO MULTIPLICAR MEU FATURAMENTO</span>
</button>
</a>
<canvas id="Matrix" style="width: 100%; z-index: -1"></canvas>
<script src="script.js"></script>
</body>
</html>