-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (107 loc) · 4.49 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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>Life Strange Before Storm</title>
<link rel="shortcut icon" href="./img/icon-removebg-preview.png" type="image/x-icon">
<link href="https://fonts.cdnfonts.com/css/chalet" rel="stylesheet">
<link rel="stylesheet" href="./style/reset.css">
<link rel="stylesheet" href="./style/estilo.css">
<link rel="stylesheet" href="./style/fontes.css">
<link rel="stylesheet" href="./style/midia.css">
</head>
<body>
<header class="cabecalho">
<div class="logo">
<img src="./img/ps4 (2).png" alt="Logo ps4" >
<hr>
<img src="./img/logo.png" alt="logo life Strange ">
</div>
<nav>
<ul class="menu">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#comprar">Comprar</a>
</li>
<li>
<a href="https://store.playstation.com/pt-br/product/UP0082-CUSA08479_00-BTS0000000STAONE"
target="_blank">Suporte <img src="./img/icone-link.svg" alt="pegar link de suporte"></a>
</li>
</ul>
</nav>
</header>
<main class="home" id="home">
<img src="./img/principal2.jpg" alt="Chole e seu mundo devastado" class="imagem-fundo">
<div class="informacoes">
<div class="lista-de-jogos">
<img src="./img/polaroid.png" alt="life strange ">
<img src="./img/butterflay.png" alt=" butterflay">
</div>
<h1 class="titulo"> Já disponíveis para Plataforma </h1>
<p class="texto">
Experimente os fênomenos de entretenimento Life is Strange
</p>
<a class="btn-comprar" href="#comprar"> Compre já</a>
</div>
</main>
<section class="compre-ja" id="comprar">
<h2 class="titulo">compre já</h2>
<div class="cartao">
<img src="./img/game.jpg" alt="Capa de life Strange before Strom" class="capa-do-jogo">
<div class="informacoes">
<h3>Life is Strange Before Strom</h3>
<p>
Inclui <strong> bonus episode</strong> e <strong>Atualização Deluxe</strong>
</p>
<ul class="plataformas">
<li>
<img src="./img/ps4.png" alt="icone ps4">
</li>
<li>
<img src="./img/steam-icon.png" alt="icone steam" width="200px">
</li>
<li>
<img src="./img/nintendo-switch-icon.png" alt="icone nintendo-switch" width="200px">
</li>
<li>
<img src="./img/stadia-icon.png" alt="icone stadia" width="200px">
</li>
<li>
<img src="./img/icon xbox.png" alt="icone xbox" width="200px">
</li>
</ul>
</div>
<button class="btn-plataforma">
selecione a plataforma
<ul class="plataformas">
<li>
<img src="./img/ps4icon2.png" alt="icone ps4" width="200px">
</li>
<li>
<img src="./img/steam-icon.png" alt="icone steam" width="200px">
</li>
<li>
<img src="./img/nintendo-switch-icon.png" alt="icone nintendo-switch" width="200px">
</li>
<li>
<img src="./img/sadiaicon2.png" alt="icone stadia" width="200px">
</li>
<li>
<img src="./img/icon xbox.png" alt="icone xbox" width="200px">
</li>
<li>
<img src="./img/windows-icon.png" alt="icone windows" width="150px">
</li>
</ul>
</button>
</div>
</section>
<footer class="direitos">
</footer>
<script src="./js/index.js"></script>
</body>
</html>