-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (234 loc) · 5.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="Dwln.css" />
<title>Netflix</title>
</head>
<body>
<header class="showcase">
<div class="showcase-top">
<img src="./Imgs/logo.png" alt="Netflix Logo" />
<select
data-uia="language-picker-header"
class="lang-switcher-header-select"
tabindex="0"
placeholder="lang-switcher"
title="lang-switcher"
>
<option
selected=""
lang="en"
value="/in/"
data-language="en"
data-country="IN"
>
English
</option>
<option
lang="hi"
value="/in-hi/"
data-language="hi"
data-country="IN"
>
हिन्दी
</option>
</select>
<a href="#" class="btn btn-rounded">Sign In</a>
</div>
<div class="showcase-content">
<h1>Unlimited movies, TV shows and more.</h1>
<h3>Watch anywhere. Cancel anytime.</h3>
<p>
Ready to watch? Enter your email to create or restart your
membership.
</p>
<input
type="email"
name="email"
id="mail"
placeholder="Email address"
/>
<a href="#" class="btn btn-lg">GET STARTED ></a>
</div>
</header>
<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, Apple
TV, Blu-ray players and more.
</h3>
</div>
<img src="./Imgs/tv.png" alt="Netflix TV" />
<video
class="video-1"
autoplay=""
playsinline=""
muted=""
loop=""
>
<source
src="./videos/video-tv-in-0819.m4v"
type="video/mp4"
/>
</video>
</div>
<div class="card-2">
<img
src="./Imgs/mobile-0819.jpg"
alt="Netflix Mobile"
/>
<div class="our-story-card-container">
<div class="our-story-card-animation">
<div class="our-story-card-animation-image">
<img
alt=""
src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/boxshot.png"
/>
</div>
<div class="our-story-card-animation-text">
<div id="" class="text-0" data-uia="">
Stranger Things
</div>
<div id="" class="text-1" data-uia="">
Downloading...
</div>
</div>
<div class="our-story-card-animation-custom"></div>
</div>
</div>
<div class="desc-2">
<h1>Download your shows to watch offline.</h1>
<h3>
Save your favourites easily and always have something to
watch.
</h3>
</div>
</div>
<div class="card-3">
<div class="desc-3">
<h1>Watch everywhere.</h1>
<h3>
Stream unlimited movies and TV shows on your phone,
tablet, laptop, and TV.
</h3>
</div>
<img
src="./Imgs/device-pile-in.png"
alt="Device-Pile-In"
/>
<video
class="video-2"
autoplay=""
playsinline=""
muted=""
loop=""
>
<source
src="./videos/video-devices-in.m4v"
type="video/mp4"
/>
</video>
</div>
<div class="card-0">
<img src="./Imgs/children.png" alt="Netflix Mobile" />
<div class="desc-0">
<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>
<section class="lastsec">
<div class="faq">
<h1>Frequently Asked Questions</h1>
<ul class="questions">
<li>What is Netflix?</li>
<li>How much does Netflix cost?</li>
<li>Where can I watch?</li>
<li>How do I cancel?</li>
<li>What can I watch on Netflix?</li>
<li>Is Netflix good for kids?</li>
</ul>
<p>
Ready to watch? Enter your email to create or restart your
membership.
</p>
<div class="input">
<input
type="email"
name="email"
placeholder="Email Address"
/>
<a href="#" class="btn-rounded"
><button>GET STARTED ></button></a
>
</div>
</div>
</section>
<footer class="footer">
<p>Questions? Call 000-800-040-1843</p>
<div class="footer-cols">
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Speed Test</a></li>
</ul>
<ul>
<li><a href="#">Help Centre</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Cookie Preferences</a></li>
<li><a href="#">Legal Notices</a></li>
</ul>
<ul>
<li><a href="#">Account</a></li>
<li><a href="#">Ways to Watch</a></li>
<li><a href="#">Corporate Information</a></li>
<li><a href="#">Only on Netflix</a></li>
</ul>
<ul>
<li><a href="#">Media Centre</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Contact Us</a></li>
<li></li>
</ul>
</div>
<div class="footer-select">
<select
data-uia="language-picker-header"
class="lang-switcher-header-select"
tabindex="0"
placeholder="lang-switcher"
title="lang-switcher"
>
<option
selected=""
lang="en"
value="/in/"
data-language="en"
data-country="IN"
>
English
</option>
<option
lang="hi"
value="/in-hi/"
data-language="hi"
data-country="IN"
>
हिन्दी
</option>
</select>
</div>
<a href="#">Netflix India</a>
</footer>
</body>
</html>