-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 2 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<header class="cabecalho">
<img class="cabecalho-imagem" src="logo01.png" alt="ODM logo">
<ul class="cabecalho-link">
<li style="font: italic;"class="cabecalho-link"><a href="">Compartilhe</a></li>
</ul>
</header>
<section class="assunto">
<div class="assunto-div-conteudo">
<h2 class="escola-titulo">Acões que transformam o mundo</h2>
<p class="escola-texto-um"> Todos os dias vemos nos noticiários muitas tragédias. Pessoas que roubam e matam, tráfico de drogas, a educação pública vai de mal a pior e muitos ainda vivem em situação de extrema pobreza. Nós queremos que as coisas melhorem, mas é possível mudar o mundo? É possível fazer algo para amenizar todo esse caos?</p>
<p class="escola-texto-dois">Sim, é possível. Nós podemos ser a mudança que queremos ver no mundo e, para que isso aconteça, nem é preciso fazer sacrifícios ou algo grandioso. Com pequenos gestos é possível realizar mudanças no presente que podem se tornar grandes transformações no futuro.</p>
</div>
<img class="assunto-imagem" src="imagem01.png" alt="Mundo">
</section>
<section class="ações">
<h2>Quais são essas ações?</h2>
<img class="ações-imagem" src="ações.png" alt="ações">
</section>
<footer class="rodape">
<img class="rodape-imagem"src="logo01.png" alt="ODM logo">
</footer>
</body>
</html>