-
Notifications
You must be signed in to change notification settings - Fork 0
/
movies_3.html
376 lines (323 loc) · 15.4 KB
/
movies_3.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
<!-- code starts here -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wows</title>
<meta name="viewport" content="width=device-width , initial-scale=1">
<meta name="keyword" content="a,b,c,d,e,f">
<meta name="description" content="asdf;lkj">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style-min.css">
</head>
<!-- body starts here -->
<body>
<!-- navbar starts here -->
<nav class="navbar navbar-expand-sm navbar-expand-md bg-dark navbar-dark sticky-top">
<a class="navbar-brand" href="file:///home/user/Documents/Bootstrap/index.html">
<img id="brand-image" src="img/logo.jpg" alt="logo" height="50" width="180">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item ">
<a class="nav-link" href="file:///home/user/Documents/Bootstrap/index.html">Home</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Movies
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="file:///home/user/Documents/Bootstrap/movies_1.html">Inception</a>
<a class="dropdown-item" href="file:///home/user/Documents/Bootstrap/movies_2.html">The shutter Island</a>
<a class="dropdown-item" href="file:///home/user/Documents/Bootstrap/movies_3.html">The wolf of wall street</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="file:///home/user/Documents/Bootstrap/awards.html">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="file:///home/user/Documents/Bootstrap/biography.html">Biography</a>
</li>
</ul>
</div>
</nav>
<!-- navbar ends here -->
<!-- jumbotron starts here -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>The wolf of wall street</h1>
</div>
</div>
<!-- jumbotron ends here -->
<!-- <div class="container">
<div class="btn-group btn-group-lg">
<button type="button" class="btn btn-primary">Cast</button>
<button type="button" class="btn btn-primary">Trivia</button>
<button type="button" class="btn btn-primary">Quotes</button>
<button type="button" class="btn btn-primary">Parental Guide</button>
<button type="button" class="btn btn-primary">Budget</button>
</div>
</div> -->
<!-- main container for cards starts here -->
<div class="container">
<div class="card-columns bg-default">
<!-- card1 starts here -->
<div class="card bg-default white-text"></div>
<div class="body">
<style>
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- This shows the no of images in the carousel -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- This section holds the links for all the images -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/m_3.png" alt="Leonardo_1" width="1100" height="300">
</div>
<div class="carousel-item">
<img src="img/4.1.jpg" alt="Leonardo_2" width="1100" height="300">
</div>
<div class="carousel-item">
<img src="img/4.2.jpg" alt="Leonardo_3" width="1100" height="300">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<div class="footer bg-success">
<a href="https://www.imdb.com/title/tt0993846/" class="btn btn-success" style="opacity: 0.7;">Go to IMDB</a>
</div>
</div>
<!-- card 1 ends here -->
<!-- card 2 starts here -->
<div class="card bg-info" style="opacity: 0.9;">
<p>Jordan Belfort is a Long Island penny stockbroker who served 22 months in prison for defrauding investors in
a massive 1990s securities scam that involved widespread corruption on Wall Street and in the corporate banking
world, including shoe designer Steve Madden.
</p>
<div class="container">
<button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#demo7">Read more</button>
<div id="demo7" class="collapse">
Dom Cobb is a skilled thief, the absolute best in the dangerous art of extraction, stealing valuable secrets from deep within
the subconscious during the dream state, when the mind is at its most vulnerable. Cobb's rare ability
has made him a coveted player in this treacherous new world of corporate espionage, but it has also made
him an international fugitive and cost him everything he has ever loved. Now Cobb is being offered a
chance at redemption. One last job could give him his life back but only if he can accomplish the impossible
- inception. Instead of the perfect heist, Cobb and his team of specialists have to pull off the reverse:
their task is not to steal an idea but to plant one. If they succeed, it could be the perfect crime.
But no amount of careful planning or expertise can prepare the team for the dangerous enemy that seems
to predict their every move. An enemy that only Cobb could have seen coming.
</div>
</div>
</div>
<!-- card 2 ends here -->
<!-- card 3 starts here -->
<div class="card bg-light white-text">
<div class="header">
<h1>Cast</h1>
</div>
<div class="body">
<table class="table table-stripped">
<thead>
<tr>
<th>Name</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td>Martin sorcese</td>
<td>Director</td>
</tr>
<tr>
<td>leonardo dicaprio</td>
<td>Actor</td>
</tr>
<tr>
<td>Paramount</td>
<td>Studio</td>
</tr>
<tr>
<td>Terence Winter</td>
<td>Writer</td>
</tr>
</tbody>
</table>
</div>
<div class="footer bg-success">
<a href="https://www.imdb.com/title/tt1375666/?ref_=nv_sr_1" class="btn btn-success" style="opacity: 0.7;">More</a>
</div>
</div>
<!-- card 3 ends here -->
<!-- card 4 starts here -->
<div class="card bg-warning">
<div class="header">
<h1>Quotes</h1>
</div>
<div class="body">
<div class="container">
<blockquote>
Funny, self-referential, and irreverent to a fault, The Wolf of Wall Street finds Martin Scorsese and Leonardo DiCaprio at
their most infectiously dynamic.
<small>
-Rotten tomatos
</small>
</blockquote>
</div>
<div class="footer bg-success">
<a href="https://www.imdb.com/title/tt1375666/?ref_=nv_sr_1" class="btn btn-success" style="opacity: 0.7;">More</a>
</div>
</div>
</div>
<!-- card 4 ends here -->
<!-- card 5 starts here -->
<div class="card">
<h1>Budget</h1>
<ul class="list-group">
<li class="list-group-item list-group-item-warning">Domestic Total Gross: $2,576,195</li>
<li class="list-group-item list-group-item-warning">Foreign Total Gross: $5,745,832</li>
<li class="list-group-item list-group-item-success">Worldwide Total Gross:
<strong>$8,322,032</strong>
</li>
</ul>
</div>
<!-- div 5 ends here -->
</div>
<!-- video starts here -->
<div class="container">
<iframe height="480" src="https://www.youtube.com/embed/iszwuX1AK6A"></iframe>
</div>
<!-- video ends here -->
<!-- container for cards ends here -->
<!-- rating IMBD -->
<div class="container">
<h2>IMDB Rating</h2>
<p></p>
<div class="progress">
<div class="progress-bar bg-success" style="width:88%"></div>
</div>
</div>
<!-- rating Rotten tomatos -->
<div class="container">
<h2>Rotten tomatos</h2>
<p></p>
<div class="progress">
<div class="progress-bar bg-danger" style="width:86%"></div>
</div>
</div>
<br>
<div class="container" style="margin-top: 3% ">
<h2>Movies you may also like</h2>
<div class="card-deck">
<div class="card">
<div class="card-columns">
<div class="card">
<img src="img/6.1.jpg" alt="movie1" style="width: 100%">
</div>
<div class="card">
<img src="img/6.2.jpg" alt="movie1" style="width: 100%">
</div>
<div class="card">
<img src="img/6.3.jpg" alt="movie1" style="width: 100%">
</div>
<div class="card">
<img class="a" src="img/6.4.jpg" alt="movie1" style="width: 100%">
</div>
<div class="card">
<img src="img/6.5.jpg" alt="movie1" style="width: 100%">
</div>
<div class="card">
<img src="img/6.6.jpg" alt="movie1" style="width: 100%">
</div>
</div>
</div>
<div class="card">
<div class="card-group">
<div class="card">
Intesstellar
<img src="img/6.6.jpg" alt="movie1">
</div>
<div class="card">
<p>Primatologist Davis Okoye (Johnson), a man who keeps people at a distance, shares an unshakable bond
with George, the extraordinarily intelligent, silverback gorilla who has been in his care since
birth. But a rogue genetic experiment gone awry mutates this gentle ape into a raging creature
of enormous size. To make matters worse, it's soon discovered there are other similarly altered
animals. As these newly created alpha predators tear across North America, destroying everything
in their path, Okoye teams with a discredited genetic engineer to secure an antidote, fighting
his way through an ever-changing battlefield.</p>
</div>
</div>
</div>
</div>
<!-- pagination starts here -->
<div class="container">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="file:///home/user/Documents/Bootstrap/movies_2.html">Previous</a>
</li>
<li class="page-item">
<a class="page-link" href="file:///home/user/Documents/Bootstrap/movies_1.html">1</a>
</li>
<li class="page-item">
<a class="page-link" href="file:///home/user/Documents/Bootstrap/movies_2html">2</a>
</li>
<li class="page-item">
<a class="page-link" href="file:///home/user/Documents/Bootstrap/movies_3.html">3</a>
</li>
<li class="page-item">
<a class="page-link" href="file:///home/user/Documents/Bootstrap/movies_3.html">Next</a>
</li>
</ul>
</div>
</div>
<!-- footer begins here -->
<footer class="page-footer bg-dark">
<div class="d-flex justify-content-around">
<div class="p-3 ">
<a href="https://www.facebook.com/LeonardoDiCaprio/" class="fb-ic">
<i class="fa fa-facebook fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
</div>
<div class="p-3 ">
<a href="https://twitter.com/leodicaprio?lang=en" class="tw-ic">
<i class="fa fa-twitter fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
</div>
<div class="p-3 ">
<a href="#" class="li-ic">
<i class="fa fa-linkedin fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
</div>
<div class="p-3 ">
<a href="https://www.instagram.com/leonardodicaprio/?hl=en" class="ins-ic">
<i class="fa fa-instagram fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
</div>
</div>
</footer>
<!-- Footer ends here -->
</body>
<!-- body ends here -->
</html>
<!-- code ends here -->