-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.31 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
<!--
HTMLli
Hypertext
Hipertexto
Markup
marcaçaõ <tags html>
Language
linguagem
-->
<!DOCTYPE html>
<html lang="pt_BR">
<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" type="text/css" href="./public/css/main.css">
<link rel="stylesheet" type="text/css" href="./public/css/animations.css">
<link rel="stylesheet" type="text/css" href="./public/css/page-landing.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
</head>
<body id="body">
<div id="page-landing">
<div id="container">
<header>
<img src="./public/images/logo.svg" alt="logomarca de Happy" class="animate-up" id="logo">
<div class="location animate-up">
<strong>São Bernardo do Campo</strong>
<p>São Paulo</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="#" title="Visite orfanatos" class="animate-up">
<img src="./public/images/arrow.svg" alt="ir para o mapa">
</a>
</section>
</main>
</div>
</div>
</body>
</html>