-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
350 lines (277 loc) · 12.6 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Netflix-Explore Page</title>
<link rel="stylesheet" href="static/CSS/style1.css">
<link rel="shortcut icon" href="static/icon.png" type="images/x-icon" />
<style>
.mySlides {
border: 1px solid black;
border-radius: 15px;
box-shadow: 2px 2px #232323;
height: 65vh;
padding-top: 0vh;
margin-left: 22vw;
position: relative;
position: relative;
filter: brightness();
top: 5vh;
}
.left {
background-color: rgb(45, 44, 44);
border: 1px solid gray;
border-radius: 6px;
color: white;
height: 16vh;
width: 4vw;
font-size: 8vh;
position: relative;
bottom: 30vh;
left: 22vw;
opacity: 0.1;
}
.right {
background-color: rgb(45, 44, 44);
border: 1px solid gray;
border-radius: 6px;
color: white;
height: 16vh;
width: 4vw;
font-size: 8vh;
position: relative;
bottom: 30vh;
left: 66.5vw;
opacity: 0.1;
}
#text{
font-size: 22px;
color: rgb(200, 200, 200);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding-left: 38vw;
position:relative;
bottom:10vh;
}
</style>
</head>
<body>
<header>
<nav class="bar1">
<img src="static/netlogo.png" alt="no image" width=" 135px" id="img1">
<small id="txt1">UNLIMITED TV SHOWS & MOVIES</small>
<button class="btn1" onclick="joinpage()">JOIN NOW</button>
<button class="btn2" onclick="loginpage()">SIGN IN</button>
</nav>
</header>
<span >
<img class="mySlides" src="static/lucifer.jpg">
<video class="mySlides" src="static/Official Trailer _ Season 1 _ LUCIFER.mp4" autoplay muted></video>
<img class="mySlides" src="static/stranger.jpg">
<video class="mySlides" src="static/Stranger Things 4 _ Volume 2 Trailer _ Netflix.mp4" autoplay muted></video>
<img class="mySlides" src="static/you.jpg">
<video class="mySlides" src="static/y2mate.com - YOU Trailer 2 HD Netflix_720p.mp4" muted autoplay></video>
<img class="mySlides" src="static/manifest.jpg">
<video class="mySlides" src="static/Manifest_ Season 4 _ Official Trailer _ Netflix.mp4" autoplay muted></video>
<button class="left" onclick="plusDivs(-1)">❮</button>
<button class="right" onclick="plusDivs(+1)">❯</button>
</span>
<br>
<big id="text">Trending on Netflix Today</big>
<div class="box1">
<h1 style="font-size: 44px ; color: white ; font-family: Helvetica Neue,Helvetica,Arial,sans-serif;"> <big>Only
on Netflix </big></h1>
<p class="para1">
Netflix is the home of amazing original programming that you can’t find anywhere else. Movies, TV shows,
specials and more, all tailored specifically to you.
</p>
</div>
<div class="box2">
<big id="sub1">Popular on Netflix</big>
<br>
<br>
<span class="container1">
<a href="" style="padding-right: 8px ; " id="you"><img src="static/you.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/mismatched.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/strangerthing.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/money.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/manifest.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box3">
<big id="sub2">Crime TV Dramas</big>
<br>
<br>
<span class="container">
<a href="" style="padding-right: 8px ; "><img src="static/lucifer.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/peaky.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/ozark.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/nacros.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/dark.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box4">
<big id="sub3">New Releases</big>
<br>
<br>
<span class="container3">
<a href="" style="padding-right: 8px ; "><img src="static/takeover.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/inside.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/watcher.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/drgon.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/cobra.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box5">
<big id="sub4">International TV Shows</big>
<br>
<br>
<span class="container">
<a href="" style="padding-right: 8px ; "><img src="static/desire.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/toyboy.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/lupin.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/diary.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/allof.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box6">
<big id="sub5">Watch In One Weekend</big>
<br>
<br>
<span class="container">
<a href="" style="padding-right: 8px ; "><img src="static/jamtara.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/cursed.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/evil.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/anna.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/dahmer.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box7">
<big id="sub6">Exciting Movies</big>
<br>
<br>
<span class="container">
<a href="" style="padding-right: 8px ; "><img src="static/pokemon.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/extraction.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/notice.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/inter.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/sea.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box8">
<big id="sub7">Bingeworthy TV Dramas</big>
<br>
<br>
<span class="container">
<a href="" style="padding-right: 8px ; "><img src="static/sandman.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/frotier.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/reason.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/la.jpg" alt="no image" width="280vw"></a>
<a href="" style="padding-right: 8px ;"><img src="static/fifty.jpg" alt="no image" width="280vw"></a>
</span>
</div>
<div class="box9">
<center>
<big id="sub8">There’s even more to watch.</big>
<p class="para2">
Netflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning Netflix
originals and more. Watch as much as you want, anytime you want.
</p>
<button class="btn3" onclick="joinpage()">JOIN NOW</button>
</center>
</div>
<footer>
<div class="box10">
<span class="block">
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">FAQ</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Investor Relations</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Privacy</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Speed Test</a>
</span>
<span class="block">
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Help Center </a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Jobs</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Cookies Preference</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Legal Notices</a>
</span>
<span class="block">
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Account</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Ways to watch</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Corporate Information</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Only on Netflix</a>
</span>
<span class="block">
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Media Centre</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Terms of Use</a>
<a href="" style="color: gray;
text-decoration: none; padding-bottom: 12px;">Contact Us</a>
</span>
</div>
<select name="language" id="lang">
<option value="english">English</option>
<option value="hindi">हिन्दी</option>
</select>
</footer>
<script src="static/JS/jsforexplore.js"></script>
<script> var slideIndex = 0;
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) { slideIndex = 1 }
if (n < 1) { slideIndex = x.length };
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex - 1].style.display = "block";
}
// var slideIndex = 0;
// carousel();
// function carousel() {
// var i;
// var x = document.getElementsByClassName("mySlides");
// for (i = 0; i < x.length; i++) {
// x[i].style.display = "none";
// }
// slideIndex++;
// if (slideIndex > x.length) {slideIndex = 1}
// x[slideIndex-1].style.display = "block";
// setTimeout(carousel, 2000); // Change image every 2 seconds
// }
</script>
<script>
var slideIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {slideIndex = 1}
x[slideIndex-1].style.display = "block";
setTimeout(carousel, 6000); // Change image every 2 seconds
}
</script>
</body>
</html>