-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
376 lines (327 loc) · 21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="A.png" />
<title>Abhishek's NetFlix</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class="w-[100%] sm:h-[100vh] h-[90vh] bg-[url('back.png')] bg-center bg-cover">
<div class="w-[100%] h-[100vh] bg-[rgba(0,0,0,0.5)]">
<header class="max-w-[1170px] mx-auto">
<div class="grid sm:grid-cols-2 grid-cols-[30%_auto] px-[15px] py-[20px]
align-item-center">
<figure>
<img src="logo.svg" alt="Loding.." class="w-[148px]">
</figure>
<div class="flex justify-end gap-[10px]">
<div class="relative">
<svg class="text-[#ffffff] absolute sm:top-[12px] top-[10px] left-[5px]" width="16"
height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
class="default-ltr-cache-4z3qvp e1svuwfo1" data-name="Languages"
aria-labelledby=":R135dajalalal9:" 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>
<select name="" id="" class="bg-[black] text-[#ffffff]
border-[1px] hover:outline outline-offset-1 sm:p-[7px_25px] p-[5px_20px] rounded-[5px]">
<option value="" class="bg-[#ffffff] text-[#000000]">English</option>
<option value="" class="bg-[#ffffff] text-[#000000]">हिंदी
</option>
</select>
</div>
<button class="bg-[red] rounded-[5px] px-[10px] text-[#ffffff] font-medium">
Sign In
</button>
</div>
</div>
</header>
<div class="max-w-[1170px] mx-auto sm:py-[150px] py-[50px]">
<h1
class="text-center sm:text-[60px] text-[35px] font-bold text-[#ffffff] sm:leading-[70px] leading-[50px]">
Unlimited movies,TV <br>
shows and more</h1>
<h4 class="text-[#ffffff] text-center leading-[55px] sm:text-[24px] text-[17px]">Starts at ₹149. Cancel
anytime.</h4>
<p class="text-[#ffffff] text-center font-normal">Ready to watch? Enter your email to create or restart
your membership.</p>
<div class="max-w-[700px] sm:px-[10px] px-[40px] mx-auto mt-[30px]">
<form action="" class="grid sm:grid-cols-[70%_auto] grid-cols-1 gap-[15px]">
<input type="email" id="email" name="email" required
pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$"
class="border-[1px] h-[50px] border-[#ccc] bg-transparent pl-[20px] text-[#ffffff]"
placeholder="Email Address">
<button
class="text-[#ffffff] bg-[red] rounded-[5px] px-[10px] font-semibold text-[20px] hover:bg-[rgb(193,17,25)] duration-300 py-[13px] w-[180px] mx-auto">Get
Started ></button>
</form>
</div>
</div>
</div>
</section>
<section class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[70px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto">
<div class="grid sm:grid-cols-2 grid-cols-1 items-center">
<div class="text-[#ffffff] mx-auto">
<h2 class="sm:text-[50px] text-[35px] font-bold px-[10px] text-center">
Enjoy on your TV
</h2>
<p class="sm:text-[20px] text-[15px] pt-[18px] px-[10px] text-center">Watch on smart TVs,
PlayStation, Xbox,<br> Chromecast, Apple TV,Blu-ray players and more.</p>
</div>
<figure class="relative">
<video autoplay muted loop class="absolute w-[80%] z-[1] left-[10%] bottom-[20%]">
<source src="V1.m4v">
</video>
<img src="S1.png" alt="" class="relative z-[2]">
</figure>
</div>
</div>
</section>
<section class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[70px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto">
<div class="grid sm:grid-cols-2 grid-cols-1 items-center">
<figure class="relative sm:order-1 order-2">
<img src="S2.jpg" alt="" class="relative">
<div class="sm:w-[60%] w-[80%] sm:left-[20%] left-[10%] absolute border-[1px] border-[#ccc] bottom-[0px] grid grid-cols-[70%_auto]
bg-[black] items-center rounded-[12px]">
<div class="grid grid-cols-[25%_auto] m-[20px] gap-[10px] items-center">
<img src="N1.png" alt="">
<div>
<h3 class="text-[#ffffff] font-bold sm:text-[17px] text-[14px]">Stranger Things</h3>
<span class="text-[blue]">Downloading...</span>
</div>
</div>
<div>
<img src="N2.gif" alt="">
</div>
</div>
</figure>
<div class="text-[#ffffff] mx-auto sm:order-2 order-1">
<h2
class="sm:text-[50px] text-[35px] font-bold px-[10px] text-center sm:leading-[60px] leading-[40px]">
Download your shows <br> to watch offline
</h2>
<p class="sm:text-[20px] text-[15px] pt-[18px] px-[10px] text-center">Save your favourites easily
and always have <br> something to watch.</p>
</div>
</div>
</div>
</section>
<section class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[100px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto">
<div class="grid sm:grid-cols-2 grid-cols-1 items-center">
<div class="text-[#ffffff] mx-auto">
<h2 class="sm:text-[50px] text-[35px] font-bold px-[10px] text-center">
Watch everywhere
</h2>
<p class="sm:text-[20px] text-[15px] pt-[18px] px-[10px] text-center">Stream unlimited movies and TV
shows on <br> your phone, tablet, laptop, and TV.</p>
</div>
<figure class="relative">
<video class="absolute w-[60%] z-[1] left-[20%] bottom-[40%]" autoplay muted loop>
<source src="V2.m4v">
</video>
<img src="S3.png" alt="" class="relative z-[2]">
</figure>
</div>
</div>
</section>
<section class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[100px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto">
<div class="grid sm:grid-cols-2 grid-cols-1 items-center">
<figure class="relative sm:order-1 order-2">
<img src="S4.png" alt="" class="relative z-[2]">
</figure>
<div class="text-[#ffffff] mx-auto sm:order-2 order-1">
<h2 class="sm:text-[50px] text-[35px] font-bold px-[10px] text-center">
Create profiles for kids
</h2>
<p class="sm:text-[20px] text-[15px] pt-[18px] px-[10px] text-center">Send children on adventures
with their <br>
favourite characters in a space made just for <br> them—free with your membership.</p>
</div>
</div>
</div>
</section>
<section class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[100px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto">
<h2 class="text-center text-[#ffffff] sm:text-[45px] text-[35px] font-bold">Frequently Asked Questions</h2>
<div class="py-[30px]">
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
What is Netflix? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span></div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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>
</div>
</div>
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
How much does Netflix cost? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span>
</div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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>
</div>
</div>
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
Where can I watch? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span></div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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, Android, or Windows 10
app. Use
downloads to watch while you're on the go and without an internet connection. Take Netflix
with you
anywhere.
</p>
</div>
</div>
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
How do I cancel? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span></div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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>
</div>
</div>
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
What can I watch on Netflix? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span>
</div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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>
</div>
</div>
<div class="bg-[#2d2d2d] mb-[15px]">
<div
class="p-[25px] text-[#ffffff] sm:text-[26px] text-[20px] relative border-b-[2px] border-[#000000] hover:bg-[rgb(78,78,78)] duration-300 cursor-pointer Q">
Is Netflix good for kids? <span
class="absolute sm:right-[40px] right-[20px] top-[15px] text-[35px]">+</span>
</div>
<div class="text-[20px] text-[#ffffff] scale-y-0 h-[0px] orgin-top">
<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>
</div>
<p class="text-[#ffffff] text-center font-normal ">Ready to watch? Enter your email to create or restart
your membership.</p>
<div class="max-w-[700px] sm:px-[10px] px-[40px] mx-auto mt-[30px]">
<form action="" class="grid sm:grid-cols-[70%_auto] grid-cols-1 gap-[15px]">
<input type="email" id="email" name="email" required
pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$"
class="border-[1px] h-[50px] border-[#ccc] bg-transparent pl-[20px] text-[#ffffff]"
placeholder="Email Address">
<button
class="text-[#ffffff] bg-[red] rounded-[5px] px-[10px] font-semibold text-[20px] hover:bg-[rgb(193,17,25)] duration-300 py-[13px] w-[180px] mx-auto">Get
Started ></button>
</form>
</div>
</div>
</section>
<footer class="w-[100%] border-t-[5px] border-t-[#605d5d] sm:py-[70px] py-[60px] bg-[#000000]">
<div class="max-w-[1170px] mx-auto pl-[30px]">
<h3 class="text-[#cccccc] text-[18px]">Questions? Call <a class="underline"
href="tel:8707814022">+91 8707814022</a></h3>
<div class="py-[30px] grid sm:grid-cols-3 grid-cols-1">
<div>
<ul class="text-[#cccccc]">
<li class="mb-[10px]"><a class="underline" href="#">FAQ</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Media Centre</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Ways to Watch</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Cookie Preferences</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Speed Test</a></li>
</ul>
</div>
<div>
<ul class="text-[#cccccc]">
<li class="mb-[10px]"><a class="underline" href="#">Help Centre</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Investor Relations</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Terms of Use</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Corporate Information</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Legal Notices</a></li>
</ul>
</div>
<div>
<ul class="text-[#cccccc]">
<li class="mb-[10px]"><a class="underline" href="#">Account</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Jobs</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Privacy</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Contact Us</a></li>
<li class="mb-[10px]"><a class="underline" href="#">Only on Netflix</a></li>
</ul>
</div>
<div>
<div class="relative pt-[20px]">
<svg class="text-[#ffffff] absolute sm:top-[32px] top-[30px] left-[5px]" width="16" height="16"
viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
class="default-ltr-cache-4z3qvp e1svuwfo1" data-name="Languages"
aria-labelledby=":R135dajalalal9:" 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>
<select name="" id="" class="bg-[black] text-[#ffffff]
border-[1px] hover:outline outline-offset-1 sm:p-[7px_25px] p-[5px_20px] rounded-[5px]">
<option value="" class="bg-[#ffffff] text-[#000000]">English</option>
<option value="" class="bg-[#ffffff] text-[#000000]">हिंदी
</option>
</select>
</div>
<h3 class="text-[#ffffff] pt-[20px]">Netflix India</h3>
</div>
</div>
</div>
</footer>
</body>
<script>
let AllQuestions = document.querySelectorAll(".Q");
AllQuestions.forEach((v, index) => {
v.addEventListener("click", () => {
v.nextElementSibling.classList.toggle("h-[auto]")
v.nextElementSibling.classList.toggle("scale-y-100")
v.nextElementSibling.classList.toggle("p-[20px]")
v.children[0].classList.toggle("rotate-45")
AllQuestions.forEach((element, i) => {
if (i != index) {
element.nextElementSibling.classList.remove("h-[auto]", "scale-y-100", "p-[20px]");
element.children[0].classList.remove("rotate-45")
}
});
})
})
</script>
</html>