-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (152 loc) · 5.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix</title>
<link rel="stylesheet" href="style1.css">
<script src="myScript.js"></script>
</head>
<body>
<!-- NAVBAR -->
<nav>
<div class="logo">
<img src="netflixLogo.png" class="img1">
</div>
<div class="btn">
<a href="" style="color: #fff; text-decoration: none;">Sign In</a>
</div>
</nav>
<!-- HEADER -->
<div class="container1">
<h1>Unlimited movies,TV <br> shows and more.</h1>
<p class="tag1">Watch anywhere. Cancel anytime</p>
<p class="tag2">Ready to watch? Enter your email to create or restart your membership.</p>
<div class="color-overlay"></div>
<input type="submit" value="GET STARTED ❭" class="sbmt1">
<div class="input1">
<form action="/action_page.php">
<input type="text" id="fname" placeholder="Email address">
</form>
</div>
</div>
<!-- First Box -->
<div class="boxMain1">
<div class="box1">
<h2 class="head1">Enjoy on your TV.</h2>
<p class="des1">Watch on smart TVs, PlayStation, Xbox,<br> Chromecast, Apple TV, Blu-ray players and<br> more.</p>
</div>
</div>
<img src="tv.png" alt="tv" class="tv1">
<video class="vid1">
<source src="video-tv.mp4" type="video/mp4">
</video>
<!-- Secondd Box -->
<div class="boxMain2">
<div class="box2">
<h2 class="head2">Download your shows<br> to watch offline.</h2>
<p class="des2">Save your favourites easily and always have <br>something to watch.</p>
</div>
</div>
<div class="dloadbox">
<img src="boxshot.png" alt="poster" class="poster">
<img src="download-icon.gif" alt="download-icon" class="giffy">
</div>
<img src="mobile.jpg" alt="mobile device" class="mobile1">
<p class="dboxH">Stranger Things</p>
<p class="dboxP">Downloading...</p>
<!-- Third Box -->
<div class="boxMain3">
<div class="box3">
<h2 class="head3">Watch everywhere.</h2>
<p class="des3">Stream unlimited movies and TV shows on <br> your phone, tablet, laptop, and TV.</p>
</div>
</div>
<img src="device-pile-in.png" alt="device pile in" class="devPI">
<video class="vid2">
<source src="video-devices-in.m4v">
</video>
<!-- FAQ -->
<div class="boxMain4">
<h2 class="head4">Frequently Asked Questions</h2>
</div>
<div class="mainList">
<ui>
<li>
<button onclick="toggleDiv()" class="dropStyle1">
What is Netflix?
</button>
<div id="drop1" class="cont1">
Netflix is a streaming service that offers a wide variety of <br> award-winning TV shows, movies, anime, documentaries and <br> more – on thousands of internet-connected devices.
<br>
<br>
You can watch as much as you want, whenever you want,<br> without a single ad – all for one low monthly price. There's <br> always something new to discover, and <br> new TV shows and movies are added every week!
</div>
</li>
<button onclick="toggleDiv2()" class="dropStyle2">
How much does Netflix cost?
</button>
<div id="drop2" class="cont2">
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or <br> streaming device, all for one fixed monthly fee. Plans range from<br> ₹199 to ₹799 a month. No extra costs, no contracts.
</div>
<li>
<button onclick="toggleDiv3()" class="dropStyle3">
Where can I watch?
</button>
<div id="drop3" class="cont3">
Watch anywhere, anytime, on an unlimited number of devices. <br> Sign in with your Netflix account to watch instantly on the web <br> at netflix.com from your personal computer or on any internet-<br>connected device that offers the Netflix app, including smart <br> TVs, smartphones, tablets, streaming media players and game <br> consoles.
<br>
<br>
You can also download your favourite shows with the iOS,<br>Android, or Windows 10 app. Use downloads to watch while <br> you're on the go and without an internet connection. Take <br> Netflix with you anywhere.
</div>
</li>
<li>
<button onclick="toggleDiv4()" class="dropStyle4">
How do I cancel?
</button>
<div id="drop4" class="cont4">
Netflix is flexible. There are no annoying contracts and no <br>commitments. You can easily cancel your account online in two <br> clicks. There are no cancellation fees – start or stop your <br> account anytime.
</div>
</li>
<li>
<button onclick="toggleDiv5()" class="dropStyle5">
What can I watch on Netflix?
</button>
<div id="drop5" class="cont5">
Netflix has an extensive library of feature films, documentaries, <br> TV shows, anime, award-winning Netflix originals, and more. <br> Watch as much as you want, anytime you want.
</div>
</li>
</ui>
</div>
<p class="listTag">Ready to watch? Enter your email to create or restart your membership.</p>
<input type="submit" value="GET STARTED ❭" class="sbmt2">
<div class="input2">
<form action="/action_page.php">
<input type="text" id="fname" placeholder="Email address">
</form>
</div>
<!-- FOOTER -->
<div class="boxMain5"></div>
<p class="tele1">Questions? Call 000-800-040-1843</p>
<div class="footer1">
<ui>
<li><a href="" style="padding-bottom: 10px;">FAQ</a></li>
<li><a href="">Investor Relations</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Speed Test</a></li>
<li><a href="">Help Centre</a></li>
<li><a href="">Jobs</a></li>
<li><a href="">Cookie Preferences</a></li>
<li><a href="">Legal Notices</a></li>
<li><a href="">Account</a></li>
<li><a href="">Ways to Watch</a></li>
<li><a href="">Corporate Information</a></li>
<li><a href="">Netflix Originals</a></li>
<li><a href="">Media Centre</a>/li>
<li><a href="">Terms of Use</a></li>
<li><a href="">Contact Us</a></li>
</ui>
</div>
</script>
</body>
</html>