-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (49 loc) · 2.97 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
62
63
64
65
66
67
68
69
<!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="shortcut icon" href="src/images/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap family=Open+Sans:wght@300&family=Poppins:wght@100;300;500&family=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/css/reset.css">
<link rel="stylesheet" href="src/css/style.css">
<link rel="stylesheet" href="src/css/responsive2.css">
<title>The Last Of Us</title>
</head>
<body>
<div class="imagem-principal">
<div>
<img class="imagem-fundo" src="src/images/The Last of Us - fundo II.jpg" alt="imagem de fundo The Last Of Us"/>
</div>
</div>
<header class="cabecalho">
<a> <img class="logo" src="src/images/HBO Transparência.png" alt="logo HBO MAX" ></a>
<nav>
<ul class="menu">
<li><a href="https://github.com/PamelaRondina">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/pamelarondina/">LinkedIn</a></li>
<li><a href="https://github.com/PamelaRondina/criacao_sites_The_Last_of_Us#refer%C3%AAncias">Referências</a></li>
</ul>
</nav>
</header>
<main class="container">
<img class="personagens" src="src/images/Ellie e Joel.png" alt="Ellie e Joel em Desenho"/>
<div class="informacoes">
<img class="imagem-titulo" src="src/images/the_last_of_us_texto.png" alt="imagem do título do seriado">
<p class="descricao">A HBO apresenta uma série pós-apocalíptica inspirada no aclamado videogame que segue a jornada brutal e angustiante de um homem cínico e uma garota de 14 anos enquanto cruzam os Estados Unidos, dependendo apenas um do outro para sobreviver.
</p>
<button class="botao-trailer">Veja o trailer</button>
</div>
<div class="modal">
<div class="conteudo-modal">
<span class="fechar-modal">X</span>
<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/Kn95DTVdb5g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</main>
<script src="src/js/index.js"></script>
</body>
</html>