-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (197 loc) · 7.14 KB
/
Copy pathindex.html
File metadata and controls
201 lines (197 loc) · 7.14 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
<!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" />
<title>Netfilx clone</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="header">
<nav>
<img src="images/netflix-logo.png" class="logo" />
<div>
<button class="english-btn">
English <img src="images/down.png" />
</button>
<button>Sign In</button>
</div>
</nav>
<div class="header-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>
<form class="email-signup">
<input type="email" required placeholder="Email adderess" />
<button type="submit">Get Started</button>
</form>
</div>
</div>
<div class="features">
<div class="row">
<div class="text-col">
<h2>Enjoy on your TV.</h2>
<p>
Watch on smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray
players and more.
</p>
</div>
<div class="img-col">
<img src="images/add1.png" alt="" />
</div>
</div>
<div class="row">
<div class="img-col">
<img src="images/add2.png" alt="" />
</div>
<div class="text-col">
<h2>Download your shows to watch offline.</h2>
<p>Save your favourites easily and always have something to watch.</p>
</div>
</div>
<div class="row">
<div class="text-col">
<h2>Watch everywhere.</h2>
<p>
Stream unlimited movies and TV shows on your phone, tablet, laptop,
and TV.
</p>
</div>
<div class="img-col">
<img src="images/add3.png" alt="" />
</div>
</div>
<div class="row">
<div class="img-col">
<img src="images/add4.png" alt="" />
</div>
<div class="text-col">
<h2>Create profiles for children.</h2>
<p>
Send children on adventures with their favourite characters in a
space made just for them—free with your membership.
</p>
</div>
</div>
</div>
<div class="faq">
<h2>Frequently Asked Questions</h2>
<ul class="accordion">
<li>
<input type="radio" name="accordion" id="first" />
<label for="first">What is Netflix?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="secound" />
<label for="secound">How much does netflix cost?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="third" />
<label for="third">where can i watch?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="fourth" />
<label for="fourth">How do i cancel?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="fifth" />
<label for="fifth">What can i watch on Netflix?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="sixth" />
<label for="sixth">Is Netflix good for kids?</label>
<div class="content">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
vero ad quo hic, laborum illo, magni labore molestiae aspernatur
maxime in excepturi ut soluta similique ullam. Maiores expedita
atque saepe.
</p>
</div>
</li>
</ul>
<small>
Ready to watch? Enter your email to create or restart your membership.
</small>
<form class="email-signup">
<input type="email" required placeholder="Email adderess" />
<button type="submit">Get Started</button>
</form>
</div>
<div class="footer">
<h2>Questions? call 000-000-000-000</h2>
<div class="row">
<div class="col">
<a href="#">FAQ</a>
<a href="#">Invertor Realtions</a>
<a href="#">Privacy</a>
<a href="#">Speed Test</a>
</div>
<div class="col">
<a href="#">Help Center</a>
<a href="#">Jobs</a>
<a href="#">Cookies preference</a>
<a href="#">Lefal Notices</a>
</div>
<div class="col">
<a href="#">Account</a>
<a href="#">Ways to Watch</a>
<a href="#">Corporate Information</a>
<a href="#">Only on Netflix</a>
</div>
<div class="col">
<a href="#">Media Centre</a>
<a href="#">Terms of Use</a>
<a href="#">Contact Us</a>
</div>
</div>
<button class="english-btn">
English <img src="images/down.png" />
</button>
<p class="copyright-text">Netflix India</p>
</div>
</body>
</html>