-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.66 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
<!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=Dosis:wght@500;700&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" href="assests/Favicon.png">
<link rel="stylesheet" href="style.css">
<title>Flutuar.com</title>
</head>
<body>
<div id="main">
<img
src="assests/img1.svg"
alt="Desenho de uma pessoa segurando mundo">
<h1>O seu próximo <span>destino</span> pode estar aqui...</h1>
<p>
Aqui você encontra uma seleção de <strong>pacotes completos</strong> para as suas férias!
<br>
<br>
Na <span>Flutuar</span> você encontra pacotes de viagens nacionais e internacionais que incluem: passagens aéreas, hotéis, café da manhã, e até seguro viagem com <strong>preços arrasadores</strong>!
</p>
<p>
Se você ainda não tem um destino definido, confira nossa seção de ofertas.
</p>
</div>
<div class="footer">
<div class="line"></div>
<a href="#">
Destinos
</a>
<a href="#">
Ofertas
</a>
<a href="#">
Contato
</a>
</div>
<img
id="wave"
src="assests/wave.svg"
alt="Image de uma wave">
</body>
</html>