-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (124 loc) · 5.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix – Watch TV Shows Online, Watch Movies Online</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bgdiv whmax">
<nav>
<div class="logo rel">
<img src="netflix.svg" alt="">
</div>
<div class="btndiv rel ">
<select name="Dropdown" id="btnlang" class="btn">
<option value="English">English</option>
<option value="हिंदी">हिंदी</option>
</select>
<button class="btnred btn">Sign In</button>
</div>
</nav>
<div class="maincontnt rel">
<div class="txt one">Unlimited movies, TV shows and more</div>
<div class="txt two">Watch anywhere. Cancel anytime.</div>
<div class="txt three">Ready to watch? Enter your email to create or restart your membership.</div>
<div class="inpbtn">
<input type="text" placeholder="Email Address">
<button class="btnred strbtn">Get Started > </button>
</div>
</div>
<div class="shadowbox whmax"></div>
</div>
<div class="seperation"></div>
<div class="block">
<div class="txtbox">
<div class="blocktxt one">Enjoy on your TV</div>
<div class="blocktxt two">Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players
and more.</div>
</div>
<div class="blockimg">
<img src="tv.png" alt="" class="rel">
<video src="video-tv.m4v" autoplay loop muted></video>
</div>
</div>
<div class="seperation"></div>
<div class="block">
<div class="blockimg">
<img src="mobile-0819.jpg" alt="" class="rel">
<img src="stranger things.png" alt="" id="secondimg">
</div>
<div class="txtbox">
<div class="blocktxt one">Download your shows to watch offline</div>
<div class="blocktxt two">Save your favourites easily and always have something to watch.</div>
</div>
</div>
<div class="seperation"></div>
<div class="block">
<div class="txtbox">
<div class="blocktxt one">Watch everywhere</div>
<div class="blocktxt two">Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</div>
</div>
<div class="blockimg">
<img src="device-pile-in.png" alt="" class="rel">
<video src="video-devices-in.m4v" autoplay loop muted id="secondvideo"></video>
</div>
</div>
<div class="seperation"></div>
<div class="block">
<div class="blockimg">
<img src="children.png" alt="" class="rel">
</div>
<div class="txtbox">
<div class="blocktxt one">Create profiles for kids</div>
<div class="blocktxt two">Send children on adventures with their favourite characters in a space made just
for them—free with your membership.</div>
</div>
</div>
<div class="seperation"></div>
<div class="faqs">
<div class="heading">Frequently Asked Questions</div>
<div class="ques">What is Netflix?<span>+</span></div>
<div class="ques">How much does Netflix cost?<span>+</span></div>
<div class="ques">Where can I watch?<span>+</span></div>
<div class="ques">How do I cancel?<span>+</span></div>
<div class="ques">What can I watch on Netflix?<span>+</span></div>
<div class="ques">Is Netflix good for kids?<span>+</span></div>
<div class="three">Ready to watch? Enter your email to create or restart your membership.</div>
<div class="inpbtn">
<input type="text" placeholder="Email Address">
<button class="btnred strbtn">Get Started > </button>
</div>
</div>
<div class="seperation"></div>
<footer>
<div class="foottxt extra">Questions? Call 000-800-919-1694</div>
<div class="footcontent ">
<div class="foottxt">FAQ</div>
<div class="foottxt">Help Centre</div>
<div class="foottxt">Account</div>
<div class="foottxt">Media Centre</div>
<div class="foottxt">Investor Relations</div>
<div class="foottxt">Jobs</div>
<div class="foottxt">Ways to Watch</div>
<div class="foottxt">Terms of Use</div>
<div class="foottxt">Privacy</div>
<div class="foottxt">Cookie Preferences</div>
<div class="foottxt">Corporate Information</div>
<div class="foottxt">Contact Us</div>
<div class="foottxt">Speed Test</div>
<div class="foottxt">Legal Notices</div>
<div class="foottxt">Only on Netflix</div>
</div>
<div class="btndiv rel extra ">
<select name="Dropdown" id="btnlang" class="btn">
<option value="English">English</option>
<option value="हिंदी">हिंदी</option>
</select>
</div>
<div class="foottxt extra">Netflix India</div>
</footer>
</body>
</html>