-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
280 lines (257 loc) · 12.9 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Google fonts-->
<!--CSS Stylesheets-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/notflix-icon.png">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/31fc375084.js"></script>
<title>Notflix</title>
</head>
<body>
<!-- Header -->
<img class="banner"src="images/notflix-background.jpg" alt="Notflix-background">
<div class="container-fluid title">
<div class="row nav">
<div class="col-6">
<a href="https://fontmeme.com/netflix-font/"><img src="https://fontmeme.com/permalink/190909/915370ab9372d1f46e4f37cbf91d9672.png" alt="netflix-font" border="0"></a>
</div>
<div class="col-6 sign-in-block">
<button type="button" class="btn btn-danger sign-in">Sign In</button>
</div>
</div>
<!-- Title -->
<div class="title-words">
<h1>Unlimited movies, TV shows, and more.</h1>
<p>Watch anywhere. Cancel anytime.</p>
<button type="button" class="btn btn-danger btn-lg red-free-trial">TRY 30 DAYS FREE <i
class="fas fa-chevron-right"></i></button>
</div>
</div>
<!--Tv Section-->
<div id="tv-section">
<hr class="title-to-tv">
<div class="container-fluid tv-tv">
<div class="row">
<div class="col-md-6 wording">
<h1>Enjoy on your TV.</h1>
<h2>Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray players, and more.</h2>
<button type="button" class="btn btn-outline-light btn-lg black-free-trial">TRY 30 DAYS FREE <i
class="fas fa-chevron-right"></i></button>
</div>
<div class="col-md-6">
<img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png"
alt="various devices">
<!-- <video autoplay loop muted src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-0819.m4v" type=vide/mp4></video> -->
</div>
</div>
</div>
</div>
<hr>
<!--Download Section-->
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg"
alt="various devices">
</div>
<div class="col-md-6 wording">
<h1>Download your shows to watch on the go.</h1>
<h2>Save your data and watch all your favorites offline.</h2>
<button type="button" class="btn btn-outline-light btn-lg black-free-trial">TRY 30 DAYS FREE <i
class="fas fa-chevron-right"></i></button>
</div>
</div>
</div>
<hr>
<!--Watch Anywhere Section-->
<div class="container-fluid">
<div class="row">
<div class="col-md-6 wording">
<h1>Watch everywhere.</h1>
<h2>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV without paying more.</h2>
<button type="button" class="btn btn-outline-light btn-lg black-free-trial">TRY 30 DAYS FREE <i
class="fas fa-chevron-right"></i></button>
</div>
<div class="col-md-6 watch-everywhere-img">
<img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile.png"
alt="various devices">
</div>
</div>
</div>
<hr>
<!--FAQs Section-->
<div class="container-fluid" id="faqSection">
<h1>Frequently Asked Questions</h1>
<div class="accordion" id="faqAccordion">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
What is Notflix? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#faqAccordion">
<div class="card-body">
<p>Notflix 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>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
How much does Notflix cost? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#faqAccordion">
<div class="card-body">
<p>Watch Notflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one low fixed
monthly fee. Plans start from $8.99 a month. No extra costs or contracts.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
Where can I watch? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#faqAccordion">
<div class="card-body">
<p>Watch anywhere, anytime, on an unlimited number of devices. Sign in with your Notflix account to watch
instantly on the web at Notflix.com from your personal computer or on any internet connected device that
offers the Notflix 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 Notflix with you anywhere.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
How do I cancel? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#faqAccordion">
<div class="card-body">
<p>Notflix 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>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseFive"
aria-expanded="false" aria-controls="collapseFive">
What can I watch on Notflix? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#faqAccordion">
<div class="card-body">
<p>Notflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning
Notflix originals, and more. Watch as much as you want, anytime you want. Join free for 30 days to see
everything Notflix has to offer.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<h2 class="mb-0">
<button class="btn btn-link collapsed faq-questions" type="button" data-toggle="collapse" data-target="#collapseSix"
aria-expanded="false" aria-controls="collapseSix">
How does the free trial work? <i class="fas fa-plus"></i>
</button>
</h2>
</div>
<hr class="faq-line-break">
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#faqAccordion">
<div class="card-body">
<p>Try us free for 30 days! If you enjoy your Notflix trial, do nothing and your membership will
automatically continue for as long as you choose to remain a member. Cancel anytime before your trial
ends and you won’t be charged. There’s no complicated contract, no cancellation fees, and no commitment.
Cancel online anytime, 24 hours a day.</p>
</div>
</div>
</div>
</div>
<button type="button" class="btn btn-danger btn-lg red-free-trial">TRY 30 DAYS FREE <i
class="fas fa-chevron-right"></i></button>
</div>
<hr>
</div>
<!-- Footer -->
<div class="container-fluid footer">
<p>Questions? Call 1-866-579-7172</p>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-6">FAQ</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Help Center</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Account</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Media Center</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Investor Relations</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Jobs</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Redeem Gift Cards</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Buy Gift Cards</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Ways to Watch</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Terms of Use</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Privacy</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Cookie Preferences</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Corporation Information</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Contact Us</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Speed Test</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Legal Notices</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">Notflix Originals</div>
</div>
<div class="dropdown language-button">
<button class="btn btn-outline-light btn-lg dropdown-toggle languages" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-globe"></i> English
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Español</a>
<a class="dropdown-item" href="#">Français</a>
<a class="dropdown-item" href="#">Deutsch</a>
<a class="dropdown-item" href="#">中文</a>
<a class="dropdown-item" href="#">日本人</a>
</div>
</div>
</div>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>