-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (165 loc) · 9.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix India - Cloned by Sarin Sanyal</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top-part">
<header>
<nav>
<span class="left-navbar">
<img id="logo" src="assets/images/logo.svg" alt="Netflix Logo">
</span>
<div class="right-navbar">
<select name="language" id="lang" class="lang">
<option label="English" value="en-IN"></option>
<option label="हिन्दी" value="hi-IN"></option>
</select>
<button id="Sign-In" aria-label="Sign in to your account">Sign In</button>
</div>
</nav>
</header>
<div class="opening-text">
<span id="first-line">Unlimited movies, TV shows and more</span>
<span id="second-line">Starts at ₹149. Cancel at any time.</span>
<span id="third-line">Ready to watch? Enter your email to create or restart your membership.</span>
<div class="email-input">
<input id="email-input-box" type="email" placeholder="Email address">
<button id="get-started" aria-label="Get started with Netflix membership">
Get Started <img src="assets/images/getstarted.svg" alt="Get started icon">
</button>
</div>
</div>
<div class="curved-partition-container">
<img id="curved-partition" src="assets/images/parti.png" alt="Curved partition">
</div>
<div class="main">
<div class="trending-now">
<div class="text">Trending Now </div>
<div class="trending-cards">
<div class = "card" id="1">
<img src = "assets/images/trending-now/1.jpg" alt = "Unavailable">
<div class="rank">1 </div>
</div>
<div class = "card" id="2">
<img src = "assets/images/trending-now/2.jpg" alt = "Unavailable">
<div class="rank">2 </div>
</div>
<div class = "card" id="3">
<img src = "assets/images/trending-now/3.jpg" alt = "Unavailable">
<div class="rank">3 </div>
</div>
<div class = "card" id="4">
<img src = "assets/images/trending-now/4.jpg" alt = "Unavailable">
<div class="rank">4 </div>
</div>
<div class = "card" id="5">
<img src = "assets/images/trending-now/5.jpg" alt = "Unavailable">
<div class="rank">5 </div>
</div>
<div class = "card" id="6">
<img src = "assets/images/trending-now/6.jpg" alt = "Unavailable">
<div class="rank">6 </div>
</div>
<div class = "card" id="7">
<img src = "assets/images/trending-now/7.jpg" alt = "Unavailable">
<div class="rank">7 </div>
</div>
<div class = "card" id="8">
<img src = "assets/images/trending-now/8.jpg" alt = "Unavailable">
<div class="rank">8 </div>
</div>
<div class = "card" id="9">
<img src = "assets/images/trending-now/9.jpg" alt = "Unavailable">
<div class="rank">9 </div>
</div>
<div class = "card" id="10">
<img src = "assets/images/trending-now/10.jpg" alt = "Unavailable">
<div class="rank">10 </div>
</div>
</div>
</div>
<div class="more-reasons">
<div class="text">More reasons to join </div>
<div class="reasons-card">
<div class="tv r-cards">
<h3>Enjoy on Your TV</h3> <br>
<p>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</p>
<img class = "bottom-right-icon" src = "assets/images/reasons/tv.png" alt = "tv">
</div>
<div class="offline r-cards">
<h4>Download your shows to watch offline</h4> <br>
<p>Save your favourites easily and always have something to watch.</p>
<img class = "bottom-right-icon" src = "assets/images/reasons/offline.png" alt = "offline">
</div>
<div class="everywhere r-cards">
<h3>Watch everywhere</h3> <br>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop and TV.</p>
<img class = "bottom-right-icon" src = "assets/images/reasons/everywhere.png" alt = "everywhere">
</div>
<div class="kids r-cards">
<h3>Create profiles for kids</h3> <br>
<p>Send kids on adventures with their favourite characters in a space made just for them — free with your membership.</p>
<img class = "bottom-right-icon" src = "assets/images/reasons/kids.png" alt = "kids">
</div>
</div>
</div>
<div class="faq">
<div class="text"> Frequently Asked Questions </div>
<details class = "faq-details faq-1">
<summary>What is Netflix? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<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.<br> <br>
You can watch as much as you want, whenever you want, without a single ad - all for one low monthly price. There's always something new to discover, and new TV shows and movies are added every week!
</p>
</details>
<details class = "faq-details faq-2">
<summary>How much does Netflix cost? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<p>Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed monthly fee. Plans range from ₹149 to ₹649 a month. No extra costs, no contracts.
</p>
</details>
<details class = "faq-details faq-3">
<summary>Where can I watch? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<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.
<br> <br>
You can also download your favourite shows with the iOS or Android app. Use downloads to watch while you're on the go and without an internet connection. Take Netflix with you anywhere.
</p>
</details>
<details class = "faq-details faq-4">
<summary>How do I cancel? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<p>Netflix is flexible. There are no annoying 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>
</details>
<details class = "faq-details faq-5">
<summary>What can I watch in Netflix? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<p>Netflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning Netflix originals, and more. Watch as much as you want, anytime you want.
</p>
</details>
<details class = "faq-details faq-6">
<summary>Is Netflix good for kids? <img class = "plus-icon" src="assets/images/plus.svg" alt="plus"></summary>
<p>The Netflix Kids experience is included in your membership to give parents control while kids enjoy family-friendly TV shows and films in their own space.
<br> <br>
Kids profiles come with PIN-protected parental controls that let yourestrict the maturity rating of content kids can watch and blockspecific titles you don't want kids to see.
</p>
</details>
</div>
</div>
<div class = "ending-text">
<span id="third-line">Ready to watch? Enter your email to create or restart your membership.</span>
<div class="email-input">
<input id="email-input-box" type="email" placeholder="Email address">
<button id="get-started" aria-label="Get started with Netflix membership">
Get Started <img src="assets/images/getstarted.svg" alt="Get started icon">
</button>
</div>
</div>
<footer>
<span id="phone"> Questions? Call <u>000-800-919-1694 </u> </span>
<span>Created by Sarin Sanyal </span>
</footer>
</div>
</body>
</html>