-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 1.42 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
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="icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="stylesheet" href="./style/index.css">
<title>7DaysOfCode</title>
</head>
<body>
<header class="cabecalho">
<nav class="menu">
<ul>
<li class="btn-menu"><a class="btn-a" href="https://github.com/codebuenozy/">GitHub</a></li>
</ul>
<ul>
<li class="btn-menu"><a class="btn-a" href="https://www.linkedin.com/in/codebuenozy/">LinkedIn</a></li>
</ul>
<ul>
<li class="btn-menu"><a class="btn-a" href="./assets/1dayofcode.html">1-></a></li>
</ul>
</nav>
</header>
<main>
<div class="container">
<img class="logo-7days" src="./img/background-7days.svg" alt="Logo Challenge 7DaysOfCode">
<h1><a class="titulo-principal" href="https://developer.mozilla.org/pt-BR/docs/Web/JavaScript">JavaScript</a></h1>
<p class="texto-principal"><a class="link-desafio"
href="https://7daysofcode.io/matricula/logica-programacao">Desafio de Lógica</a> com <a
class="link-rafa" href="https://github.com/rafaballerini">Rafa Ballerini</a></p>
</div>
</main>
</body>
</html>