-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1 KB
/
index.html
File metadata and controls
38 lines (36 loc) · 1 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
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<body>
<head>
<meta charset="utf-8">
<title> Nosso Grupo </title>
<link rel="stylesheet" href="style.css">
</head>
<li> Miderson</li>
<li> Marcel</li>
<li> Janaina</li>
<li> Daniel</li>
<li> Venevenuto</li>
<li> Rafaela</li>
<li> Humberto</li>
<li> Alex</li>
<li> Beatriz</li>
<li><a href="https://github.com/romulopena"> Rômulo </a></li></ul>
</div class="texto-um">
<div class="texto-dois">
<h3> Somos a melhor equipe!! </h3>
<img id="imagem-um" src="turma.jpg">
</div class="texto-dois">
<div class="texto-tres">
<h3> Nossos objetivos:</h3><ol>
<li> Aprender Programação</li>
<li> Melhor nosso Inglês</li>
<li> Novas Oportunidades</li>
<li> Trocar experiências</li>
<li> Novas Amizades</li>
<li> Novas oportunidades aos nossos Alunos</li></ol>
<b> Junte-se a nós... </b>
<p> <i> Sempre melhorando... </i></p>
</div class="texto-tres">
</body>
</html>