-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
273 lines (260 loc) · 14.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://assets.nflxext.com/us/ffe/siteui/common/icons/nficon2023.ico">
<title>Netflix India – Watch TV Shows Online, Watch Movies Online</title>
</head>
<body>
<div class="container">
<header>
<div class="header-elements">
<div class="header-logo">
<img src="./assets/images/logo.svg" alt="Netflix-Logo">
</div>
<div class="header-clickables">
<div class="language-box">
<div class="dropdown">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="16" height="16"
viewBox="0 0 16 16" role="img" data-icon="LanguagesSmall" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.7668 5.33333L10.5038 5.99715L9.33974 8.9355L8.76866 10.377L7.33333 14H9.10751L9.83505 12.0326H13.4217L14.162 14H16L12.5665 5.33333H10.8278H10.7668ZM10.6186 9.93479L10.3839 10.5632H11.1036H12.8856L11.6348 7.2136L10.6186 9.93479ZM9.52722 4.84224C9.55393 4.77481 9.58574 4.71045 9.62211 4.64954H6.41909V2H4.926V4.64954H0.540802V5.99715H4.31466C3.35062 7.79015 1.75173 9.51463 0 10.4283C0.329184 10.7138 0.811203 11.2391 1.04633 11.5931C2.55118 10.6795 3.90318 9.22912 4.926 7.57316V12.6667H6.41909V7.51606C6.81951 8.15256 7.26748 8.76169 7.7521 9.32292L8.31996 7.88955C7.80191 7.29052 7.34631 6.64699 6.9834 5.99715H9.06968L9.52722 4.84224Z"
fill="currentColor"></path>
</svg>
<span>English <b class="arrow-icon">▾</b></span>
</div>
<div class="dropdown-content hide">
<div>English</div>
<div>Tamil</div>
</div>
</div>
<button class="signinbtn">Sign In</button>
</div>
</div>
</header>
<div class="hero-section">
<h2>Unlimited movies, TV shows and more</h2>
<p>Watch anywhere. Cancel anytime.</p>
<div class="membership-box">
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="membership-register">
<input type="text" placeholder="Email address">
<button>Get Started 〉</button>
</div>
</div>
</div>
</div>
<section class="first">
<div class="card">
<div class="textbox">
<h2>Enjoy on your TV</h2>
<p>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</p>
</div>
<div class="imagepart">
<img src="./assets/images/tv.png" alt="tvimg">
<video autoplay muted loop src="./assets/videos/video-tv-in.m4v"></video>
</div>
</div>
</section>
<section class="second">
<div class="card left">
<div class="textbox">
<h2>Download your shows to watch offline</h2>
<p>Save your favourites easily and always have something to watch.</p>
</div>
<div class="imagepart">
<img src="./assets/images/mobile-0819.jpg" alt="downloading_img">
</div>
</div>
</section>
<section class="third">
<div class="card">
<div class="textbox">
<h2>Watch everywhere</h2>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</p>
</div>
<div class="imagepart">
<img src="./assets/images/device-pile-in.png" alt="tvimg">
<video autoplay muted loop src="./assets/videos/video.m4v">
</video>
</div>
</div>
</section>
<section class="fourth">
<div class="card left">
<div class="textbox">
<h2>Create profiles for kids</h2>
<p>Send children on adventures with their favourite characters in a space made just for them—free with
your membership.</p>
</div>
<div class="imagepart">
<img src="./assets/images/children.png" alt="children_pic">
</div>
</div>
</section>
<section class="fifth">
<div class="qna">
<h2>Frequently Asked Questions</h2>
<div class="question-section">
<div class="questions">
<div class="question-div">
<span>What is Netflix?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>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!</span>
</div>
</div>
<div class="questions">
<div class="question-div">
<span>How much does Netflix cost?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>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.</span>
</div>
</div>
<div class="questions">
<div class="question-div">
<span>Where can I watch?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>
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.
</span>
</div>
</div>
<div class="questions">
<div class="question-div">
<span>How do I cancel?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>
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.
</span>
</div>
</div>
<div class="questions">
<div class="question-div">
<span>What can I watch on Netflix?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>
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.
</span>
</div>
</div>
<div class="questions ">
<div class="question-div">
<span>Is Netflix good for kids?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="36" height="36" viewBox="0 0 36 36"
role="img" data-icon="PlusLarge" aria-hidden="true" class="question-icon">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 17V3H19V17H33V19H19V33H17V19H3V17H17Z"
fill="currentColor"></path>
</svg>
</div>
<div class="answer hide">
<span>
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.
</span>
</div>
</div>
</div>
<div class="register">
<form>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="register-section">
<input type="text" placeholder="Email address">
<button>Get Started 〉</button>
</div>
</form>
</div>
</div>
</section>
<footer>
<div class="footercontents">
<span class="call">Questions? Call <u>011-870-919-1694</u></span>
<ul class="footer-links">
<li><a href="#">FAQ</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Account</a></li>
<li><a href="#">Media Center</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Ways to Watch</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Cookie Preferences</a></li>
<li><a href="#">Corporate Information</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Speed Test</a></li>
<li><a href="#">Legal Notices</a></li>
<li><a href="#">Only on Netflix</a></li>
</ul>
<div class="language-box">
<div class="dropdown">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="16" height="16" viewBox="0 0 16 16"
role="img" data-icon="LanguagesSmall" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.7668 5.33333L10.5038 5.99715L9.33974 8.9355L8.76866 10.377L7.33333 14H9.10751L9.83505 12.0326H13.4217L14.162 14H16L12.5665 5.33333H10.8278H10.7668ZM10.6186 9.93479L10.3839 10.5632H11.1036H12.8856L11.6348 7.2136L10.6186 9.93479ZM9.52722 4.84224C9.55393 4.77481 9.58574 4.71045 9.62211 4.64954H6.41909V2H4.926V4.64954H0.540802V5.99715H4.31466C3.35062 7.79015 1.75173 9.51463 0 10.4283C0.329184 10.7138 0.811203 11.2391 1.04633 11.5931C2.55118 10.6795 3.90318 9.22912 4.926 7.57316V12.6667H6.41909V7.51606C6.81951 8.15256 7.26748 8.76169 7.7521 9.32292L8.31996 7.88955C7.80191 7.29052 7.34631 6.64699 6.9834 5.99715H9.06968L9.52722 4.84224Z"
fill="currentColor"></path>
</svg>
<span>English <b class="arrow-icon">▾</b></span>
</div>
<div class="dropdown-content hide">
<div data-lang="en">English</div>
<div data-lang="Tamil">Tamil</div>
</div>
</div>
<span class="footername">Netflix India</span>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>