-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (112 loc) · 4.85 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
<!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="stylesheet" href="netflix_clone.css">
<link rel="icon" type="image/x-icon" href="nficon2023.ico">
</head>
<body>
<div class="main">
<nav>
<img height="50px" width="140px" src="logo.svg" alt="">
<div>
<select class="lang" name="lang" id="lang">
<option value="english">English</option>
<option value="hindi">Hindi</option>
</select>
<button class="sign"><a href="#">Sign In</a></button>
</div>
</nav>
<div class="content">
<h1>Unlimited movies, TV shows and more</h1>
<h4>Watch anywhere. Cancel anytime.</h4>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
</div>
<div class="belowcontent">
<input class="email" type="email" placeholder="Email adderess">
<button class="start">Get Started ></button>
</div>
</div>
<div class="separation"></div>
<div class="page2">
<div class="content2">
<h1> Enjoy on your TV</h1>
<p>Watch on smart TVs, PlayStation, Xbox, Chromecast,</p>
<p> Apple TV, Blu-ray players and more.</p>
</div>
<img class="tv" src="tv.png" alt="">
<video class="video" autoplay muted src="tv video.m4v"></video>
</div>
<div class="separation"></div>
<div class="page3">
<div>
<img src="children.png" alt="">
</div>
<div>
<h1>Create profiles for kids</h1>
<p>Send children on adventures with their favourite characters in a space made just for them—free with your
membership.</p>
</div>
</div>
<div class="separation"></div>
<div class="faq">
<h1>Frequently Asked Questions</h1>
<div class="faqbox">What is Netflix?
<svg style="filter: invert(1);" xmlns="http://www.w3.org/2000/svg" width="28" height="28"
viewBox="0 0 24 24" fill="none" class="injected-svg" data-src="/icons/add-01-stroke-rounded.svg"
xmlns:xlink="http://www.w3.org/1999/xlink" role="img" color="white">
<path d="M12 4V20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
<path d="M4 12H20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg>
</div>
<div class="faqbox">Where can I watch? <svg style="filter: invert(1);" xmlns="http://www.w3.org/2000/svg"
width="28" height="28" viewBox="0 0 24 24" fill="none" class="injected-svg"
data-src="/icons/add-01-stroke-rounded.svg" xmlns:xlink="http://www.w3.org/1999/xlink" role="img"
color="white">
<path d="M12 4V20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
<path d="M4 12H20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg>
</div>
<div class="faqbox">How can I cancel? <svg style="filter: invert(1);" xmlns="http://www.w3.org/2000/svg"
width="28" height="28" viewBox="0 0 24 24" fill="none" class="injected-svg"
data-src="/icons/add-01-stroke-rounded.svg" xmlns:xlink="http://www.w3.org/1999/xlink" role="img"
color="white">
<path d="M12 4V20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
<path d="M4 12H20" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg>
</div>
<h2>Ready to watch? Enter your email to create or restart your membership.</h2>
<div class="belowcontent1">
<input class="email" type="email" placeholder="Email adderess">
<button class="start">Get Started ></button>
</div>
</div>
<div class="separation"></div>
<footer>
<h2 style="color: white;">Any questions? Call : 1234567890</h2>
<div class="footer">
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
<a href="">About</a>
</div>
</footer>
</body>
</html>