-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>Decodificador Challenge ONE</title>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<main>
<div class="container">
<div class="container__description">
<img class="Container__description__logo" src="./assets/challenges.1689860202.svg" alt="Logo Oracle + Alura">
<div class="container__description__challe-one">
<img class="container__description__challe-one__logo" src="./assets/oracle-alura.1689860202.svg" alt="">
<span class="container__line"></span>
<img class="container__description__one-logo" src="./assets/oracle-one.1689860202.svg" alt="">
</div>
<div class="contaienr__title">
<h1>challenge
<span class="underline">O</span>NE
<span class="destaque">Iniciante em Programação</span>
</h1>
</div>
<div class="btn__link">
<a class="btn__enter" href="decodificador.html">Acessar</a>
</div>
</div>
</div>
</main>
</body>
</html>