-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 2.26 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/style.css">
<title> Desafio Landing Page </title>
</head>
<body>
<!-- Menu Superior -->
<header>
<h1> Tradição em projetos de arquitetura </h1>
<p> Arquitetura residencial e comercial. </p>
</header>
<main>
<!-- Menu Informacional -->
<div id="informacoes">
<p> <strong> 850 </strong> <br> emprendimentos construídos </p>
<p> <strong> 40 </strong> <br> anos de mercado e experiência </p>
<p> <strong> 2,000,000 </strong> <br> m² em projetos construídos </p>
</div>
<!-- Secao Imagem -->
<div id="secaoimagem">
<div id="secaoimagem-texto">
<h2> Arquitetos com História e Experiência. </h2>
<br><br>
<p> Nós realizamos desde 2002 projetos e gerenciamento de obras. <br>
Com mais de 800 projetos e 2.000.000 de m² construídos, tendo <br>
como principal proposta transformar em realidade os sonhos de <br>
seus clientes, criando projetos personalizados, unindo a tradição <br>
e a modernidade em nossos projetos.</p>
</div>
<img src="img/arqexample.svg" alt="Error" width="400px" height="450px">
</div>
<!-- Formulário-->
<div id="formulario">
<h2> Conheça mais sobre nossos serviços: </h2>
<form action="https://api.sheetmonkey.io/form/8tvNaG6VqwSNCRayQrZqs2" method="post">
<input type="text" placeholder="Nome" name="Name" required>
<input type="email" placeholder="Email" name="Email" required>
<input type="hidden" name="Created" value="x-sheetmonkey-current-date-time">
<button type="submit"> Fale Conosco </button>
</form>
</div>
</main>
</body>
</html>