-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembra.html
62 lines (50 loc) · 2.68 KB
/
embra.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
<!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>Document</title><link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="img/logo.png" alt="">
</header>
<section>
<div class="conteudo" >
<h1>Aceleramos o sucesso de empreendedores com uma contabilidade desconplicada</h1>
<p class="Pconteudo">Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloremque fugit saepe, totam dolore esse fuga eligendi dicta voluptas in provident, inventore sit,
voluptate repellat consectetur! Consequatur expedita illo blanditiis dolor?</p>
</div>
<form action="">
<span class="ForMsg">
Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Voluptatem modi aliquid eveniet.
Praesentium libero repellat laudantium. Quos laborum
tenetur ipsa provident amet ipsum ipsam tempore, qui n
obis voluptate quaerat excepturi!
</span>
<span class="campoFor">Nome</span>
<input class="caixa" type="text" name="" id="nome">
<span class="campoFor">E-mail</span>
<input class="caixa" type="email" name="" id="email">
<span class="campoFor">Telefone</span>
<input class="caixa" type="tel" name="" id="tel">
<span class="campoFor">Cidade</span>
<input class="caixa" type="text" name="" id="cidade">
<span class="campoFor">Nome da Empresa</span>
<input class="caixa" type="text" name="" id="nomeEmpresa">
<input type="button" value="Quero Falar com um Especialista" id="botton">
</form>
</section>
<footer>
<ul class="ListaIcone">
<li><a href="#" target="_blank"><img class="icone" src="img/html.png" alt=""></a></li>
<li><a href="#" target="_blank"><img class="icone" src="img/html.png" alt=""></a></li>
<li><a href="#" target="_blank"><img class="icone" src="img/html.png" alt=""></a></li>
<li><a href="#" target="_blank"><img class="icone" src="img/html.png" alt=""></a></li>
<li><a href="#" target="_blank"><img class="icone" src="img/html.png" alt=""></a></li>
</ul>
</footer>
</body>
</html>