-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (188 loc) · 7.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix India</title>
<link rel="shortcut icon" href="Assets/imgs/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="Assets/css/style.css">
<link rel="stylesheet" media="screen and (max-width:900px)" href="Assets/css/phone.css">
<script defer src="Assets/js/script.js"></script>
</head>
<body>
<div class="main">
<!-- Navbar -->
<nav>
<span><img width="55" src="Assets/imgs/logo.svg" alt="Netflix"></span>
<div class="nav_element">
<button id="lang">
<img src="Assets/imgs/language_icon.svg" alt="language" class="img1" style="height: 1rem;">
<span>English</span>
<img src="Assets/imgs/dropdown_arrow.svg" alt="dropdown_arrow" class="img2" style="height: 1rem;">
</button>
<!-- <div id="myDropdown" class="dropdown-content">
<a href="#english">English</a>
<a href="#Hindi">Hindi</a>
</div> -->
<button class="redBtn signin">Sign in</button>
</div>
</nav>
<div class="box"></div>
<!-- Body Text -->
<div class="text1">
<span>Unlimited movies, TV shows and more</span>
<span>Watch anywhere. Cancel anytime.</span>
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<div class="getStarted">
<input type="email" name="" id="emailAddress" required>
<label for="emailAddress" class="placeholder">Email address</label>
<button class="redBtn">
Get Started
<img src="Assets/imgs/arrow.svg" alt="arrow">
</button>
</div>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Section1 -->
<div class="section sec1">
<div class="text">
<span>Enjoy on your TV</span>
<span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
</div>
<div class="sec-img">
<img src="Assets/imgs/tv1.png" alt="tv">
<video src="Assets/videos/video1.m4v" autoplay muted loop></video>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Section2 -->
<div class="section">
<div class="sec-img2">
<img src="Assets/imgs/mili.jpg" alt="tv">
<div class="card">
<img src="Assets/imgs/stranger-things.png" alt="st">
<div>
<span>Stranger Things</span>
<span>Downloading...</span>
</div>
<img src="Assets/videos/download-icon.gif"></img>
</div>
</div>
<div class="text">
<span>Download your shows to watch offline</span>
<span>Save your favourites easily and always have something to watch.</span>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Section3 -->
<div class="section sec3">
<div class="text">
<span>Watch everywhere</span>
<span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
</div>
<div class="sec-img3">
<img src="Assets/imgs/tv2.png" alt="tv">
<video src="Assets/videos/video2.m4v" autoplay muted loop></video>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Section4 -->
<div class="section sec4">
<div class="sec-img">
<img src="Assets/imgs/kids.png" alt="tv">
</div>
<div class="text">
<span>Create profiles for kids</span>
<span>Send children on adventures with their favourite characters in a space made just for them—free with your membership.</span>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Section FAQ -->
<div class="section5">
<h2>Frequently Asked Questions</h2>
<div class="faq">
<div class="faq-box">
<span>What is Netflix?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
<div class="faq-box">
<span>How much does Netflix cost?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
<div class="faq-box">
<span>Where can I watch?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
<div class="faq-box">
<span>How do I cancel?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
<div class="faq-box">
<span>What can I watch on Netflix?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
<div class="faq-box">
<span>Is Netflix good for kids?</span>
<img src="Assets/imgs/plus.svg" alt="plus">
</div>
</div>
<div class="faq-register">
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<div class="faq-reg-box">
<input type="email" name="" id="emailAddress" required>
<label for="emailAddress" class="placeholder">Email address</label>
<button class="redBtn">
Get Started
<img src="Assets/imgs/arrow.svg" alt="arrow">
</button>
</div>
</div>
</div>
<!-- Separation Line -->
<div class="separation"></div>
<!-- Footer -->
<footer>
<span>Questions? Call 000-800-919-1694</span>
<div class="footer">
<div class="footer-item">
<a href="#FAQ">FAQ</a>
<a href="#InvestorRelations">Investor Relations</a>
<a href="#Privacy">Privacy</a>
<a href="#SpeedTest">Speed Test</a>
</div>
<div class="footer-item">
<a href="#HelpCentre">Help Centre</a>
<a href="#Jobs">Jobs</a>
<a href="#CookiePreferences">Cookie Preferences</a>
<a href="#LegalNotices">Legal Notices</a>
</div>
<div class="footer-item">
<a href="#Account">Account</a>
<a href="#WaystoWatch">Ways to Watch</a>
<a href="#CorporateInformation">Corporate Information</a>
<a href="#OnlyonNetflix">Only on Netflix</a>
</div>
<div class="footer-item">
<a href="#MediaCentre">Media Centre</a>
<a href="#TermsofUse">Terms of Use</a>
<a href="#ContactUs">Contact Us</a>
<!-- <a href="#FAQ">FAQ</a> -->
</div>
</div>
<div class="nav-element-footer">
<button id="lang">
<img src="Assets/imgs/language_icon.svg" alt="language" style="height: 1rem;">
English
<img src="Assets/imgs/dropdown_arrow.svg" alt="dropdown_arrow" style="height: 1rem;">
</button>
</div>
<span>Netflix India</span>
</footer>
</body>
</html>