-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaula_2_criptomoeda.html
59 lines (59 loc) · 2.23 KB
/
aula_2_criptomoeda.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
51
52
53
54
55
56
57
58
59
<!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>Aula 2</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab&display=swap" rel="stylesheet">
<script src="js/aula_2_cripto.js"></script>
</head>
<body>
<header>
<a href="aula_1_criptomoeda.html">
<img src="img/arrow.png" alt="Voltar" class = 'seta'>
</a>
<h1>Aula 2</h1>
</header>
<ul class="coluna">
<li><iframe src="https://www.youtube.com/embed/5wATOldgnpE"></iframe></li>
<li><h2 class="exs">Caderno de exercícios</h2></li>
<li><h3 class="pergunta">Pergunta 2: Aproximadamente, quantas criptomoedas existem?</h3></li>
<li><input name="pergunta2" id="2resp1" type="radio" value="dez">10 (Dez)</li>
<li id="resposta"><input name="pergunta2" id="2resp2" type="radio" value="dezmil">10.000 (Dez mil)</li>
<li><input name="pergunta2" id="2resp3" type="radio" value="milhao">1.000.000 (Um milhão)</li>
<li><input type="submit" value="Submit" class="submit"></li>
<li><p id="feedback2"></p></li>
</ul>
<ul class="coluna">
<li class="link-certificado"><a id="proximo" href="#">Acerte a pergunta antes de ir para a próxima aula</a></li>
</ul>
<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>