-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (48 loc) · 1.68 KB
/
index.html
File metadata and controls
60 lines (48 loc) · 1.68 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Trabalho de Pensamento Computacional</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style-home.css">
</head>
<body>
<header>
<div class="caixa">
<h1>
<img src="logo.jpeg-removebg-preview.png">
</h1>
<nav>
<ul>
<li><a href="index.html"><strong>Início</strong></a></li>
<li><a href="produtos.html">Atividades</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</div>
</header>
<main>
<img class="banner" src="logo.webp">
<div class="principal">
<h2 class="text-align-center">Sobre nós</h2>
<p> Este trabalho foi feito para a avaliação do professor<strong> Stênio</strong>, foi realizado pelos alunos: <strong>João Vitor Blanc, Gabriel de Souza e Yuri Rodrigues</strong></p>
<p class="missao"><em>Nossa missão é: <strong>"Trazer um site que traga os conhecimentos adquiridos durante a aula"</strong>.</em></p>
<p>Oferecemos para você um site incrível, cheio de propostas para ajudar no seu conhecimento.</p>
</div>
<div class="beneficios">
<h3 class="text-align-center">Benefícios:</h3>
<ul>
<li class="itens">Ótimo atendimento</li>
<li class="itens">Espaço criativo</li>
<li class="itens">Local agradável</li>
<li class="itens">Profissionais prontos para lhe atender</li>
</ul>
<img src="beneficios.jpeg" class="imagemBeneficios">
</div>
</main>
<footer>
<img src="logo 2">
<p class="copyright">© Copyright Aula de Pensamento Computacional- 2022</p>
</footer>
</body>
</html>