Skip to content

Instantly share code, notes, and snippets.

@chmiiller
Created June 1, 2020 23:06
Show Gist options
  • Save chmiiller/e5d2bbf1ef52e6f47d5d46a7e30ef1ae to your computer and use it in GitHub Desktop.
Save chmiiller/e5d2bbf1ef52e6f47d5d46a7e30ef1ae to your computer and use it in GitHub Desktop.
Aula01_index_html
<!DOCTYPE html>
<html lang="pt_br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ecoleta</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles/main.css">
</head>
<body>
<div id="page-home">
<div class="content">
<header>
<img src="/assets/logo.svg" alt="Ecoleta logo">
<a href="#">
<span></span>
Cadastre um ponto de coleta
</a>
</header>
<main>
<h1>Seu marketplace de coleta de resíduos</h1>
<p>Ajudamos pessoas a encontrarem pontos de coleta de forma eficiente.</p>
<a href="#"><span></span><strong>Pesquisar pontos de coleta</strong></a>
</main>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment