-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (26 loc) · 1.3 KB
/
index.html
File metadata and controls
35 lines (26 loc) · 1.3 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
<!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>OneBitCode - Exercicios</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<main>
<img src="assets/img/onebitcode.jpg" alt="Logo da empresa OneBitCode que da curso de Programador FullStack JavaScript">
<section class="button-curso">
<a class="link-exercicio" href="js/exercicio_1_pegandoDados/index.html">Exercicio 1</a>
<a class="link-exercicio" href="js/exercicio_2_js_externo_coletandados/index.html">Exercicio 2</a>
<a class="link-exercicio" href="js/exercicio_3_utilizando-condicionais/index.html">Exercicio 3</a>
<a class="link-exercicio" href="js/exercicio_4_tempoDeVoo/index.html">Exercicio 4</a>
<a class="link-exercicio" href="js/exercicio_5_switch/index.html">Exercicio 5</a>
<a class="link-exercicio" href="js/exercicio_6_while/index.html">Exercicio 6</a>
<a class="link-exercicio" href="js/exercicio_7_for/index.html">Exercicio 7</a>
<a class="link-exercicio" href="js/exercicio_8_repeticao/index.html">Exercicio 8</a>
</section>
<a href="https://go.hotmart.com/R69427873F">Conheça o Curso</a>
</main>
</body>
</html>