-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (331 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streamo - Media Streaming Netflix Like Website Template Preview</title>
</head>
<body>
<div class="container-fluid pb-5" style="background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(images/bg.jpeg); background-size: cover;">
<header class="pt-4 pb-4">
<div class="container-fluid">
<div class="row">
<div class="col">
<img src="images/logo.png" alt="" class="img-fluid">
</div>
<div class="col d-flex justify-content-end">
<a class="btn btn-danger btn-lg fw-bold px-4" href="login.html" style="background-color: #f4181c; color: white;">Sign in</a>
</div>
</div>
</div>
</header>
<div class="container w-50 pt-5 text-center text-white d-flex flex-column justify-content-center align-items-center">
<h1 class="display-4 fw-bold my-3">Endless movies, TV shows, and more.</h1>
<h4 class="my-2">Enjoy anywhere. Unsubscribe anytime.</h4>
<h6 class="my-3">Ready to watch? Enter your email to create or restart your membership.</h6>
</div>
<div class="container w-50">
<form class="pb-5 pt-2" role="search">
<div class="input-group">
<input class="form-control form-control-xl bg-light py-3 border-0" type="search" placeholder="Email Address" style="box-shadow: none;">
<button class="btn px-4" type="submit" style="background-color: #f4181c; color: white;">Get Started</button>
</div>
</form>
</div>
</div>
<div class="container-fluid p-3 p-md-5 text-white" style="background-color: #12222d;">
<div class="row">
<div class="col-12 col-md-7 p-3 p-md-4 d-flex flex-column justify-content-center">
<h1 class="fw-bold mb-4 text-center text-md-start">Enjoy Watching Them on TV.</h1>
<h4 class="text-center text-md-start" style="font-weight: normal;">Whether it’s Smart TV, Xbox, Apply TV, Watch Your Favorite Program with Great Pleasure.</h4>
</div>
<div class="col-12 col-md-5 p-5 p-md-5 text-center">
<img src="images/div2img.png" class="img-fluid">
</div>
</div>
</div>
<div class="container-fluid text-center p-3 p-md-5 bg-black">
<div class="row p-2 p-md-5 text-white">
<div class="col-6 col-md-3 py-2">
<h1 class="fw-bold display-5" style="color: #f4181c;">500+ M</h1>
<h4 style="font-weight: normal;">Total Videos</h4>
</div>
<div class="col-6 col-md-3 py-2">
<h1 class="fw-bold display-5" style="color: #f4181c;">10th</h1>
<h4 style="font-weight: normal;">Position</h4>
</div>
<div class="col-6 col-md-3 py-2">
<h1 class="fw-bold display-5" style="color: #f4181c;">200+ M</h1>
<h4 style="font-weight: normal;">Subscribers</h4>
</div>
<div class="col-6 col-md-3 py-2">
<h1 class="fw-bold display-5" style="color: #f4181c;">100+</h1>
<h4 style="font-weight: normal;">Awards</h4>
</div>
</div>
</div>
<div class="container-fluid p-3 p-md-5 text-white" style="background-color: #12222d;">
<div class="row">
<div class="col-12 col-md-5 p-5 p-md-5 text-center">
<img src="images/div4img.png" class="img-fluid">
</div>
<div class="col-12 col-md-7 p-3 p-md-4 d-flex flex-column justify-content-center">
<h1 class="fw-bold mb-4 text-center text-md-start">Download Favorites, Watch them Offline!.</h1>
<h4 class="text-center text-md-start" style="font-weight: normal;">It’s super easy to save your favorite shows!</h4>
</div>
</div>
</div>
<div class="container-fluid text-white p-5 bg-black">
<h1 class="text-center">Pricing Plan</h1>
<div class="row p-3">
<div class="col-md-4 col-12 p-3 p-md-3 carddiv">
<div class="card bg-dark text-white">
<div class="card-title text-center rounded-top rounded-circle cardbg">
<div class="mt-4 fw-bold">
<h1 class="d-inline">$100</h1><span>/ Month</span>
</div>
<h4 class="mb-5 fw-bold">Basic</h4>
</div>
<div class="card-body text-center">
<ul class="list-unstyled card-text">
<li class="my-3">HD available</li>
<li class="my-3">Ultra HD available </li>
<li class="my-3">Watch on your laptop</li>
<li class="my-3">Watch on your TV</li>
<li class="my-3">Watch on your mobile phone</li>
<li class="my-3">Watch on your tablet</li>
<li class="my-3">Unlimited movies, TV shows</li>
<li class="my-3">Unlimited mobile games</li>
</ul>
<button class="btn button m-4">Choose A Plan</button>
</div>
</div>
</div>
<div class="col-md-4 col-12 carddiv p-3 p-md-3">
<div class="card bg-dark text-white">
<div class="card-title text-center rounded-top rounded-circle" style="background-color: #f4181c;">
<div class="mt-4 fw-bold">
<h1 class="d-inline">$200</h1><span>/ Month</span>
</div>
<h4 class="mb-5 fw-bold">Basic</h4>
</div>
<div class="card-body text-center">
<ul class="list-unstyled card-text">
<li class="my-3">HD available</li>
<li class="my-3">Ultra HD available </li>
<li class="my-3">Watch on your laptop</li>
<li class="my-3">Watch on your TV</li>
<li class="my-3">Watch on your mobile phone</li>
<li class="my-3">Watch on your tablet</li>
<li class="my-3">Unlimited movies, TV shows</li>
<li class="my-3">Unlimited mobile games</li>
</ul>
<button class="btn buttonex m-4">Choose A Plan</button>
</div>
</div>
</div>
<div class="col-md-4 col-12 carddiv p-3 p-md-3">
<div class="card bg-dark text-white">
<div class="card-title text-center rounded-top rounded-circle cardbg">
<div class="mt-4 fw-bold">
<h1 class="d-inline">$300</h1><span>/ Month</span>
</div>
<h4 class="mb-5 fw-bold">Basic</h4>
</div>
<div class="card-body text-center">
<ul class="list-unstyled card-text">
<li class="my-3">HD available</li>
<li class="my-3">Ultra HD available </li>
<li class="my-3">Watch on your laptop</li>
<li class="my-3">Watch on your TV</li>
<li class="my-3">Watch on your mobile phone</li>
<li class="my-3">Watch on your tablet</li>
<li class="my-3">Unlimited movies, TV shows</li>
<li class="my-3">Unlimited mobile games</li>
</ul>
<button class="btn button m-4">Choose A Plan</button>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid p-3 p-md-5 text-white" style="background-color: #12222d;">
<div class="row">
<div class="col-12 col-md-6 p-3 p-md-4 d-flex flex-column justify-content-center">
<h1 class="fw-bold mb-4 text-center text-md-start">Watch Anywhere You Want.</h1>
<h4 class="text-center text-md-start" style="font-weight: normal;">Watch an endless number of shows, on your phone, tablet, laptop, and TV.</h4>
</div>
<div class="col-12 col-md-6 p-5 p-md-5 text-center">
<img src="images/div6img.png" class="img-fluid">
</div>
</div>
</div>
<div class="container-fluid p-5 bg-black">
<h1 class="text-center text-white fw-bold display-5">Popular Movies And Shows</h1>
<div class="row pt-4">
<div class="col-6 col-md-3 p-3 p-md-3">
<div class="image-container rounded">
<a href="info.html"><img src="images/div7img1.png" alt="" class="img-fluid rounded"></a>
</div>
</div>
<div class="col-6 col-md-3 p-3 p-md-3">
<div class="image-container rounded">
<a href="info.html"><img src="images/div7img2.png" alt="" class="img-fluid rounded"></a>
</div>
</div>
<div class="col-6 col-md-3 p-3 p-md-3">
<div class="image-container rounded">
<a href="info.html"><img src="images/div7img3.png" alt="" class="img-fluid rounded"></a>
</div>
</div>
<div class="col-6 col-md-3 p-3 p-md-3">
<div class="image-container rounded">
<a href="info.html"><img src="images/div7img4.png" alt="" class="img-fluid rounded"></a>
</div>
</div>
</div>
</div>
<!-- Accordian -->
<div class="container-fluid text-white pb-5 p-md-5" style="background-color: #12222d;">
<h1 class="fw-bold text-center p-5 display-5">Frequently Asked Questions</h1>
<div class="accordion container w-75" id="acc">
<div class="accordion-item border-0">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp1" style="box-shadow: none;">What is Streamo</button>
</h2>
<div id="colp1" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
</div>
</div>
<div class="accordion-item border-0 my-2">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp2"
style="box-shadow: none;">How expensive is Streamo?</button>
</h2>
<div id="colp2" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors.</p>
</div>
</div>
</div>
<div class="accordion-item border-0 my-2">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp3"
style="box-shadow: none;">Can I watch with Streamo everywhere?</button>
</h2>
<div id="colp3" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites.</p>
</div>
</div>
</div>
<div class="accordion-item border-0 my-2">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp4"
style="box-shadow: none;">How easy is cancelling the subscription?</button>
</h2>
<div id="colp4" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites.</p>
</div>
</div>
</div>
<div class="accordion-item border-0 my-2">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp5"
style="box-shadow: none;">What else can I watch with Streamo?</button>
</h2>
<div id="colp5" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites.</p>
</div>
</div>
</div>
<div class="accordion-item border-0 my-2">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#colp6"
style="box-shadow: none;">How good is Streamo for kids?</button>
</h2>
<div id="colp6" class="accordion-collapse collapse text-white" style="background-color: #000000;" data-bs-parent="#acc">
<div class="accordion-body">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites.</p>
</div>
</div>
</div>
</div>
</div>
<!-- <a href="#top" class="btn btn-primary rounded-0 floating-button"><i class="fa-solid fa-arrow-up"></i></a> -->
<footer class="footer-area bg-black">
<div class="container-fluid p-3 pb-0">
<div class="row">
<div class="col-12 col-md-3 text-white">
<a href="#"><img src="images/logo.png" alt="" class="img-fluid"></a>
<p class="py-3">Eiusmod tempor incididunt ut la abore et minim ven exerc itation ulla mco lboris naliquip comm.</p>
<a class="iconimg" href="#!" role="button"><i class="fab fa-facebook"></i></a>
<a class="ticon" role="button"><i class="fab fa-twitter"></i></a>
<a class="licon" role="button"><i class="fab fa-linkedin-in"></i></a>
<a class="instaicon" role="button"><i class="fab fa-instagram"></i></a>
</div>
<div class="col-12 col-md-9">
<ul class="list-unstyled d-inline fs-5 fw-medium atag">
<li class="d-inline ms-3"><a href="#" class="atag">Home</a></li>
<li class="d-inline ms-3"><a href="" class="atag">About US</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Series</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Contact US</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Tv Series</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Tech</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Movie</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Video</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Live</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Tv Series</a></li>
<li class="d-inline ms-3"><a href="" class="atag">Horror Movies</a></li>
</ul><br>
<ul class="list-unstyled d-inline">
<li class="d-inline footerbicon"><img src="images/brand1.png" alt="" class="img-fluid"></li>
<li class="d-inline footerbicon"><img src="images/brand2.png" alt="" class="img-fluid"></li>
<li class="d-inline footerbicon"><img src="images/brand3.png" alt="" class="img-fluid"></li>
<li class="d-inline footerbicon"><img src="images/brand4.png" alt="" class="img-fluid"></li>
<li class="d-inline footerbicon"><img src="images/brand5.png" alt="" class="img-fluid"></li>
<li class="d-inline footerbicon"><img src="images/brand6.png" alt="" class="img-fluid"></li>
</ul><br>
<ul class="list-unstyled d-inline">
<li class="d-inline mx-3"><a href="" class="atag">Report a Bug</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Request a Feature</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Contact Grievance</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Movie Request</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Submit Your Story</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Privacy Policy</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Terms of Services</a></li>
<li class="d-inline border-end"></li>
<li class="d-inline mx-3"><a href="" class="atag">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid justify-content-between">
<div class="row pt-3">
<div class="col-8 text-white d-flex justify-content-between pt-2">
<p>Copyright ©2022 All rights reserved | Made with ❤️ by Ambareesh.</p>
<p>Already have an Account? <a href="/login.html" class="text-white text-decoration-underline">LOGIN</a></p>
</div>
<div class="col offset-2">
<button class="btn" style="background-color: #f4181c; color: white;">Become a Member</button>
</div>
</div>
</div>
</footer>
</body>
</html>