-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (263 loc) · 15 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
<!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="icon" href="./img/icone.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="./main.css">
<title>Stanley plus</title>
</head>
<body>
<header id="cabecalho">
<div class="navbar navbar-expand-lg">
<div class="container text-light text-uppercase">
<h1>Stanley plus</h1>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<nav class="collapse navbar-collapse justify-content-end" id="menu">
<ul class="nav navbar-nav nav nav-pills">
<li class="nav-item"><a class="nav-link text-light active" href="#inicio">Início</a></li>
<li class="nav-item"><a class="nav-link text-light" href="#novidades">Novidades</a></li>
<li class="nav-item"><a class="nav-link text-light" href="#filmes">Filmes</a></li>
<li class="nav-item"><a class="nav-link text-light" href="#series">Séries</a></li>
<li class="nav-item"><a class="nav-link text-light class=" btn btn-primary"
data-bs-toggle="modal" data-bs-target="#exampleModal" href=" #">Entrar</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div data-bs-spy="scroll" data-bs-target="#cabecalho">
<section id="inicio">
<div id="carousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div data-bs-interval="3000" class="carousel-item active">
<img class="d-block w-100" src="./img/Perdido-em-Marte-6.png">
</div>
<div data-bs-interval="3000" class="carousel-item">
<img class="d-block w-100" src="./img/interestelar.png">
</div>
<div data-bs-interval="3000" class="carousel-item">
<img class="d-block w-100" src="./img/hdfst.png">
</div>
</div>
<button data-bs-target="#carousel" data-bs-slide="prev" class="carousel-control-prev" type="button">
<span class="carousel-control-prev-icon"></span>
</button>
<button data-bs-target="#carousel" data-bs-slide="next" class="carousel-control-next" type="button">
<span class="carousel-control-next-icon"></span>
</button>
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2"></button>
</div>
</div>
</section>
<section id="novidades" class="container">
<h2>Novidades</h2>
<hr>
<div class="row row-gap-5">
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/boba.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">O livro de Boba Fett</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/me.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">O Mandaloriano</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/solo.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Han Solo</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/inter1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Interstellar</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/midway.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Midway</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/flash.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">The Flash</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
</div>
</section>
<section id="filmes" class="container">
<h2>Filmes</h2>
<hr>
<div class="row row-gap-5">
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/1471594431-jpg_Thor-The-Dark-Wor.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Thor</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/iron-man-3-movie-poster-337x500.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Iron Man 3</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/Underdog.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Underdog</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
</section>
<section id="series" class="container">
<h2>Séries</h2>
<hr>
<div class="row row-gap-5">
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/housev9_aa.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">House</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/sheldon.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Jovem Sheldon</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="card">
<img src="./img/bigk.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">The Big Bang Theory</h5>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="btn btn-primary w-100 toastBtn">Assistir</a>
</div>
</div>
</div>
</section>
</div>
<div class="toast-container position-fixed bottom-0 end-0 p-3">
<div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="./img/sign-warning.ico-removebg-preview.png" class="rounded me-2 ico-warn" alt="...">
<strong class="me-auto">Atenção !</strong>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
É necessário efetuar o login,para assistir o filme.
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel"></h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">E-mail</label>
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="emailHelp">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Senha</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
</div>
<div class="modal-footer">
<a href="#">Nova Conta</a>
<a href="#">Esqueci a Senha</a>
<button type="button" class="btn btn-primary">Entrar</button>
</div>
</div>
</div>
</div>
<footer class=" d-flex justify-content-center">
<p>© 2023 STANLEY PLUS - Todos os direitos reservados</p>
</footer>
</main>
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous">
</script>
<script src="./main.js"></script>
</body>
</html>