first commit
This commit is contained in:
37
website/home.html
Normal file
37
website/home.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PetLink - Bem-vindo</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>PetLink</h1>
|
||||
<nav>
|
||||
<a href="home.html">Início</a>
|
||||
<a href="index.html#adocao">Adote um Animal</a>
|
||||
<a href="index.html#doacao">Doe para um Canil</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Bem-vindo ao PetLink!</h2>
|
||||
<p>O PetLink conecta pessoas que querem adotar animais com canis e protetores, além de facilitar a doação de bens essenciais para os animais.</p>
|
||||
<ul>
|
||||
<li>Veja animais disponíveis para adoção.</li>
|
||||
<li>Doe alimentos, brinquedos, cobertores e outros itens para canis.</li>
|
||||
<li>Ajude a transformar vidas!</li>
|
||||
</ul>
|
||||
<div style="margin-top:2rem;">
|
||||
<a href="index.html#adocao" class="btn">Quero Adotar</a>
|
||||
<a href="index.html#doacao" class="btn">Quero Doar</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 PetLink</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user