-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (227 loc) · 9.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1.0" />
<!-- Favicon -->
<link rel="icon" href="assets/netflix-favicon.png" type="image/x-icon">
<title>Netflix - Unlimited Entertainment</title>
<meta name="description"
content="StreamFlix: Your Ultimate Streaming Destination for Movies, TV Shows, and Originals">
<meta name="keywords" content="streaming, movies, TV shows, originals, entertainment">
<meta name="author" content="Netflix Clone Made by Rajesh">
<!-- style css -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="header-showcase">
<div class="container">
<div class="header-showcase-top">
<img src="assets/netflix.png" alt="netflix logo">
<button type="button" class="btn">Sign In</button>
</div>
<div class="header-showcase-content text-light">
<h2 class="heading-lg">
<span>Unlimited movies, TV</span>
<span>shows, and more.</span>
</h2>
<h3>Watch anyhwere. Cancel anytime.</h3>
<p class="email-text">Ready to watch? Enter your email to create or restart your membership.</p>
<form class="email-form">
<input type="text" placeholder="Email address" class="email-input">
<button type="submit" class="btn btn-submit">Get Started
<img src="assets/chevron-right-icon.png">
</button>
</form>
</div>
</div>
</div>
</body>
<section class="bg-dark text-light story-section">
<div class="container">
<div class="story-card story-card-1">
<div class="story-card-text">
<h2 class="heading-lg">Enjoy on your TV.</h2>
<h3>Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blue-ray players, and more.</h3>
</div>
<div class="story-card-img">
<img src="assets/tv.png">
<video autoplay muted loop>
<source src="assets/video-tv.m4v" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<section class="bg-dark text-light story-section">
<div class="container">
<div class="story-card story-card-2">
<div class="story-card-text">
<h2 class="heading-lg">Download your shows to watch offline.</h2>
<h3>Save your favorites easily and always have something to watch.</h3>
</div>
<div class="story-card-img">
<img src="assets/mobile.jpg">
<div class="story-card-animate bg-dark">
<img src="assets/boxshot.png" class="cover">
<div class="story-card-animate-text">
<p>Stranger Things <span>Downloading...</span></p>
<img src="assets/download-icon.gif" class="icon">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-dark text-light story-section">
<div class="container">
<div class="story-card story-card-3">
<div class="story-card-text">
<h2 class="heading-lg">Watch everywhere</h2>
<h3>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</h3>
</div>
</div>
</div>
</section>
<section class="bg-dark text-light story-section">
<div class="container">
<div class="story-card story-card-4">
<div class="story-card-text">
<h2 class="heading-lg">Create profiles for kids.</h2>
<h3>Send kids on adventure with their favorite characters in a space made just for them - free with your membership</h3>
</div>
<div class="story-card-img">
<img src="assets/kids.png">
</div>
</div>
</div>
</section>
<section class="bg-dark text-light story-section">
<div class="container">
<div class="faq">
<h2 class="heading-lg">Frequently Asked Question</h2>
<ul class="faq-list">
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">What is Netflix?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<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 commercial - 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>
</li>
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">How much does Netflix cost?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<p>Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed
monthly fee. Plans range from $6.99 to $11.99 a month. No extra costs, no contracts.</p>
</div>
</li>
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">Where can I watch?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<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 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.</p>
</div>
</li>
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">How do I cancel?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<p>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.</p>
</div>
</li>
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">What can I watch on Netflix?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<p>Netflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning Netflix
originals, and many more. Watch as much as you want, anytime you want.</p>
</div>
</li>
<li class="bg-light-grey">
<button class="faq-head">
<span class="faq-title">Is Netflix good for kids?</span>
<span class="faq-icon">
<img src="assets/plus-icon.png" class="plus-icon">
</span>
</button>
<div class="faq-body">
<p>The Netflix Kids experience is included in your membership to give parents control while kids enjoy
family-friendly TV shows and movies 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>
</li>
</ul>
<p class="email-text">Ready to watch? Enter your email to create or restart your membership.</p>
<form class="email-form">
<input type="text" placeholder="Email address" class="email-input">
<button type="submit" class="btn btn-submit">
Get Started
<img src="assets/chevron-right-icon.png">
</button>
</form>
</div>
</div>
</section>
<section class = "bg-dark text-white">
<div class = "container">
<div class = "footer story-card">
<a href = "#" class = "footer-top-link">Questions? Contact us.</a>
<ul class = "footer-list">
<li><a href = "#">FAQ</a></li>
<li><a href = "#">Help Center</a></li>
<li><a href = "#">Account</a></li>
<li><a href = "#">Media Center</a></li>
<li><a href = "#">Investor Relations</a></li>
<li><a href = "#">Jobs</a></li>
<li><a href = "#">Ways to Watch</a></li>
<li><a href = "#">Terms of Use</a></li>
<li><a href = "#">Privacy</a></li>
<li><a href = "#">Cookie Preferences</a></li>
<li><a href = "#">Corporate Information</a></li>
<li><a href = "#">Contact Us</a></li>
<li><a href = "#">Speed Test</a></li>
<li><a href = "#">Legal Notices</a></li>
<li><a href = "#">Only on Netflix</a></li>
</ul>
<p class = "footer-text">Netflix USA</p>
</div>
</div>
</section>
<script src = "main.js"></script>
</body>
</html>