-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (139 loc) · 6.23 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
<!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>Netflix Clone</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- nav -->
<div id="nav" class="nav">
<img class="nav__logo" src="./img/netflix-logo.png" alt="" />
<div class="topnav">
<a class="active" href="#nav">Home</a>
<a href="upcoming.html">Upcoming</a>
<a href="WatchList.html">WatchList</a>
<a href="download.html">Download</a>
<a href="aboutUs.html">About Us</a>
</div>
<img class="nav__avatar" src="./img/hyku.webp" alt="" />
</div>
<!-- header -->
<header class="banner">
<div class="banner__contents">
<h1 class="banner__title">RadhaKrishn</h1>
<div class="banner__buttons">
<a
href="movie-details.html?mid=./video/rke1.mp4&mname=RadhaKrishn&mdesc=Radha and Krishna are the epitome off eternal love and sacrifice,transcending eras and emotions. Here's a never seen before retelling of this supreme romance...&mthm=./img/eptm.webp"><button
class="banner__button">Play</button></a>
<a href="WatchList.html"></a>
</div>
<h1 class="banner__description">
Radha and Krishna are the epitome off eternal love and sacrifice,
transcending eras and emotions. Here's a never seen before retelling of this supreme romance...</h1>
</div>
<div class="banner--fadeBottom"></div>
</div>
</header>
<!-- Trending Now -->
<div class="row">
<h2>Trending Now</h2>
<div class="row__posters">
<a
href="movie-details.html?mid=./video/hyku11.mp4&mname=Haikyu&mdesc=Hinata Shouyou, a short middle school student, gained a sudden love of volleyball after watching a national championship match on TV. Determined to become like the championship's star player, a short boy nicknamed the small giant, Shouyou joined his school's volleyball club.&mthm=./img/small-movie1hyku2.webp">
<img class="row__poster" src="./img/small-movie1hyku2.webp" alt="" /></a>
<a
href="movie-details.html?mid=./video/kantara.mp4&mname=Kantara&mdesc=It involves culture of Kambala and Bhootha Kola. A human and nature conflict where Shiva is a rebel who defends his village and nature. A death leads to war between villagers and evil forces. Will he be able to regain peace in the village?&mthm=./img/kantara3.webp">
<img class="row__poster" src="./img/kantara3.webp" alt="" /></a>
<img class="row__poster" src="./img/small-movie3.webp" alt="" />
<img class="row__poster" src="./img/small-movie4.webp" alt="" />
<img class="row__poster" src="./img/small-movie5.webp" alt="" />
<img class="row__poster" src="./img/small-movie6.webp" alt="" />
</div>
</div>
<!-- Netflix Originals -->
<div class="row">
<h2>NETFLIX ORIGINALS</h2>
<div class="row__posters">
<img class="row__poster row__posterLarge" src="./img/large-movie3.webp" alt="" />
<img class="row__poster row__posterLarge" src="./img/large-movie4.webp" alt="" />
<img class="row__poster row__posterLarge" src="./img/large-movie5.webp" alt="" />
<img class="row__poster row__posterLarge" src="./img/large-movie6.webp" alt="" />
<img class="row__poster row__posterLarge" src="./img/large-movie7.webp" alt="" />
<img class="row__poster row__posterLarge" src="./img/large-movie8.webp" alt="" />
</div>
</div>
<!-- Top Rated -->
<div class="row">
<h2>Top Rated</h2>
<div class="row__posters">
<img class="row__poster" src="./img/small-movie1.webp" alt="" />
<img class="row__poster" src="./img/small-movie2.webp" alt="" />
<img class="row__poster" src="./img/small-movie5.webp" alt="" />
<img class="row__poster" src="./img/small-movie6.webp" alt="" />
<img class="row__poster" src="./img/small-movie7.webp" alt="" />
<img class="row__poster" src="./img/small-movie8.webp" alt="" />
</div>
</div>
<!-- Action Movies -->
<div class="row">
<h2>Action Movies</h2>
<div class="row__posters">
<img class="row__poster" src="./img/small-movie1.webp" alt="" />
<img class="row__poster" src="./img/small-movie2.webp" alt="" />
<img class="row__poster" src="./img/small-movie3.webp" alt="" />
<img class="row__poster" src="./img/small-movie4.webp" alt="" />
<img class="row__poster" src="./img/small-movie7.webp" alt="" />
<img class="row__poster" src="./img/small-movie8.webp" alt="" />
</div>
</div>
<!-- Anume Movies -->
<div class="row">
<h2>Anime Movies (Japanese)</h2>
<div class="row__posters">
<img class="row__poster" src="./img/small-movie1hyku2.webp" alt="" />
<img class="row__poster" src="./img/f-1.webp" alt="" />
<img class="row__poster" src="./img/18.webp" alt="" />
<img class="row__poster" src="./img/small-movie8.webp" alt="" />
<img class="row__poster" src="./img/19.webp" alt="" />
<img class="row__poster" src="./img/small-movie3.webp" alt="" />
</div>
</div>
<!-- <footer class="footer">
<p>Questions? Call 1-866-579-7172</p>
<div class="footer-cols">
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Ways To Watch</a></li>
<li><a href="#">Corporate Information</a></li>
<li><a href="#">Netflix Originals</a></li>
</ul>
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Terms Of Use</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<ul>
<li><a href="https://www.instagram.com/netflix_in/">Instagram(@netflix_in)</a></li>
<li><a href="https://www.facebook.com/netflix/">Facebook</a></li>
<li><a href="https://twitter.com/netflixindia">Twitter</a></li>
<li><a href="https://fast.com/">Speed Test</a></li>
</ul>
</div>
</footer> -->
<script>
const nav = document.getElementById('nav');
window.addEventListener('scroll', () => {
if (window.scrollY >= 100) {
nav.classList.add('nav__black');
} else {
nav.classList.remove('nav__black');
}
});
</script>
</body>
</html>