-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
399 lines (359 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix India – Watch TV Shows Online, Watch Movies Online</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
</head>
<body>
<div class="page-container">
<div class="header-cover">
</div>
<div class="header-container">
<div class="header">
<div class="logo-login-cover">
<div class="logo-login-container">
<div class="logo-container">
<img src="./assets//netflix-logo.svg" alt="netflix logo" width="100%">
</div>
<div class="login-container">
<div class="lang-selection">
<div class="language-small">
<img src="./assets/language-small.svg">
</div>
<select name="lang-selection" class="select-btn">
<option value="english" selected>English</option>
<option value="hindi">हिन्दी</option>
</select>
<div class="select-cover"></div>
<div class="caret-down-small">
<img src="./assets//caret-down-small.svg">
</div>
</div>
<div class="login">
<a href="https://www.netflix.com/in/login" tabindex="-1">
<button class="btn">Sign In</button>
</a>
</div>
</div>
</div>
</div>
<div class="get-started">
<div class="heading">Unlimited movies, TV shows and more</div>
<span class="cost">Starts at ₹149. Cancel at any time.</span>
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<form action="" autocomplete="off">
<div class="fieldset">
<div class="email-input">
<label for="email">Email address</label>
<div class="input-container">
<input id="email" type="email">
<div aria-hidden="true" class="input-cover"></div>
</div>
</div>
<button class="btn submit-btn">Get Started
<img src="./assets/right-arrow.svg">
</button>
</div>
</form>
</div>
</div>
<div class="bottom-design-container">
<div class="bottom-design">
</div>
</div>
</div>
<div class="main-container">
<div class="main">
<h2>Trending Now</h2>
<div class="filter">
<div class="content-origin">
<select name="content-origin" id="content-origin" class="select-btn">
<option value="indian">India</option>
<option value="global">Global</option>
</select>
<div class="select-cover"></div>
<div class="caret-down-small">
<img src="./assets//caret-down-small.svg">
</div>
</div>
<div class="content-type">
<select name="content-type" id="content-type" class="select-btn">
<option value="movies">Movies</option>
<option value="tv-shows">TV Shows</option>
</select>
<div class="select-cover"></div>
<div class="caret-down-small">
<img src="./assets//caret-down-small.svg">
</div>
</div>
</div>
<div class="suggestions-container">
<div class="slider-button left-slider-button">
<button class="left">
<div class="img-container">
<img src="./assets/slider-left-arrow.svg" alt="">
</div>
</button>
</div>
<ul class="suggestions">
</ul>
<div class="slider-button right-slider-button">
<button class="right">
<div class="img-container">
<img src="./assets/slider-right-arrow.svg" alt="">
</div>
</button>
</div>
</div>
<section class="benefits">
<h2>More reasons to join</h2>
<div class="benefit-container">
<div class="benefit">
<h3>Enjoy on your TV</h3>
<p>
Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.
</p>
<div class="img-container television-core-small">
<img src="./assets/television-core-small.svg" alt="">
</div>
</div>
<div class="benefit">
<h3>Download your shows to watch offline</h3>
<p>
Save your favorites easily and always have something to watch.
</p>
<div class="img-container download-core-small">
<img src="./assets/download-core-small.svg" alt="">
</div>
</div>
<div class="benefit">
<h3>Watch everywhere</h3>
<p>
Stream unlimited movies and TV shows on your phone, tablet, laptop and TV.
</p>
<div class="img-container telescope-core-small">
<img src="./assets/telescope-core-small.svg" alt="">
</div>
</div>
<div class="benefit">
<h3>Create profiles for kids</h3>
<p>
Send kids on adventures with their favorite characters in a space made just for them — free with your
membership.
</p>
<div class="img-container profiles-core-small">
<img src="./assets//profiles-core-small.svg" alt="">
</div>
</div>
</div>
</section>
<section class="faqs">
<h3>Frequently Asked Questions</h3>
<div class="faq-container">
<div class="faq">
<details>
<summary>
<div>
<h4>What is Netflix?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime,
documentaries and more – on thousands of internet-connected devices.
<br>
<br>
You can watch as much as you want, whenever you want, without a single ad – all for one low monthly
price. There's always something new to discover, and new TV shows and movies are added every week!
</p>
<details>
<summary>
<div>
<h4>How much does Netflix cost?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed
monthly fee. Plans range from ₹149 to ₹649 a month. No extra costs, no contracts.
</p>
<details>
<summary>
<div>
<h4>Where can I watch?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
Watch anywhere, anytime. Sign in with your Netflix account to watch instantly on the web at
netflix.com from your personal computer or on any internet-connected device that offers the Netflix
app, including smart TVs, smartphones, tablets, streaming media players and game consoles.
<br>
<br>
You can also download your favourite shows with the iOS or Android app. Use downloads to watch while
you're on the go and without an internet connection. Take Netflix with you anywhere.
</p>
<details>
<summary>
<div>
<h4>How do I cancel?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
Netflix is flexible. There are no annoying contracts and no commitments. You can easily cancel your
account online in two clicks. There are no cancellation fees – start or stop your account anytime.
</p>
<details>
<summary>
<div>
<h4>What can I watch on Netflix?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
Netflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning
Netflix originals, and more. Watch as much as you want, anytime you want.
</p>
<details>
<summary>
<div>
<h4>Is Netflix good for kids?</h4>
</div>
<div class="img-container">
<img src="./assets/expand-core-small.svg" alt="">
</div>
</summary>
</details>
<p>
The Netflix Kids experience is included in your membership to give parents control while kids enjoy
family-friendly TV shows and films in their own space.
<br>
<br>
Kids profiles come with PIN-protected parental controls that let you restrict the maturity rating of
content kids can watch and block specific titles you don’t want kids to see.
</p>
</div>
</div>
</section>
<div class="join">
<span>
Ready to watch? Enter your email to create or restart your membership.
</span>
<form action="" autocomplete="off">
<div class="fieldset">
<div class="email-input">
<label for="email">Email address</label>
<div class="input-container">
<input id="email" type="email">
<div aria-hidden="true" class="input-cover"></div>
</div>
</div>
<button class="btn submit-btn">
Get Started
<img src="./assets/right-arrow.svg">
</button>
</div>
</form>
</div>
</div>
<footer class="footer">
<div class="call">
<span>
Questions? Call <a href="tel:000-800-919-1694">000-800-919-1694</a>
</span>
</div>
<div class="nav">
<ul>
<li><a href="https://help.netflix.com/support/412">FAQ</a></li>
<li><a href="https://help.netflix.com/">Help Centre</a></li>
<li><a href="https://www.netflix.com/youraccount">Account</a></li>
<li><a href="https://media.netflix.com/">Media Centre</a></li>
<li><a href="http://ir.netflix.com/">Investor Relations</a></li>
<li><a href="https://jobs.netflix.com/jobs">Jobs</a></li>
<li><a href="https://www.netflix.com/watch">Ways to Watch</a></li>
<li><a href="https://help.netflix.com/legal/termsofuse">Term of Use</a></li>
<li><a href="https://help.netflix.com/legal/privacy">Privacy</a></li>
<li><a href="https://www.netflix.com/in/#">Cookie Preferences</a></li>
<li><a href="https://help.netflix.com/legal/corpinfo">Corporate Information</a></li>
<li><a href="https://help.netflix.com/contactus">Contact Us</a></li>
<li><a href="https://fast.com/">Speed test</a></li>
<li><a href="https://help.netflix.com/legal/notices">Legal Notices</a></li>
<li><a href="https://www.netflix.com/in/browse/genre/839338">Only on Netflix</a></li>
</ul>
</div>
<div class="lang-selection">
<div class="language-small">
<img src="./assets/language-small.svg">
</div>
<select name="lang-selection" class="select-btn">
<option value="english" selected>English</option>
<option value="hindi">हिन्दी</option>
</select>
<div class="select-cover"></div>
<div class="caret-down-small">
<img src="./assets//caret-down-small.svg">
</div>
</div>
<div class="name">Netflix India</div>
</footer>
</div>
<dialog class="movie-dialog">
<button class="close-button" title="close" tabindex="2">
<div class="img-container">
<img src="./assets/close-button.svg" alt="">
</div>
</button>
<div class="movie-details-container">
<div class="movie-details">
<div class="hero-section">
<div class="hero-image img-container">
<img src="" alt="">
</div>
<div class="hero-title img-container">
<img src="" alt="">
</div>
</div>
<div class="movie-info">
<ul class="tags-container">
<li class="tag release-year"></li>
<li class="tag age-rating"></li>
<li class="tag content-type"></li>
<ul class="genre">
</ul>
</ul>
<div class="plot">
<p></p>
</div>
<a href="https://www.netflix.com/signup/registration?previousMode=welcome&locale=en-IN" tabindex="1">
<button class="btn submit-btn">
Get Started
<img src="./assets/right-arrow.svg">
</button>
</a>
</div>
</div>
</div>
</dialog>
</div>
<script type="module" src="./scripts/main.js"></script>
</body>
</html>