-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (228 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut-icon" href="./images/favicon2.ico">
<link rel="stylesheet" href="effect.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="effect.css">
<title>Netflix India - Watch TV Shows Online, Watch Movies Online</title>
</head>
<body>
<!--Container-1-->
<div class="container-1">
<div class="header">
<div class="logo">
<img id="netflix" src="./images/logo.png" alt="logo">
</div>
<div class="language">
<i class="fa-solid fa-globe"></i>
<select name="lang" id="lang">
<option value="english">English</option>
<option value="hindi">हिन्दी</option>
</select>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="signin">
<a href="javascript:void(0)">Sign In</a>
</div>
</div>
<!--section-1-->
<div class="section-1">
<div class="main">
<h1>Unlimited movies, TV shows and more.</h1>
<h2>Watch anywhere. Cancel anytime.</h2>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<form>
<div class="input-with-comment">
<input type="email" name="email" id="email" placeholder="Email address" required
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$">
<div class="comment">Email is required.</div>
</div>
<div class="button">
<button type="submit">Get Started ></button>
</div>
</form>
</div>
</div>
</div>
<!--Container-2-->
<div class="container-2">
<!--section-2-->
<div class="section-2">
<div class="tv-text">
<h1>Enjoy on your TV.</h1>
<h3>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</h3>
</div>
<div class="tv-image">
<img src="./images/tv.png" alt="TV-image">
<video src="./videos/video1.m4v" autoplay loop muted controls></video>
</div>
</div>
<!--section-3-->
<div class="section-3">
<div class="download-image">
<img class="image" src="./images/mobile.jpg" alt="mobile-image">
<div class="download-animation">
<div class="animation-image">
<img src="./images/download.png" alt="book-image" width="100%" height="50px">
</div>
<div class="animation-text">
<div class="text1">Stranger Thinghs</div>
<div class="text2">Downloading...</div>
</div>
<img src="./images/download-icon.gif" width="50" height="50">
</div>
</div>
<div class="download-text">
<h1>Download your shows to watch offline.</h1>
<h3>Save your favourites easily and always have something to watch.</h3>
</div>
</div>
<!--section-4-->
<div class="section-4">
<div class="watch-text">
<h1>Watch everywhere.</h1>
<h3>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</h3>
</div>
<div class="watch-image">
<img src="./images/watch.png" alt="watch-image">
<video src="./videos/video2.m4v" controls autoplay loop muted></video>
</div>
</div>
<!--section-5-->
<div class="section-5">
<div class="children-image">
<img src="./images/children.png" alt="children-image">
</div>
<div class="children-text">
<h1>Create profiles for children.</h1>
<h3>Send children on adventures with their favourite characters in a space made just for them—free with
your membership.</h3>
</div>
</div>
<!-- FAQ section -->
<div class="faq-container">
<h1>Frequently Asked Questions</h1>
<div class="accordion-container">
<div class="accordion">
<div class="accordion-tab">
<input type="radio" name="toggle" id="toggle1" class="accordion-toggle">
<label for="toggle1">What is Netflix?</label>
<div class="accordion-content">
<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>
<p>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="accordion-tab">
<input type="radio" name="toggle" id="toggle2" class="accordion-toggle">
<label for="toggle2">How much does Netflix cost?</label>
<div class="accordion-content">
<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="accordion-tab">
<input type="radio" name="toggle" id="toggle3" class="accordion-toggle">
<label for="toggle3">Where can I watch?</label>
<div class="accordion-content">
<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.</p>
<p>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="accordion-tab">
<input type="radio" name="toggle" id="toggle4" class="accordion-toggle">
<label for="toggle4">How do I cancel?</label>
<div class="accordion-content">
<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="accordion-tab">
<input type="radio" name="toggle" id="toggle5" class="accordion-toggle">
<label for="toggle5">What can I watch on Netflix?</label>
<div class="accordion-content">
<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="accordion-tab">
<input type="radio" name="toggle" id="toggle6" class="accordion-toggle">
<label for="toggle6">Is Netflix good for kids?</label>
<div class="accordion-content">
<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.</p>
<p>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>
</div>
<div class="faq-form">
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<form>
<input type="email" name="email" id="email" placeholder="Email address">
<button>Get Started ></button>
</form>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="footer-container">
<div class="contact-info">
<p>Questions? Call <a href="#">000-800-040-1843</a></p>
</div>
<div class="items">
<ul>
<li>FAQ</li>
<li>Investor Relations</li>
<li>Privacy</li>
<li>Speed Test</li>
<li>Help Centre</li>
<li>Jobs</li>
<li>Cookie Preferences</li>
<li>Legal Notices</li>
<li>Account</li>
<li>Ways to Watch</li>
<li>Corporate Information</li>
<li>Only on Netflix</li>
<li>Media Centre</li>
<li>Terms of Use</li>
<li>Contact Us</li>
</ul>
</div>
<div class="language">
<i class="fa-solid fa-globe"></i>
<select name="lang" id="lang">
<option value="english">English</option>
<option value="hindi">हिन्दी</option>
</select>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="end-name">Netflix India</div>
</div>
</div>
<div id="attribution-container">
<div class="attribution">
<span>Assignment Given by : <a href="https://www.masaischool.com/" target="_blank">Masai</a></span>
<span>Workshop Certificate : <a href="certificate.html" target="_blank">click here</a></span>
<span>Coded by : <a href="https://github.com/Syed-Jameel" target="_blank">Syed jameel Akhter</a></span>
</div>
</div>
</div>
</body>
</html>