-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (51 loc) · 1.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
<!DOCTYPE html>
<html lang="pt_">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Happy</title>
<link rel="icon" href="./public/images/logo-icon.png" />
<link rel="stylesheet" href="./public/css/main.css" />
<link rel="stylesheet" href="./public/css/animations.css" />
<link rel="stylesheet" href="./public/css/page-landing.css" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap" rel="stylesheet"
/>
</head>
<body>
<div id="page-landing">
<div id="container">
<header>
<img
class="animate-up"
id="logo"
src="./public/images/logo.svg"
alt="Logomarca de Happy"
/>
<div class="location animate-up">
<strong>Rio do Sul</strong>
<p>Santa Catarina</p>
</div>
</header>
<main>
<h1 class="animate-up">Leve felicidade para o mundo</h1>
<section class="visit">
<p class="animate-up">Visite orfanatos e mude o dia de muitas crianças</p>
<a href="#" tittle="Visite orfanatos" class="animate-up">
<img src="./public/images/arrow.svg" alt="Ir para o mapa" />
</a>
</section>
</main>
</div>
</div>
</body>
</html>
<!--
HTML
Hipertexte
hipertexto
Markup
marcação <tags>
Language
linguagem
-->