-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (216 loc) · 10 KB
/
Copy pathindex.html
File metadata and controls
253 lines (216 loc) · 10 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="stylesheet" href="Netflix Clone.css">
<title>Netflix India - Watch TV Shows and Movies</title>
</head>
<body>
<span id="main">
<header class="netflix-logo">
<div class="netflix-header">
<img src="img/logo.png" alt="Netflix Logo">
<button class="btn btn-rounded"><span onclick="toggleButton()">Sign In</span></button>
</div>
<div class="netflix-content">
<h1>Unlimited movies, TV shows and more</h1>
<p class="p-top">Watch anywhere. Cancel anytime.</p>
<p class="p-bot">Ready to watch? Enter your email to create or restart your membership.</p>
<input type="text" placeholder="Email address">
<div class="get-started">
<button type="button">Get Started <i class="fas fa-chevron-right"></i></button>
</div>
</div>
</header>
<hr>
</span>
<div class="final closed" id="final">
<span>
<form action="">
<p>Sign In</p>
<input type="text" id="email" placeholder="Email" required>
<input type="text" id="psw" placeholder="Password"
title="Must contain at least one number, one uppercase, lowercase letter and at least 8 or more characters."
required>
<button id="submit"> Sign In</button>
</form>
</span>
</div>
<hr>
<section class="enjoy">
<div class="enjoy-text">
<h1>Enjoy on your TV</h1>
<p>Watch on smart TVs, Playstation, Xbox, Chromecast, <br> Apple TV, Blu-ray players and more.</p>
</div>
<div class="enjoy-img">
<img src="img/tv.png" alt="TV Image">
<div class="enjoy-video">
<video
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v"
autoplay playsinline muted loop></video>
</div>
</div>
</section>
<hr>
<section class="download">
<div class="mobile">
<img class="mobile-img" src="img/mobile.jpg" alt="Downloads">
<div class="box">
<div>
<img src="img/boxshot.png" alt="BoxShot">
</div>
<div>
<h2>Stranger Things</h2>
<p>Downloading...</p>
</div>
<div>
<img class="gif" src="img/gif.gif" alt="Download Gif">
</div>
</div>
</div>
<div class="download-content">
<h1>Download your shows <br> to watch offline</h1>
<p>Save your favourites easily and always have <br> something to watch.</p>
</div>
</section>
<hr>
<section class="stream">
<div class="stream-content">
<h1>Watch Everywhere</h1>
<p>Stream unlimited movies and TV shows on your <br> phone, tablet, laptop, and TV.</p>
</div>
<div class="mac">
<img class="tv-mac" src="img/tv2.png" alt="Mac">
<div class="tv-2">
<video
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-devices-in.m4v"
autoplay muted loop playsinline></video>
</div>
</div>
</section>
<hr>
<section class="kids">
<div class="container">
<div class="left-part">
<img src="img/kids.jpg" alt="Kids Logo">
</div>
<div class="right-part">
<h1>Create profiles for <br>kids</h1>
<p>Send kids on adventures with their favourite <br> characters in a space made for them-free with
<br>your membership.
</p>
</div>
</div>
</section>
<hr>
<div>
<section class="freq">
<h1>Frequently Asked Questions</h1>
<div class="questions">
<button type="button">What is Netflix? <span class="toggle1" onclick="toggle1()"
id="rot1">+</span></button>
<div class="faq-answer closed" id="ans1">
<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>
<button type="button">How much does Netflix cost? <span onclick="toggle3()" id="rot3">+</span></button>
<div class="faq-answer closed" id="ans3">
<span>
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one
fixed monthly fee. Plans range from ₦2,900 to ₦4,400 a month. No extra costs, no contracts.
</span>
</div>
<button type="button">Where can I watch? <span onclick="toggle4()" id="rot4">+</span></button>
<div class="faq-answer closed" id="ans4">
<span>
Watch anywhere, anytime, on an unlimited number of devices. 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 favorite 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.
</span>
</div>
<button type="button">How do I cancel? <span onclick="toggle5()" id="rot5">+</span></button>
<div class="faq-answer closed" id="ans5">
<span>
Netflix is flexible. There are no pesky 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>
<button type="button">What can I watch on Netflix? <span onclick="toggle6()" id="rot6">+</span></button>
<div class="faq-answer closed" id="ans6">
<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>
<button type="button">Is Netflix good for kids? <span onclick="toggle7()" id="rot7">+</span></button>
<div class="faq-answer closed" id="ans7">
<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>
</section>
<p class="p-b">Ready to watch? Enter your email to create or restart your membership.</p>
<div class="field">
<input type="text" placeholder="Email address">
<div class="get-started">
<button type="button">Get Started <i class="fas fa-chevron-right"></i></button>
</div>
</div>
</div>
<hr>
<footer class="footer">
<p>Questions? Call 000-800-040-1843</p>
<div class="footer-column">
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Media Centre</a></li>
<li><a href="#">Ways to watch</a></li>
<li><a href="#">Cookie preferences</a></li>
<li><a href="#">Speed Test</a></li>
</ul>
<ul>
<li><a href="#">Help Centre</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Corporate Information</a></li>
<li><a href="#">Legal Notices</a></li>
</ul>
<ul>
<li><a href="#">Account</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Only on Netflix</a></li>
</ul>
</div>
<div class="last">
<a href="#"><i class="fas fa-globe btn-icon"></i> English <i class="fas fa-caret-down btn-icon"></i></a>
<p>Netflix India</p>
</div>
</footer>
<script src="Netflix Clone.js"></script>
</body>
</html>