-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (112 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SuperFlix India Our Own OTT Platform">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<title>SuperFlix</title>
</head>
<body>
<main>
<section class="home">
<nav class="flex">
<h3>SuperFlix</h3>
<button class="btn"><a href="https://deepanshuweb.netlify.app" target="_blank">About Me</a></button>
</nav>
<div class="blacklayer">
</div>
<div class="content flex">
<h1>Unlimited movies, TV shows and more</h1>
<span>Watch anywhere. Cancel anytime.</span>
<span>Ready to watch? Enter Name of The Movie and click Get Now.</span>
<div class="getname">
<input type="text" placeholder="Moive Name">
<button class="btn" id="getbtn"><a href="#">Get Now</a></button>
</div>
</div>
</section>
<div class="line"></div>
<div class="container flex">
<div class="detail flex">
<h1>Enjoy on your TV</h1>
<span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
</div>
<div class="medias flex">
<img src="Assets/tv.png" alt="LED">
<video src="Assets/video.m4v" muted loop autoplay></video>
</div>
</div>
<div class="line"></div>
<div class="container flex reverse">
<div class="detail flex">
<h1>Create profiles for kids</h1>
<span>Send children on adventures with their favourite characters in a space made just for them—free
with your membership.</span>
</div>
<div class="medias flex">
<img src="Assets/Children.png" alt="LED">
</div>
</div>
<div class="line"></div>
<div class="container flex">
<div class="detail flex">
<h1>Watch everywhere</h1>
<span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
</div>
<div class="medias flex">
<img src="Assets/Everywhere.png" alt="LED">
<video id="everv" src="Assets/video2.m4v" muted loop autoplay></video>
</div>
</div>
<div class="line"></div>
<div class="frequent flex" id="gaq">
<h1>Frequently Asked Questions</h1>
<div class="question-box flex">
<div class="question flex">
<span>What Is SuperFlix</span>
<span>+</span>
</div>
<div class="question flex">
<span>Where can I Watch?</span>
<span>+</span>
</div>
<div class="question flex">
<span>What Can I Watch On SuperFlix</span>
<span>+</span>
</div>
<div class="question flex">
<span>How can I Cancel</span>
<span>+</span>
</div>
</div>
<div class="frequentend flex">
<span>Ready To Watch? Enter Movie Name And press Get now</span>
<div class="getname">
<input type="text" placeholder="Moive Name">
<button class="btn" id="getbtn"><a href="">Get Now</a></button>
</div>
</div>
</div>
<div class="line"></div>
<div class="footer flex">
<div class="end flex">
<span>Questions? Call 000-444-111-6666</span>
<div class="querry">
<a href="#faq">FAQ</a>
<a href="#">Investor Relation</a>
<a href="#">Privacy</a>
<a href="#">Speed Test</a>
<a href="#">Help Center</a>
<a href="#">Account</a>
<a href="#">Only on SuperFlix</a>
<a href="#">Term and Condtion</a>
<a href="https://deepanshuweb.netlify.app/#contact" target="_blank">Contuct US</a>
</div>
<span>SuperFlix India © I made this just for Learning Purpose</span>
</div>
</div>
</main>
</body>
</html>