-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (240 loc) · 9.98 KB
/
Copy pathindex.html
File metadata and controls
241 lines (240 loc) · 9.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Netflix India! Watch TV Shows Online</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
</head>
<body>
<header>
<nav class='navbar'>
<div class='navbar_netflix'>
<img src="images\netflixlogoneww.png" class="netlfix_logo" width=130px>
</div>
<div class="navbar_nav_items">
<div class="nav_item">
<div class="dropdown_container">
<img src="images\globelogo.png" alt="globe" width="19" height="19">
<i class="fa fa-globe" aria-hidden="true"></i>
<select name="languages" id="languageSelect" class="language_drop_down">
<option value="english" selected>English</option>
<option value="hindi">Hindi</option>
</select>
</div>
</div>
<div class="nav_item">
<button class="signin_button">Sign In</button>
</div>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero_bg_img_cont">
<img src="images\bg.jpg" alt="Netflix main section background" class="hero_bg_img">
</div>
<div class="hero_bg_overlay"></div>
<div class="hero_card">
<h1 class="hero_title">
Unlimited movies, TV shows and more
</h1>
<p class="hero_subtitle">Watch anywhere.Cancel anytime.</p>
<p class="hero_desc"><nobr>Ready to watch? Enter your email to create or restart your membership.</nobr></p>
<npbr><input type="email" placeholder="Email or mobile number" class="email"><button class="get_started">Get Started ></button></npbr>
</div>
</section>
<hr>
<section class="style_cards">
<div class="card_1">
<div class="desc_1">
<h1>Enjoy on your TV.</h1>
<h3>Watch on smart TVs, Playstation, Xbox,Chromecast,<br> Apple TV, Blu-ray players and more.</h3>
</div>
<img src="images\tv.png" alt="tv">
<video class="video_1" autoplay="" playsinline="" muted="" loop=""><source src="images\videotv.m4v" type="video/mp4"></video>
</div>
<hr>
<div class="card_2">
<img src="images\netflixmobile.jpg" alt="Netflix Mobile" class="feature__image">
<div class="feature__2__poster__container">
<div class="poster__container">
<img decoding="async" src="images\poster.png" alt="poster" class="poster" />
</div>
<div class="poster__details">
<h4>Stranger Things</h4>
<h6>Downloading...</h6>
</div>
<div class="download__gif__container">
<img decoding="async" src="images\downloadGIF.gif" alt="downloading gif" class="gif" />
</div>
</div>
<div class="desc_2">
<h1>Download your shows<br> to watch offline.</h1>
<h3>Save your favourites easily and always have<br> something to watch</h3>
</div>
</div>
<hr>
<div class="card_3">
<div class="desc_3">
<h1>Watch everywhere.</h1>
<h3>Stream unlimited movies and TV shows on<br>your phone, tablet, laptop and TV.</h3>
</div>
<img src="images\netflixdevice.png" alt="Device">
<video class="video_2" autoplay="" playsinline="" muted="" loop=""><source src="images\videodevice.m4v" type="video/mp4"></video>
</div>
</div>
<hr>
<div class="card_4">
<img decoding="async" src="images\netflixchildren.png" alt="Feature image" class="feature__image" />
<div class="desc_4">
<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>
</section>
<hr>
<section class="FAQ__list__container">
<h1 class="FAQ__heading">Frequently Asked Questions</h1>
<div class="FAQ__list">
<div class="FAQ__accordian">
<button class="FAQ__title">
What is Netflix?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<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="FAQ__accordian">
<button class="FAQ__title">
How much does netflix cost?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<p>
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or
streaming device, all for one fixed monthly fee. Plans range
from ₹ 199 to ₹ 799 a month. No extra costs, no contracts.
</p>
</div>
</div>
<div class="FAQ__accordian">
<button class="FAQ__title">
Where can i watch?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<p>
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.
</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="FAQ__accordian">
<button class="FAQ__title">
How do I cancel?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<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="FAQ__accordian">
<button class="FAQ__title">
What can I watch from Netflix?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<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="FAQ__accordian">
<button class="FAQ__title">
Is Netflix good for kids?<i class="fal fa-plus"></i>
</button>
<div class="FAQ__visible">
<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><br>
<div class="FAQ__get__started__email">
<h3>
Ready to watch? Enter your email to create or restart your
membership.
</h3><br>
<npbr><input type="email" placeholder="Email or mobile number" class="email"><button class="get_started">Get Started ></button></npbr>
</div><br><br>
</section>
<hr>
</main>
</main><br><br><br>
<footer class="footer">
<p class="footer_cards">Questions?<a href="#">Call 000-800-919-1694</a></p>
<div class="footer-cols">
<div class="column__1">
<p><a href="#">FAQ</a></p>
<p><a href="#">Investor Relations</a></p>
<p><a href="#">Privacy</a></p>
<p><a href="#">Speed Test</a></p>
<p><button class="custom-button">English<img src="images\dropdown_icon.png" width="18" height="18" class="dropdownicon"></button></p>
<p>Netflix India</p>
</div>
<div class="column__2">
<p><a href="#">Help Centre</a></p>
<p><a href="#">Jobs</a></p>
<p><a href="#">Cookie Preferences</a></p>
<p><a href="#">Legal Notices</a></p>
</div>
<div class="column__3">
<p><a href="#">Account</a></p>
<p><a href="#">Ways to Watch</a></p>
<p><a href="#">Corporate Information</a></p>
<p><a href="#">Only on Netflix</a></p>
</div>
<div class="column__4">
<p><a href="#">Media Centre</a></p>
<p><a href="#">Terms of Use</a></p>
<p><a href="#">Contact Us</a></p>
</div>
</div>
</footer>
<br><br><br><br>
</body>
</html>