-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (35 loc) · 2.11 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="JOGO DAS ESCOLHAS, Hugo Legramandi apresenta projeto final Módulo 1 - RESILIA EDUCAÇÃO">
<link href="./css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="https://img.icons8.com/material-two-tone/96/000000/labyrinth.png"/>">
<title>JOGO DAS ESCOLHAS</title>
</head>
<body>
<header class="cabecalho">
<span class="cabecalho-texto"> Hugo Legramandi apresenta:</span>
</header>
<main class="conteudo" >
<h1 class="conteudo-titulo"> PANDEMIA! </h1>
<div class="conteudo-historia-inicio">
<h2 class="conteudo-texto">Uma pandemia conhecida como cegueira branca assola a humanidade.</h2>
<h2 class="conteudo-texto">De repente, pessoas estão ficando cegas e ao que parece é potencialmente contagioso. </h2>
<h2 class="conteudo-texto">Todos estão desesperados, existem muitas teorias, cada vez mais pessoas cegas, ninguém sabe aonde isso vai parar!!! </h2>
<h2 class="conteudo-texto">Será o nosso fim?</h2>
<h2 class="conteudo-texto">Ou teremos mais uma chance?</h2>
</div>
<button class="conteudo-botao-tentar" onclick="window.location.href='./herois.html'">TENTAR</button>
</main>
<footer class="rodape">
<span class="rodape-texto">Projeto com fins educacionais, sem qualquer intensão de remuneração. Todos os direitos reservados. Hugo Legramandi & RESILIA Educação.</span>
<span class="rodape-texto">Visite para saber mais:</span> <i class="devicon-github-original-wordmark" onclick="window.location.href='https://github.com/hugolegramandi'"></i>
</footer>
</body>
</html>
<!-- Pra que serve tantos códigos? -->
<!-- Se a vida não é programada -->
<!-- E as melhores coisas não tem lógica -->