-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApoieElen.html
35 lines (35 loc) · 1.32 KB
/
ApoieElen.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
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styleElen.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto Programar</title>
</head>
<body>
<header>
<h1 id="titulo">Projeto Programar</h1>
</header>
<nav>
<a href="indexElen1.html">Home</a>
<a href="InstituicaoElen1.html">Instituição</a>
<a href="ApoieElen.html">Apoie</a>
<a href="participeElen.html"><button class="botao-white">Participe</button></a>
</nav>
<h2>Vamos trilhar juntos o Bem?</h2>
<section class="cartao">
<img src="imagem8.jpg">
<p>A iniciativa de impacto social enobrece o ser humano.</p>
</section>
<main class="saude">
<div class="humor">Distribuição Quentinhas</div>
<div class="humor">Agasalhos</div>
<div class="humor">Dia de Beleza</div>
<div class="humor">Maninulação de Alimentos</div>
<div class="humor">Palestras</div>
<div class="humor">Atividades ao Ar Livre</div>
<div class="humor">Higiene e Covid-19</div>
</main>
<a class="profilefacebook" href="https://www.facebook.com/centrosocialmadreassunta?"><span>Juntos somos +</span></a>
</body>
</html>