-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (169 loc) · 7.51 KB
/
index.html
File metadata and controls
171 lines (169 loc) · 7.51 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
<!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">
<meta name="author" content="Ezeliora Godsfavour">
<meta name="description" content="Netflix-clone">
<!-- icons -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;200;300;400;500;600;800&family=Roboto:wght@400;500;700;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<title>Netflix</title>
</head>
<body>
<header>
<div class="nav-section">
<img src="/IMAGES/logo (2).png" alt="">
<div class="hero-div">
<div class="footer-div nav-side">
<i class="ri-global-line" id="globe"></i>
<p id="eng">English</p>
<i class="ri-arrow-down-s-fill" id="globe"></i>
</div>
<a href="/index1.html"><button type="submit">Sign in</button></a>
</div>
</div>
<div class="hero-section">
<h1 id="hero-text-1">Unlimited movies, TV shows and more <span>.</span></h1>
<p id="hero-text-2">Watch anywhere. Cancel anytime.</p>
<p id="hero-text-3">Ready to watch? Enter your email to create or restart your membership.</p>
<div class="hero-btns">
<input type="email" name="" id="" placeholder="Email address">
<a href="/index1.html"><button type="submit">Get Started<i class="ri-arrow-right-s-line arrow"></i></button></a>
</div>
</div>
</header>
<main>
<section class="section-one">
<div class="part-1">
<h3>Enjoy on your TV.</h3>
<p>Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray players, and more.</p>
</div>
<img src="/IMAGES/stories.jpg_small" alt="">
</section>
<hr>
<section class="section-two">
<img src="/IMAGES/Rectangle (1).png" alt="">
<div class="part-1">
<h3>Download your shows to watch offline.</h3>
<p>Save your favorites easily and always have something to watch.</p>
</div>
</section>
<hr>
<section class="section-three">
<div class="part-1">
<h3>Watch everywhere.</h3>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV without paying more.</p>
</div>
<img src="/IMAGES/india.jpg_medium" alt="">
</section>
<hr>
<section class="section-four">
<img src="/IMAGES/c.png" alt="">
<div class="part-1">
<h3>Create profiles for kids.</h3>
<p>Send kids on adventures with their favorite characters in a space made just for them—free with your membership.</p>
</div>
</section>
<hr>
<section id="FAQSection">
<div class="FAQHeader">
<h1>Frequently Asked Questions</h1>
</div>
<section id="FAQs">
<div class="FAQ">
<div class="FAQuestion">
<h3>What is Netflix?</h3>
<i class="ri-add-line"></i>
</div>
<p class="FAQAnswer">
Netflix is a subscription-based streaming service that allows subscribers watch
TV shows and movies without commercials on an internet-connected device.Watch now,
cancel anytime.
</p>
</div>
<div class="FAQ">
<div class="FAQuestion">
<h3>How much does Netflix cost?</h3>
<i class="ri-add-line"></i>
</div>
<p class="FAQAnswer">
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device,
all for one fixed monthly fee. Plans range from ₦1,200 to ₦4,400 a month. No extra
costs, no contracts.
</p>
</div>
<div class="FAQ">
<div class="FAQuestion">
<h3>Where can I watch?</h3>
<i class="ri-add-line"></i>
</div>
<p class="FAQAnswer">
Watch anywhere, anytime. Sign in with your Netflix account to watch instantly.
</p>
</div>
<div class="FAQ">
<div class="FAQuestion">
<h3>Can I cancel?</h3>
<i class="ri-add-line"></i>
</div>
<p class="FAQAnswer">
You can easily cancel your account online in two clicks. There are no cancellation fees – start or stop your account anytime.
</p>
</div>
<div class="FAQ">
<div class="FAQuestion">
<h3>What can I watch?</h3>
<i class="ri-add-line"></i>
</div>
<p class="FAQAnswer">
We have an extensive library of feature films, documentaries, TV shows, anime,
award-winning originals, and more.
</p>
</div>
</section>
<div class="FAQSection-2">
<p id="hero-text-3">Ready to watch? Enter your email to create or restart your membership.</p>
<div class="hero-btns red-box">
<input type="email" name="" id="" placeholder="Email address">
<a href="/index1.html"><button type="submit">Get Started<i class="ri-arrow-right-s-line arrow"></i></button></a>
</div>
</div>
</section>
</main>
<hr>
<footer>
<div class="footer-part">
<p id="footer-text">Questions? Call 1-844-505-2993</p>
<div class="footer-part2">
<div class="div-4">
<p>FAQ</p>
<p>Cookie Preferences</p>
<div class="footer-div">
<i class="ri-global-line" id="globe"></i>
<p id="eng">English</p>
<i class="ri-arrow-down-s-fill" id="globe"></i>
</div>
</div>
<div class="div-5">
<p>Help Center</p>
<p>Corporate Information</p>
</div>
<div class="div-6">
<p>Terms of Use</p>
</div>
<div class="div-7">
<p>Privacy</p>
</div>
</div>
</div>
</div>
</footer>
<script src="/script.js"></script>
</body>
</html>