-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.41 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
<!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="shortcut icon" href="public/images/logo-icon.png" type="image/x-icon">
<link rel="stylesheet" href="public/css/main.css">
<link rel="stylesheet" href="public/css/page-landing.css">
<link rel="stylesheet" href="public/css/animations.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 id="logo" class="animate-up" src="public/images/logo.svg" alt="Logomarca de Happy">
<div class="location animate-up">
<strong>Recife</strong>
<p>Pernambuco</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 class="animate-up" href="orphanages.html" title="Visite orfanatos">
<img src="public/images/arrow.svg" alt="Ir para o mapa">
</a>
</section>
</main>
</div>
</div>
</body>
</html>