-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
567 lines (561 loc) · 25.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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!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" />
<!-- css styles import -->
<link rel="stylesheet" href="/style.css" />
<!-- fonts import -->
<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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- font awesome import -->
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<title>Netflix with bootstrap</title>
</head>
<body class="bg-dark text-white">
<header>
<!-- navbar -->
<nav
class="navbar position-absolute w-100 d-flex top-0 justify-content-between"
style="
padding-bottom: 3%;
padding-right: 5%;
padding-left: 3%;
z-index: 10;
"
>
<div class="h-100 netflix__container">
<img
class="netflix__logo"
src="https://assets.stickpng.com/images/580b57fcd9996e24bc43c529.png"
alt="logo"
/>
</div>
<div class="d-flex gap-2 navbar__nav__items">
<div class="d-flex">
<div
class="border rounded-1 align-items-lg-baseline p-1 text-white"
style="
border: 1px solid #aaa;
font-size: 0.875rem navbar__container;
"
>
<i class="fas fa-globe"></i>
<select
class="bg-transparent border-0 text-white"
name="languages"
id="languagesSelect"
style="outline: none"
>
<option value="english" class="text-black">
English
</option>
<option value="persian" class="text-black">
Persian
</option>
</select>
</div>
</div>
<div class="d-flex gap-2">
<button
class="bg-danger border-1 text-white rounded-1 text-truncate"
style="
padding-top: 0.25rem;
padding-right: 0.5rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
"
>
Sign In
</button>
</div>
</div>
</nav>
</header>
<main>
<!-- hero -->
<section>
<div
class="w-100 hero__bg__image__container"
>
<img
src="/assets/DE-en-20230206-popsignuptwoweeks-perspective_alpha_website_large.jpg"
alt="background image"
class="w-100 h-100 img-fluid hero__bg__image"
/>
</div>
<div
class="position-absolute w-100 hero__bg__overlay"
style="
inset: 0;
background: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(
rgba(0, 0, 0, 0.8) 0,
rgba(0, 0, 0, 0) 60%,
rgba(0, 0, 0, 0.8) 100%
);
"
></div>
<div
class="hero__card position-absolute text-center align-content-center d-flex flex-column"
>
<h1 class="hero__title">
Unlimited movies, TV <br />
shows, and more.
</h1>
<p class="hero__subtitle mb-0">
Watch anywhere. cancel anytime.
</p>
<p class="hero__description">
Ready to watch? Enter your email to create or restart
your membership.
</p>
<div
class="d-flex h-100 justify-content-center align-items-center email__form__container"
>
<div class="bg-white position-relative form__container">
<input
class="border-0 bg-transparent w-100 h-100 ps-2 rounded-1"
type="email"
placeholder="Email address"
/>
</div>
<button
class="text-white d-flex gap-2 text-truncate primary__button"
style="
background-color: #dc030f;
align-items: baseline;
margin-top: 1px;
"
>
Get Started <i class="fal fa-chevron-right"></i>
</button>
</div>
</div>
</section>
<!-- Features -->
<section class="all__features">
<!-- Feature 1 -->
<div
id="feature__1"
class="feature border-top border-5 border-secondary pt-5 pb-5 text-white bg-black justify-content-sm-center justify-content-lg-start justify-content-between gap-lg-5 justify-content-xl-center align-items-lg-baseline d-flex flex-column flex-lg-row"
>
<div
class="feature__details gap-3 d-flex flex-column text-center"
>
<h3
class="feature__title fa-x fw-bold mt-1 mb-1 text-lg-start"
>
Enjoy on your TV.
</h3>
<h5 class="feature__sub__title lh-base text-lg-start">
Watch on Smart TVs, Playstation, Xbox,<br
class="first__sub__break"
/>
Chromecast, Apple TV, Blu-ray players, and more.
</h5>
</div>
<div class="position-relative">
<img
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png"
alt="Feature image"
class="feature__image w-100"
/>
<div
class="feature__backgroud__video__container position-absolute h-100 w-100"
style="
top: 21%;
left: 13%;
max-width: 73%;
max-height: 54%;
"
>
<video
autoplay
loop
muted
class="feature__backgroud__video w-100 h-100"
>
<source
src="/assets/video-tv-0819.mp4"
type="video/mp4"
/>
</video>
</div>
</div>
</div>
<!-- Feature 2 -->
<div
id="feature__2"
class="feature border-top border-5 border-secondary text-white bg-black justify-content-sm-center justify-content-lg-start justify-content-between gap-lg-5 justify-content-xl-center align-items-lg-baseline d-flex flex-column flex-lg-row-reverse"
>
<div
class="feature__details gap-3 d-flex flex-column text-center"
>
<h3
class="feature__title fa-x fw-bold mt-1 mb-1 text-lg-start"
>
Watch everywhere.
</h3>
<h5 class="feature__sub__title lh-base text-lg-start">
Stream unlimited movies and TV shows on
<br class="first__sub__break" />
your phone, tablet, laptop, and TV without
<br class="second__sub__break" />
paying more.
</h5>
</div>
<div class="position-relative" style="z-index: 1">
<img
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile.png"
alt="Feature image"
id="feature__2__image"
class="feature__image w-100"
/>
<div
class="feature__2__backgroud__video__container position-absolute h-100 w-100"
style="
top: 9%;
max-width: 63%;
max-height: 47%;
z-index: -2;
"
>
<video
autoplay
loop
muted
class="feature__backgroud__video w-100 h-100"
>
<source
src="/assets//video-devices.mp4"
type="video/mp4"
/>
</video>
</div>
</div>
</div>
<!-- Feature 3 -->
<div
id="feature__3"
class="feature border-top border-5 border-secondary pt-5 pb-5 text-white bg-black justify-content-sm-center justify-content-lg-start justify-content-between gap-lg-5 justify-content-xl-center d-flex flex-column flex-lg-row align-items-xl-baseline"
>
<div
class="feature__details gap-3 d-flex flex-column text-center ps-1 pe-1"
>
<h3
class="feature__title fa-x fw-bold mt-1 mb-1 text-lg-start"
>
Create profiles for kids.
</h3>
<h5 class="feature__sub__title lh-base text-lg-start">
Send kids on adventures with their favorite
<br class="third__sub__break" />
characters in a space made just for them—<br
class="forth__sub__break"
/>free with your membership.
</h5>
</div>
<div class="position-relative">
<img
src="https://occ-0-4023-2164.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABVxdX2WnFSp49eXb1do0euaj-F8upNImjofE77XStKhf5kUHG94DPlTiGYqPeYNtiox-82NWEK0Ls3CnLe3WWClGdiJP.png?r=5cf"
alt="Feature image"
class="feature__image h-100 w-100"
/>
</div>
</div>
<!-- Feature 4 -->
<div
class="feature border-top border-5 border-secondary text-white bg-black justify-content-sm-center justify-content-lg-start justify-content-between gap-lg-5 justify-content-xl-center align-items-lg-baseline d-flex flex-column flex-lg-row-reverse"
>
<div
class="feature__details gap-3 d-flex flex-column text-center pe-1 ps-1"
>
<h3
class="feature__title fa-x fw-bold mt-1 mb-1 text-lg-start"
>
Download your shows to<br
class="third__sub__break"
/>
watch offline.
</h3>
<h5 class="feature__sub__title lh-base text-lg-start">
Available on all plans except Basic with ads.
</h5>
</div>
<div
id="feature__image__container"
class="align-self-center align-self-lg-baseline position-relative"
>
<img
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg"
alt="Feature image"
class="feature__image w-100"
/>
<div
class="feature__4__poster__container position-absolute w-100 d-flex align-items-center bg-black border-2"
style="
bottom: 8%;
left: 50%;
transform: translateX(-50%);
max-width: 16em;
border-radius: 10px;
height: 60px;
padding: 0.25rem 0.6rem;
gap: 15px;
"
>
<div class="poster__container" style="width: 20%">
<img
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/boxshot.png"
alt="poster"
class="poster w-100 h-100"
/>
</div>
<div class="poster__details" style="width: 60%">
<h4 style="font-size: 12px; font-weight: 500">
Stranger Things
</h4>
<h6
style="
font-size: 12px;
font-weight: 400;
color: rgb(26, 81, 233);
"
>
Downloading...
</h6>
</div>
<div
class="gif__container h-100"
style="width: 20%"
>
<img
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/download-icon.gif"
alt="downloading gif"
class="gif w-100 h-100"
/>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="bg-black py-5" style="border-top: 8px solid #222">
<h1
class="FAQ__heading text-center fw-bold fs-1 pb-1"
style="font-size: 20px; margin: 1rem 3rem"
>
Frequently Asked Questions
</h1>
<div
class="FAQ__list d-flex flex-column justify-content-center align-items-center"
style="gap: 10px"
>
<div class="w-100">
<button
class="FAQ__title w-100 overflow-hidden d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
What is Netflix?<i class="fal fa-plus"></i>
</button>
</div>
<div class="w-100">
<button
class="FAQ__title w-100 d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
How much does netflix cost?<i
class="fal fa-plus"
></i>
</button>
</div>
<div class="w-100">
<button
class="FAQ__title w-100 d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
Where can i watch?<i class="fal fa-plus"></i>
</button>
</div>
<div class="w-100">
<button
class="FAQ__title w-100 d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
How do I cancel?<i class="fal fa-plus"></i>
</button>
</div>
<div class="w-100">
<button
class="FAQ__title w-100 d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
What can I watch from Netflix?<i
class="fal fa-plus"
></i>
</button>
</div>
<div class="w-100">
<button
class="FAQ__title w-100 d-flex justify-content-between align-items-baseline text-white"
style="
padding: 15px 20px;
background-color: #303030;
border: 1px solid #303030;
"
>
Is Netflix good for kids?<i class="fal fa-plus"></i>
</button>
</div>
</div>
<div class="FAQ__get__started__email text-center">
<h3 style="font-weight: 400; margin: 2rem 0">
Ready to watch? Enter your <br class="fifth__breaker" />
email to create or restart your
<br class="sixth__breaker" />
membership.
</h3>
<div
class="d-flex h-100 justify-content-center align-items-center email__form__container"
id="email__second__form"
>
<div class="bg-white position-relative form__container">
<input
class="border-0 bg-transparent w-100 h-100 ps-2 rounded-1"
type="email"
placeholder="Email address"
/>
</div>
<button
class="text-white d-flex gap-2 text-truncate primary__button"
style="
background-color: #dc030f;
align-items: baseline;
margin-top: 1px;
"
>
Get Started <i class="fal fa-chevron-right"></i>
</button>
</div>
</div>
</section>
</main>
<footer
class="justify-content-center d-flex bg-black pt-5"
style="
color: #757575;
border-top: 8px solid #333;
gap: 20px;
padding: 2rem 1rem;
"
>
<div class="d-inline-block">
<div class="footer__row__1 pb-3 mx-auto">
<h4 style="font-size: 15px; font-weight: 500">
Questions? Call 000-800-040-1843
</h4>
</div>
<div
class="footer__row__2 d-flex flex-wrap justify-content-around mx-auto"
>
<div class="column__1" style="font-size: 12px">
<p>FAQ</p>
<p>Media Center</p>
<p>Redeem Gift Cards</p>
<p>Privacy</p>
<p>Speed Test</p>
</div>
<div class="column__2" style="font-size: 12px">
<p>Cancel Membership</p>
<p>Investor Relations</p>
<p>Buy Gift Cards</p>
<p>Cookie Preferences</p>
<p>Legal Guarantee</p>
</div>
<div class="column__3" style="font-size: 12px">
<p>Help Center</p>
<p>Jobs</p>
<p>Ways to Watch</p>
<p>Impressum</p>
<p>Legal Notices</p>
</div>
<div class="column__4" style="font-size: 12px">
<p>Account</p>
<p>Netflix Shop</p>
<p>Terms of Use</p>
<p>Contact Us</p>
<p>Only on Netflix</p>
</div>
</div>
<div class="footer__row__3 mx-auto">
<div
class="rounded-1 mb-4"
style="
width: fit-content;
border: 1px solid #636363;
color: #757575;
padding: 0.6rem;
"
>
<i class="fas fa-globe"></i>
<select
name="languages"
id="languagesSelect"
style="
color: white;
background-color: black;
border: 0;
"
>
<option value="english" selected>English</option>
<option value="persian">persian</option>
</select>
</div>
<div class="footer__row__4" style="font-size: 14px">
<p>Netflix Persian</p>
</div>
</div>
</div>
</footer>
<!-- scripts import -->
<script src="/app.js"></script>
</body>
</html>