-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1.26 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">
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/styles/home.css">
<link rel="stylesheet" href="/styles/responsive.css">
<title>Ecoleta</title>
</head>
<body>
<div id="page-home">
<div class="content">
<header>
<img src="/assets/logo.svg" alt="Logomarca">
<a href="http://www.google.com.br">
<span></span>
Cadastre um ponto de coleta
</a>
</header>
<main>
<h1 class="red">Seu marketplace de coleta de resíduos</h1>
<p>Ajudamos pessoas a encontrarem pontos de coleta de fomra eficiente.</p>
<a href="#"><span></span><strong>Pesquisar pontos de coleta</strong></a>
</main>
</div>
</div>
</body>
</html>