-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (33 loc) · 1.58 KB
/
index.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
36
37
38
39
<!DOCTYPE html>
<html lang="pt-br">
<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">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./images/logo.svg" type="image/x-icon">
<title>Certificado Alura</title>
</head>
<body>
<h1 class="title">Projetos criados com aulas Imersão dev Alura</h1>
<div class="container">
<div class="projects">
<a href="./aula 1 conversor de moedas/index.html" class="titleProjects">Conversor de moedas</a>
<a href="./aula%201%20conversor%20%20de%20moedas/index.html"><img class="images" src="./images/conversor.png"/></a>
</div>
<div class="projects">
<a href="./aula 2 mentalisata/index.html" class="titleProjects" >Mentalista</a>
<a href="./aula%202%20mentalisata/index.html"><img class="images" src="./images/mentalista.png"/></a>
</div>
<div class="projects">
<a href="./aula 3 Aluraflix/index.html" class="titleProjects" >AluraFlix</a>
<a href="aula%203%20Aluraflix/index.html"><img class="images" src="./images/dcflix.png"/></a>
</div>
<div class="projects">
<a href="./aula 4 tabela de pontos/index.html" class="titleProjects" >Tabela de pontos</a>
<a href="./aula%204%20tabela%20de%20pontos/index.html"><img class="images" src="./images/tabela.png"/></a>
</div>
<a class="rep" href="">Repositorio no Git Hub</a>
</div>
</body>
</html>