-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
490 lines (426 loc) · 24.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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<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>Streamixx</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./Data/logo/LogoStreamMixx.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/d1c2ea8b80.js" crossorigin="anonymous"></script>
<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=Poppins:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<script defer src="./Data/videoscript/script.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.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>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body style="background-color: black;color: white;" >
<div class="topbar">
<div class="logo">
<a href="#" class="logosite">
<img src="./Data/logo/LogoStreamMixx.png" alt="sitelogo" class="logosite">
<div class="streamixx">Streamixx</div>
</a>
</div>
<div class="top">
<div class="navbar">
<div class="home"><a href="#">Home</a></div>
<div class="about"><a href="#abse">About Us</a></div>
<div class="contact"><a href="#contactus">Contact Us</a></div>
</div>
</div>
</div>
<div class="welcomepage">
<div class="welcome">
Welcome To Streamixx
</div>
<div class="allimage">
<div class="image1">
</div>
<div class="image2">
</div>
<div class="image3">
</div>
<div class="image4">
</div>
</div>
</div>
<div class="welcomemessage">
The World of Cinema and Entertainment
</div>
<div class="cont">
<div class="buttons" id="dropdown"><button id="rdnpickx" type="button"><span>Pick a Movie</span></button>
<div id="dropdown-content">
<a href="randompick.html" target="_blank"><button class="umm" id="rdnpick" type="button"><span>Pick any
Random Movie</span></button></a>
<a href="randomgenre.html" target="_blank"><button class="umm" id="rdnpick" type="button"><span>Pick a
Random Genre</span></button></a>
<a href="selectingmultiplegenre.html" target="_blank"><button class="umm" id="rdnpick"
type="button"><span>Pick Multiple Genres</span></button></a>
</div>
</div>
</div>
<br><br><br>
<!-- ===================================================================== -->
<h2 style="margin-bottom: 40px;margin-left: 20px; padding: 10px;" class="glow">Latest Movies</h2>
<div id="carouselExampleCaptions" class="carousel carousel-dark slide" data-bs-ride="false" style="margin-bottom: 100px;">
<div class="carousel-indicators" style="background-color: rgba(255, 255, 255, 0.54);">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"s></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card-group">
<div class="card">
<img src="./Data/Top-5 IMDB/Oppenheimer_poster.png" class="card-img-top" alt="...">
<p class="content">"Oppenheimer" is a gripping biographical film directed by Christopher Nolan, exploring the life of J. Robert Oppenheimer, the brilliant scientist behind the atomic bomb. The movie delves into his complex moral dilemmas and the profound impact of his work on history. With stellar performances and Nolan's signature storytelling, it offers a thought-provoking glimpse into the man who shaped the course of the 20th century.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/RRR_poster.png" class="card-img-top" alt="...">
<p class="content">"RRR" is an epic Indian Telugu-language film directed by S.S. Rajamouli. The movie features two legendary actors, N.T. Rama Rao Jr. and Ram Charan, in lead roles. Set in the pre-independence era, it tells the story of two freedom fighters and their journey, promising spectacular action and grand storytelling. "RRR" has generated immense anticipation among fans and movie enthusiasts alike.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/sam_bahadur_poster.png" class="card-img-top" alt="...">
<p class="content">
"Sam Bahadur" is an upcoming biographical film that chronicles the life of Field Marshal Sam Manekshaw, the legendary Indian military leader. Starring Vicky Kaushal in the titular role, the movie is set to portray Manekshaw's remarkable career, from his role in India's independence to the 1971 Indo-Pak war. Anticipation is high for this epic tale of valor and leadership.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card-group">
<div class="card">
<img src="./Data/Top-5 IMDB/The_Archies.png" class="card-img-top" alt="...">
<p class="content">"The Archives" is a riveting mystery film by Bong Joon-ho, starring Mark Ruffalo and Tilda Swinton. Ruffalo, an archivist, uncovers a century-old conspiracy tied to unsolved murders, creating a suspenseful and engaging story. With a perfect blend of history, suspense, and supernatural elements, this film is a captivating cinematic experience. Don't miss this thought-provoking thriller.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/Tiger_3_poster.png" class="card-img-top" alt="...">
<p class="content">"Tiger 3" is a highly anticipated action thriller film starring Salman Khan and Katrina Kaif. The movie is the third installment in the successful Tiger franchise, known for its high-octane action sequences and espionage plot. Directed by Maneesh Sharma, it promises to deliver a gripping storyline with intense action and suspense. Fans are eagerly awaiting this blockbuster.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/RRR_poster.png" class="card-img-top" alt="...">
<p class="content">"RRR" is an epic Indian Telugu-language film directed by S.S. Rajamouli. The movie features two legendary actors, N.T. Rama Rao Jr. and Ram Charan, in lead roles. Set in the pre-independence era, it tells the story of two freedom fighters and their journey, promising spectacular action and grand storytelling. "RRR" has generated immense anticipation among fans and movie enthusiasts alike.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card-group">
<div class="card">
<img src="./Data/Top-5 IMDB/sam_bahadur_poster.png" class="card-img-top" alt="...">
<p class="content">
"Sam Bahadur" is an upcoming biographical film that chronicles the life of Field Marshal Sam Manekshaw, the legendary Indian military leader. Starring Vicky Kaushal in the titular role, the movie is set to portray Manekshaw's remarkable career, from his role in India's independence to the 1971 Indo-Pak war. Anticipation is high for this epic tale of valor and leadership.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/The_Archies.png" class="card-img-top" alt="...">
<p class="content">"The Archives" is a riveting mystery film by Bong Joon-ho, starring Mark Ruffalo and Tilda Swinton. Ruffalo, an archivist, uncovers a century-old conspiracy tied to unsolved murders, creating a suspenseful and engaging story. With a perfect blend of history, suspense, and supernatural elements, this film is a captivating cinematic experience. Don't miss this thought-provoking thriller.</p>
</div>
<div class="card">
<img src="./Data/Top-5 IMDB/Tiger_3_poster.png" class="card-img-top" alt="...">
<p class="content">"Tiger 3" is a highly anticipated action thriller film starring Salman Khan and Katrina Kaif. The movie is the third installment in the successful Tiger franchise, known for its high-octane action sequences and espionage plot. Directed by Maneesh Sharma, it promises to deliver a gripping storyline with intense action and suspense. Fans are eagerly awaiting this blockbuster.</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true" ></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- =============================================================================== -->
<div class="genres">
<div class="action-genre reveal fade-left">
<video id="my-video1" src="./Data/genvid/vid1.mp4" muted loop></video>
<div class="genre-content">
<h1>ACTION</h1>
<p>A genre featuring high-energy, physical stunts and fast-paced sequences. These films often involve a
hero or protagonist fighting against a villain or antagonist, and can include elements of adventure,
espionage, or martial arts. Action films can be highly entertaining and thrilling, with a focus on
adrenaline-fueled excitement and spectacle.</p>
</div>
</div>
<br><br>
<div class="action-genre1 reveal fade-right">
<div class="genre-content">
<h1>COMEDY</h1>
<p>A genre that aims to entertain and provoke laughter through humorous situations, witty dialogue, and
comedic performances. Comedy films can range from slapstick and farce to satire and dark humor,
providing a lighthearted escape and often offering social commentary. </p>
</div>
<video id="my-video2" src="./Data/genvid/ComGEN.mp4" muted loop></video>
</div>
<br><br>
<div class="action-genre reveal fade-left">
<video id="my-video3" src="./Data/genvid/DraGEN.mp4" muted loop></video>
<div class="genre-content">
<h1>DRAMA</h1>
<p>A genre that explores human emotions and relationships, often with intense and serious themes. These
films can include elements of tragedy, romance, and social commentary, and can range from realistic
to melodramatic in tone. Drama films can be powerful and moving, with a focus on character
development and emotional depth.</p>
</div>
</div>
<br><br>
<div class="action-genre1 reveal fade-right">
<div class="genre-content">
<h1>HORROR</h1>
<p>A genre featuring high-energy, physical stunts and fast-paced sequences. These films often involve a
hero or protagonist fighting against a villain or antagonist, and can include elements of adventure,
espionage, or martial arts.</p>
</div>
<video id="my-video4" src="./Data/genvid/HorGEN.mp4" muted loop></video>
</div>
<br><br>
<div class="action-genre reveal fade-left">
<video id="my-video5" src="./Data/genvid/PsyGEN.mp4" muted loop></video>
<div class="genre-content">
<h1>CRIME</h1>
A genre that revolves around criminal activities, investigations, and the pursuit of justice. Crime
films often explore themes of morality, corruption, and the complexities of the human psyche. They can
include elements of suspense, action, and thriller, providing a gritty and realistic depiction of
criminal underworlds, heists, detectives, and the blurred lines between law and order. These films
captivate audiences with intricate plots, charismatic antiheroes, and a glimpse into the darker side of
society.
</div>
</div>
<br><br>
<div class="action-genre1 reveal fade-right">
<div class="genre-content">
<h1>ROMANCE</h1>
A genre that focuses on romantic relationships and the emotions that come with them, often featuring
themes of love and heartbreak. These films can range from light-hearted comedies to intense dramas, and
can include elements of music, dance, or other forms of expression. Romance films can be highly emotive
and romantic, with a focus on exploring the complexities of love and relationships.
</div>
<video id="my-video6" src="./Data/genvid/RomGEN.mp4" muted loop></video>
</div>
<br><br>
<div class="action-genre reveal fade-left">
<video id="my-video7" src="./Data/genvid/SciGEN.mp4" muted loop></video>
<div class="genre-content">
<h1>SCI-FI</h1>
<p>A genre that explores scientific and technological advancements, often set in futuristic or
otherworldly settings. These films can include elements of adventure, action, or horror, and often
explore themes such as artificial intelligence, time travel, and extraterrestrial life. Sci-fi films
can be highly imaginative and visionary, with a focus on exploring the possibilities of human
ingenuity and innovation.</p>
</div>
</div>
<br><br>
<div class="action-genre1 reveal fade-right">
<div class="genre-content">
<h1>THRILLER</h1>
<p>A genre that keeps audiences on the edge of their seats, typically involving suspenseful plot twists
and danger. These films often involve a hero or protagonist trying to outsmart a villain or
antagonist, and can include elements of mystery, espionage, or action. Thriller films can be highly
engaging and gripping, with a focus on tension and suspense.</p>
</div>
<video id="my-video8" src="./Data/genvid/ThrGEN.mp4" muted loop></video>
</div>
</div>
<br>
<main class="main1">
<div class="imdbtop">
<h1>Top 5 on <span>IMDB</span> this week</h1>
</div>
<div class="imdb_cards">
<div class="cards" id="card-1">
<img src="./Data/Top-5 IMDB/Tiger_3_poster.png" alt="">
<div class="rating" id="r-1">
<div class="left"><ion-icon name="star" id="totalrating"></ion-icon>
<div class="ratingnum">
<p>9.6</p>
</div>
</div>
<div class="right"><ion-icon name="star-outline" id="ratehere"></ion-icon>
</div>
</div>
<h2>1. Tiger 3</h2>
<div class="watchbtn"><button><span>Watch Options</span></button></div>
<div class="trailerbtn"><button><ion-icon name="play"></ion-icon>Trailer</button></div>
</div>
<div class="cards" id="card-2">
<img src="./Data/Top-5 IMDB/RRR_poster.png" alt="">
<div class="rating" id="r-1">
<div class="left"><ion-icon name="star" id="totalrating"></ion-icon>
<div class="ratingnum">
<p>9.5</p>
</div>
</div>
<div class="right"><ion-icon name="star-outline" id="ratehere"></ion-icon>
</div>
</div>
<h2>2. RRR</h2>
<div class="watchbtn"><button>Watch Options</button></div>
<div class="trailerbtn"><button><ion-icon name="play"></ion-icon>Trailer</button></div>
</div>
<div class="cards" id="card-3">
<img src="./Data/Top-5 IMDB/The_Archies.png" alt="">
<div class="rating" id="r-1">
<div class="left"><ion-icon name="star" id="totalrating"></ion-icon>
<div class="ratingnum">
<p>9.2</p>
</div>
</div>
<div class="right"><ion-icon name="star-outline" id="ratehere"></ion-icon>
</div>
</div>
<h2>3. The Archies</h2>
<div class="watchbtn"><button>Watch Options</button></div>
<div class="trailerbtn"><button><ion-icon name="play"></ion-icon>Trailer</button></div>
</div>
<div class="cards" id="card-4">
<img src="./Data/Top-5 IMDB/sam_bahadur_poster.png" alt="">
<div class="rating" id="r-1">
<div class="left"><ion-icon name="star" id="totalrating"></ion-icon>
<div class="ratingnum">
<p>9.2</p>
</div>
</div>
<div class="right"><ion-icon name="star-outline" id="ratehere"></ion-icon>
</div>
</div>
<h2>4. Sam Bahadur</h2>
<div class="watchbtn"><button>Watch Options</button></div>
<div class="trailerbtn"><button><ion-icon name="play"></ion-icon>Trailer</button></div>
</div>
<div class="cards" id="card-5">
<img src="./Data/Top-5 IMDB/Oppenheimer_poster.png" alt="">
<div class="rating" id="r-1">
<div class="left"><ion-icon name="star" id="totalrating"></ion-icon>
<div class="ratingnum">
<p>9.0</p>
</div>
</div>
<div class="right"><ion-icon name="star-outline" id="ratehere"></ion-icon>
</div>
</div>
<h2>5. Oppenheimer</h2>
<div class="watchbtn"><button>Watch Options</button></div>
<div class="trailerbtn"><button><ion-icon name="play"></ion-icon>Trailer</button></div>
</div>
</div>
</main>
<br><br><br>
<div class="contactuspage" id="contactus">
<div class="contactname">
Contact Us
</div>
<div class="contactuscontainer">
<form class="feedbackform">
<div class="name">
<div class="first-name">
<label for="fn" class="formitem">First Name</label>
<input id="fn" placeholder="First Name" name="First-name" class="inputbox" required>
</div>
<div class="last-name">
<label for="ln" class="formitem">Last Name</label>
<input id="ln" placeholder="Last Name" name="Last-Name" class="inputbox" required>
</div>
</div>
<div class="email-class">
<label for="mailclas" class="formitem">Email</label>
<input class="inputbox" placeholder="[email protected]" id="mailclas" name="Email" type="email" required>
</div>
<div class="message">
<label for="mesa" class="formitem">Feedback</label>
<input id="mesa" placeholder="Your comments" class="inputbox">
</div>
<div>
<input type="submit" class="submit-button">
<input type="reset" class="submit-button">
</div>
</form>
<div class="feedimage"></div>
</div>
</div>
<!-- Footer Section -->
<div class="footerSection">
<button class="title">Sign in for more access</button>
<div class="logo-section">
<i class="fab fa-tiktok"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-facebook"></i>
</div>
<div class="additional-info">
<div class="row">
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Get the IMDb App
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Help
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Site Index
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> IMDbPro
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Box Office Mojo
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> IMDb Development
</div>
</div>
<div class="row">
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Press Room
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Advertising
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Jobs
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Conditions of Use
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Privacy
</div>
<div class="item">
<i class="fa-solid fa-arrow-up-right-from-square arrow-icon"></i> Your Ads Privacy Choices
</div>
</div>
</div>
</div>
<a href="#"><div class="topicon"></div></a>
<!-- Footer Section -->
<footer class="footer">
<div class="footer-content">
<div class="footer-links">
<a href="index.html#">Home</a>
<a href="index.html#abse">About</a>
<a href="index.html#contactus">Contact</a>
</div>
<div class="social-links">
<a href="#"><img src="./Data/social-icons/facebook.png" alt="Facebook"></a>
<a href="#"><img src="./Data/social-icons/twitter.png" alt="Twitter"></a>
<a href="#"><img src="./Data/social-icons/instagram.png" alt="Instagram"></a>
</div>
</div>
<div class="copyright">
© 2023 Streamixx. All rights reserved.
</div>
</footer>
<a href="#">
<div class="topicon"></div>
</a>
<script defer src="./Data/filmdata/script2.js"></script>
</body>
</html>