-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertificado.html
50 lines (49 loc) · 1.67 KB
/
certificado.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
40
41
42
43
44
45
46
47
48
49
50
<!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">
<title>Certificado</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
<script src="js/certificado.js"></script>
</head>
<body class="certficado_html">
<a href = "aula_4_criptomoeda.html">
<img src="img/arrow.png" alt="Voltar" class = 'seta'>
</a>
<h2 class="h2_certificado">Parabéns, você completou todas as aulas e adquiriu esse certificado ! Clique na imagem para voltar à página principal e ver suas conquistas!</h2>
<a href = "index.html">
<figure class="fig_certificado">
<img src = "img/th-2967542714.jpg" alt="">
</figure>
</a>
<footer class = 'center corpo'>
<figure class = 'flex_imagens'>
<a href = 'index.html'>
<img src = 'img/house.png'
alt = ''
class = 'imagens'
>
</a>
<a href = "simulador.html">
<img src = "img/calculator.jpg"
class = 'imagens'
alt="">
</a>
<a href = "tela_gastos.html">
<img src = "img/cifrao_318-60525-3396452295.jpg"
class = 'imagens'
alt="">
</a>
<a href = "aulas.html">
<img src = "img/book.png"
class = 'imagens'
alt="">
</a>
</figure>
</footer>
</body>
</html>