-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
376 lines (362 loc) · 19.7 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Augusto Melo">
<meta name="description" content="Trailers de filmes e séries, projeto acadêmico desenvolvimento web1">
<meta name="keywords" content="trailers, filmes, séries">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous">
<!-- css principal -->
<link rel="stylesheet" href="css/main.css">
<!-- css responsivo -->
<link rel="stylesheet" href="./css/responsividade.css">
<title>TRAILERSFLIX</title>
</head>
<body>
<div class="container-fluid g-0">
<header>
<div class="menu">
<div class="logo">
<i class="fa-solid fa-film fa-2xl" style="color:#daa520"></i>
<h2 id="logo1">TRAILERS</h2>
<h2 id="logo2">FLIX</h2>
</div>
<nav>
<a class="menuSelected" href="index.html">Home</a>
<a href="./pages/filmes.html">Filmes</a>
<a href="./pages/series.html">Séries</a>
<a href="./pages/login.html">Login</a>
<a a href="./pages/cadastro.html">Cadastro</a>
</nav>
</div>
</header>
<main class="boxMain">
<div class="bannerPrincipal py-5">
<div class="container text-center">
<h4>Os Melhores Trailers em um só lugar</h4>
<h1>TRAILERSFLIX</h1>
</div>
<div id="tv" class=" videoFrame col-lg-6">
<iframe
width="100%"
height="100%"
name="tv"
src="https://www.youtube.com/embed/BKviRM0KF2A?autoplay=1&mute=1&t=4"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="container">
<!-- Modal -->
<div class="modal fade" id="exampleModal" data-bs-theme="dark" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<img src="./img/logo.png" alt="logo">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe
width="100%"
height="500"
name="tv_iframe"
src="https://www.youtube.com/embed/"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="ultimas">
<div class="headerBox p-4">
<h2>Últimas Adições</h2>
</div>
<div class="wrapper">
<div class="imagemBox">
<!-- cartaoBox começa -->
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/pi4UJDCkSTU" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/1kSpSW5geG01phAYENdFeWDZXMy.jpg"
alt="img-capa"
title="Missão: Impossível - Acerto de Contas Parte 1">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<a
href="https://www.youtube.com/embed/pi4UJDCkSTU"
target="tv_iframe"
title="Missão Impossível"
>
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<h5 class="mb-0"> M:I - Acerto de Contas Parte 1 </h5>
</button>
</a>
<h6>Teaser Trailer Oficial | LEG</h6>
</div>
<!-- cartaoBox termina -->
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/F2-BLKAidao" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/4XM8DUTQb3lhLemJC51Jx4a2EuA.jpg"
alt="img-capa"
title="Velozes & Furiosos 10">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/F2-BLKAidao"
target="tv_iframe"
title="Velozes & Furiosos 10"
>
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
Velozes & Furiosos 10
</button>
</a>
</h5>
<h6>Trailer Oficial | LEG</h6>
</div>
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/e8-GtGmlu18" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/hPcP1kv6vrkRmQO3YgV1H97FE5Q.jpg"
alt="img-capa"
title="Sobrenatural: A Porta Vermelha">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/e8-GtGmlu18"
target="tv_iframe"
title="Sobrenatural: A Porta Vermelha">
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
Sobrenatural: A Porta Vermelha
</button>
</a>
</h5>
<h6>Trailer Oficial</h6>
</div>
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/hyyyKcfJRGQ" target="tv_iframe">
<img
src="https://latinitasmagazine.org/wp-content/uploads/2023/07/soundoffreedomposter_hdv-300x200.jpg"
alt="img-capa"
title="Sound of Freedom">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/hyyyKcfJRGQ"
target="tv_iframe"
title="Sound of Freedom">
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
Sound of Freedom
</button>
</a>
</h5>
<h6>Trailer Oficial</h6>
</div>
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/n0jO_RGrAD0" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/foGkPxpw9h8zln81j63mix5B7m8.jpg"
alt="img-capa"
title="The Witcher">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/n0jO_RGrAD0"
target="tv_iframe"
title="The Witcher: Temporada 3">
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
The Witcher: Temporada 3
</button>
</a>
</h5>
<h6>Teaser Trailer Oficial</h6>
</div>
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/20yY_YxktT4" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/mDVIU9Y2TYeK2W29a2HRBiWt3JA.jpg"
alt="img-capa"
title="Jack Ryan de Tom Clancy">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/20yY_YxktT4"
target="tv_iframe"
title="Jack Ryan de Tom Clancy">
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
Jack Ryan de Tom Clancy
</button>
</a>
</h5>
<h6>Teaser Season 4 Promo</h6>
</div>
</div>
<div class="container cartaoBox">
<div class="cartao">
<a class="imgLink" href="https://www.youtube.com/embed/I4eB0K-_gQU" target="tv_iframe">
<img
src="https://www.themoviedb.org/t/p/w355_and_h200_multi_faces/pkyRsuh9LYJ8f3Z8GIFDcqwVgmp.jpg"
alt="img-capa"
title="Mansão Mal-Assombrada">
<div class="play">
<button id="myModal"
class="btn btn-transparent"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
<i class="fa-solid fa-play fa-2xl fs-1" style="color:#daa520"></i>
</button>
</div>
</a>
</div>
<div class="titulo-trailer">
<h5 class="mb-0">
<a
href="https://www.youtube.com/embed/I4eB0K-_gQU"
target="tv_iframe"
title="Mansão Mal-Assombrada">
<button id="myModal"
class="btn btn-transparent text-white fw-bold"
type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"
>
Mansão Mal-Assombrada
</button>
</a>
</h5>
<h6>Trailer 2 Oficial | LEG</h6>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="cadastro p-5 w-100">
<div class="btnCadastro container w-100">
<a href="./pages/cadastro.html" target="_blank">
<button class="botao">Cadastrar</button>
</a>
</div>
</div>
</section>
</main>
<footer>
<div class="footerBox">
<div class="footerContent">
<img src="img/logo.png" alt="logo">
<span>© 2023 - TRAILERSFLIX</span>
</div>
</div>
</footer>
</div>
</body>
<!-- Bootstrap script js -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous">
</script>
<!-- Font Awesome ícones -->
<script
src="https://kit.fontawesome.com/ea89d0a57a.js"
crossorigin="anonymous">
</script>
<!-- Script js -->
<script src="../js/script.js" defer></script>
</html>