-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (225 loc) · 10.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
<!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="shortcut icon" href="assets/Images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="main">
<nav>
<span><img src="assets/Images/logo.svg" alt="" width="140px"></span>
<div class="nav-btn">
<div class="select-wrapper">
<img src="assets/Images/language.png" alt="Language" class="language-icon">
<select class="language-select">
<option class="option-center" value="en">English</option>
<option class="option-center" value="hi">Hindi</option>
</select>
</div>
<button class="btn btn-red-sm">Sign in</button>
</div>
</nav>
<div class="box"></div>
<div class="hero">
<span>Unlimited movies, TV shows and more</span>
<span>Watch anywhere. Cancel anytime.</span>
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<div class="input-group">
<input type="text" placeholder="Email address" required>
<button class="btn btn-red">Get Started ></button>
</div>
</div>
<div class="line"></div>
</div>
<section class="first">
<div>
<span>Enjoy on your TV</span>
<span>Watch on smart TVs, PlayStation, Xbox Chromecast, Apple TV, Blu-ray players and more.</span>
</div>
<div class="sec-img">
<img src="assets/Images/tv.png" alt="">
<video src="assets/Videos/video-1.m4v" muted autoplay loop></video>
</div>
</section>
<div class="line"></div>
<section class="first second">
<div class="sec-img">
<img src="assets/Images/mobile.jpg" alt="">
</div>
<div>
<span>Download your shows to watch offline</span>
<span>Save your favourites easily and always have something to watch.</span>
</div>
</section>
<div class="line"></div>
<section class="first third">
<div>
<span>Watch everywhere</span>
<span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
</div>
<div class="sec-img">
<img src="assets/Images/device-pile-in.png" alt="">
<video class="video" src="assets/Videos/video-2.m4v" muted autoplay loop></video>
</div>
</section>
<div class="line"></div>
<section class="first fourth">
<div class="sec-img">
<img src="assets/Images/children.png" alt="">
</div>
<div>
<span>Create profiles for kids</span>
<span>Send children on adventures with their favourite characters in a space made just for them—free with
your membership.</span>
</div>
</section>
<div class="line"></div>
<section class="faq">
<h2>Frequently Asked Questions</h2>
<div class="faq-box" data-toggle-id="faq1">
<span class="ques">What is Netflix?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq1">
<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.</p>
</div>
</div>
<div class="faq-box" data-toggle-id="faq2">
<span class="ques">How much does Netflix cost?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq2">
<p>Netflix offers a range of plans to suit your needs. Your plan will determine how many people can
stream
Netflix content at once, and whether you can view in SD, HD, or Ultra HD.</p>
</div>
</div>
<div class="faq-box" data-toggle-id="faq3">
<span class="ques">Where can I watch?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq3">
<p>You can watch Netflix on your TV, computer, tablet, or smartphone. You can also stream on multiple
devices at once, depending on your plan.</p>
</div>
</div>
<div class="faq-box" data-toggle-id="faq4">
<span class="ques">How do I cancel?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq4">
<p>You can cancel your Netflix subscription at any time. There are no cancellation fees, although there
are
no refunds for partial months.</p>
</div>
</div>
<div class="faq-box" data-toggle-id="faq5">
<span class="ques">What can I watch on Netflix?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq5">
<p>Netflix has a vast library that includes movies, TV shows, documentaries, Netflix originals, and
more,
across various genres and languages.</p>
</div>
</div>
<div class="faq-box" data-toggle-id="faq6">
<span class="ques">Is Netflix good for kids?
<svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
fill="none" class="injected-svg" data-src="/icons/plus-sign-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="#ffffff">
<path d="M12 4V20M20 12H4" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</span>
<div class="answer" id="faq6">
<p>Netflix offers a dedicated kids profile with content suitable for children of all ages. Parents can
also
set parental controls to manage what their kids watch.</p>
</div>
</div>
<div class="group">
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="hero-2">
<div class="input-group">
<input type="text" placeholder="Email address" required>
<button class="btn btn-red">Get Started ></button>
</div>
</div>
</div>
</section>
<div class="line"></div>
<footer>
<div class="questions">
Questions? Call <a href="">000-800-919-1694</a>
</div>
<div class="footer">
<ul class="footer-item">
<a href="">FAQ</a>
<a href="">Investor Relations</a>
<a href="">Privacy</a>
<a href="">Speed Test</a>
</ul>
<ul class="footer-item">
<a href=""> Help Centre</a>
<a href="">Jobs</a>
<a href="">Cookie Preferences</a>
<a href=""> Legal Notices</a>
</ul>
<ul class="footer-item">
<a href="">Account</a>
<a href="">Ways to Watch</a>
<a href="">Corporate Information</a>
<a href="">Only on Netflix</a>
</ul>
<ul class="footer-item">
<a href="">Media Centre</a>
<a href="">Terms of Use</a>
<a href="">Contact Us</a>
</ul>
<div class="top">
<div class="select-wrapper">
<img src="assets/Images/language.png" alt="Language" class="language-icon">
<select class="language-select">
<option value="en">English</option>
<option value="hi">Hindi</option>
</select>
</div>
</div>
</div>
<div class="questions">
Netflix India
</div>
</footer>
</body>
</html>