-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (153 loc) · 7.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="index.js"></script>
<link rel="icon" href="favicon.png">
<title>Netflix India - Watch TV Shows Online, Watch Movies Online</title>
</head>
<body>
<div class="lander">
<div class="lander_cover">
<nav class="navbar">
<img src="logo.jpg" alt="logo" class="navbar_img">
<button class="btn-danger btn btn-md button">Sign In</button>
</nav>
<div class="content">
<h2>Laughter. Tears. Thrills. Find it all on Netflix.</h2>
<p>Endless entertainment starts at just ₹ 149. Cancel anytime.</p>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="email_parent">
<input type="email" name="email" id="email" placeholder="Email Address" />
<button class="btn-danger btn btn-lg button">Get Started ></button>
</div>
</div>
<div class="footer"></div>
</div>
</div>
<hr>
<div>
<div class="section2">
<div class="section2Content">
<p>Enjoy on your TV</p>
<p>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</p>
</div>
<div class="default-ltr-cache-7cljuy-e9eyrqp3">
<div class="default-ltr-cache-bjn8wh">
<img alt="" src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png" data-uia="nmhp-card-animation-asset-image" class="default-ltr-cache-1d3w5wq">
<div data-uia="nmhp-card-animation-asset-motion" class="default-ltr-cache-m5f3qu e15c37ii14">
<video data-uia="nmhp-card-animation-asset-video" autoplay="" playsinline="" muted="" loop=""
><source src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v" type="video/mp4">
</video>
<div class="default-ltr-cache-0"></div>
<div data-uia="nmhp-card-animation-asset-custom" aria-hidden="true" class="default-ltr-cache-0 e15c37ii13">
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="section3">
<img src="mobile-0819.jpg" alt="" class="tv">
<div class="section3Content">
<p>Download your shows to watch offline</p>
<p>Save your favourites easily and always have something to watch.</p>
</div>
</div>
<hr>
<div class="section2">
<div class="section2Content">
<p>Watch everywhere</p>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</p>
</div>
<img src="device-pile-in.png" alt="" class="tv">
</div>
<hr>
<div class="section3">
<img src="kids.png" alt="" class="tv">
<div class="section3Content">
<p>Create profiles for kids</p>
<p>Send children on adventures with their favourite characters in a space made just for them—free with your membership.</p>
</div>
</div>
<br><br><br><br>
<hr>
<div class="questionSet">
<h1 class="quesHead">Frequently Asked Questions</h1>
<div class="questions">
<p id="ques">What is Netflix?</p>
<div class="button1" id="button">➕</div>
</div>
<div class="answer1" id="answers"></div>
<div class="questions">
<p id="ques">How much does Netflix cost?</p>
<div class="button2" id="button">➕</div>
</div>
<div class="answer2" id="answers"></div>
<div class="questions">
<p id="ques">Where can I watch?</p>
<div class="button3" id="button">➕</div>
</div>
<div class="answer3" id="answers"></div>
<div class="questions">
<p id="ques">How do I cancel?</p>
<div class="button4" id="button">➕</div>
</div>
<div class="answer4" id="answers"></div>
<div class="questions">
<p id="ques">What can I watch on netflix?</p>
<div class="button5" id="button">➕</div>
</div>
<div class="answer5" id="answers"></div>
<div class="questions">
<p id="ques">Is netflix good for kids?</p>
<div class="button6" id="button">➕</div>
</div>
<div class="answer6" id="answers"></div>
</div>
<div class="content">
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="email_parent">
<input type="email" name="email" id="email" placeholder="Email Address" />
<button class="btn-danger btn btn-lg button">Get Started ></button>
</div>
</div>
<hr>
<footer>
<h5 style="color: rgba(255, 255, 255, 0.778); ">Questions? Call 000-800-919-1694</h5>
<div class="wrapper">
<div class="col-3 child">
<a href="http://" target="_blank" rel="noopener noreferrer">FAQ</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Media Centre</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Ways To Watch</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Cookie Preferences</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Speed Test</a>
</div>
<div class="col-4 child">
<a href="http://" target="_blank" rel="noopener noreferrer">Help Centre</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Investor Relations</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Terms of Use</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Corporate Information</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Legal Notices</a>
</div>
<div class="col-3 child">
<a href="http://" target="_blank" rel="noopener noreferrer">Account</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Jobs</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Privacy</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Contact Us</a><br>
<a href="http://" target="_blank" rel="noopener noreferrer">Only on Netflix</a>
</div>
</div>
<h6 style="color: rgba(255, 255, 255, 0.497); ">Netflix India</h6>
<br>
</footer>
</body>
</html>