-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (46 loc) · 1.6 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
<!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">
<link rel="stylesheet" href="style.css">
<title>landing page</title>
</head>
<body>
<section>
<div class="container">
<div class="cadastro">
<h2>
cadastre-se e veja 5 excelentes
apartamentos
em primeira mão.
</h2>
<input placeholder="Nome"/>
<input placeholder="Digite seu e-mail"/>
<input placeholder="telefone"/>
<button>CADASTRAR</button>
<h2 class="informacao">
5 excelentes
apartamentos
em Fortaleza
</h2>
</div>
</div>
</section>
<a href="#!">
<div class="wpp">
<img src="./img/3225179_app_logo_media_popular_social_icon.png" alt="">
</div>
</a>
<footer>
<strong>Imóveis exclusivos para você!</strong>
<p>são apartamentos que estão disponíveis para comprar há menos de 24 horas</p>
<p class="redes">
<a href="#!"> <img src="./img/5340279_play_video_youtube_youtuber_icon.png" alt=""></a>
<a href="#!"> <img src="./img/9042505_facebook_squared_icon.png" alt=""></a>
<a href="#!"><img src="./img/9042646_instagram_icon.png" alt=""></a>
</p>
</footer>
</body>
</html>