-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (175 loc) · 9.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
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
<!--doctype html-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="css/Styles.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.2/css/bulma.min.css" />
<script src="js/JQuery3.3.1.js"></script>
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<title>Blockbuster Inc</title>
<style>
.heading-movie {
margin-bottom: 4px;
}
</style>
</head>
<body>
<div class="container">
<nav style="padding: 1em;">
<a href="#" class="logo">
<img src="images-static/logo.svg" width="250">
</a>
<input type="checkbox" class="menu-btn" id="menu-btn" />
<label class="menu-icon" for="menu-btn">
<span class="nav-icon"></span>
</label>
<ul class="menu">
<li class="nav-btn"><a class="no-hover" href="info-page.html">Get movie recommendation</a></li>
<li class="nav-btn"><a href="#">Join for free</a></li>
</ul>
<!--search------------->
</nav>
</div>
<section id="main" style="display: flex; justify-content: center; align-items: center; margin: 0px;">
<div class="swiper-container mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="images-static/s-1.png" />
</div>
<div class="swiper-slide">
<img src="images-static/s-2.png" />
</div>
<div class="swiper-slide">
<img src="images-static/s-3.png" />
</div>
<div class="swiper-slide">
<img src="images-static/s-5.png" />
</div>
</div>
</div>
</section>
<section class="background-black" style="padding-top: 0em; padding-bottom: 2em; ">
<div class="container">
<h2 class="latest-heading" style="margin-bottom: 1em; padding-top: 1em;">What do we do?</h2>
<p class="content" style="font-size: 1.3em; text-align: center; line-height: 150%;">
You will have to no longer spend hours deciding over which movie to watch. Our smart AI-driven
algorithms
will help
you
choose exciting and thrilling movies for your next movie night with your buddies. Lets get the popcorn
buckets
ready!
</p>
</div>
</section>
<!--latest-movies---------------------->
<section id="latest" class="background-black" style="padding-bottom: 4em;">
<h2 class="latest-heading" style="margin-bottom: 1.5em; margin-top: 1em;">Trending Movies</h2>
<div class="container">
<div class="columns is-multiline">
<div class="column is-4">
<img src="images-static/m-1.png" id="random__movie__card__1__image">
<div class="about-content" id="name-1"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Judas and Black Messiah
</p>
<p class="genre-movie" style="font-size: 1em;">Biography, Drama, History</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-2.png" id="random__movie__card__2__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">SAS: Red Notice</p>
<p class="genre-movie" style="font-size: 1em;">Action</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-3.png" id="random__movie__card__3__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Godzilla vs. Kong</p>
<p class="genre-movie" style="font-size: 1em;">Action, Sci-fi, Thriller</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-4.png" id="random__movie__card__4__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">In the Heights</p>
<p class="genre-movie" style="font-size: 1em;">Drama, Music, Musical</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-5.png" id="random__movie__card__5__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Chaos Walking</p>
<p class="genre-movie" style="font-size: 1em;">Action, Adventure</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-6.png" id="random__movie__card__6__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Moxie</p>
<p class="genre-movie" style="font-size: 1em;">Comedy, Drama, Music</p>
</div>
</div>
<div class="column is-4">
<img src="images-static/m-7.png" id="random__movie__card__7__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Boss Level</p>
<p class="genre-movie" style="font-size: 1em;">Action, Mystery, Sci-Fi</p>
</div>
</div>
<div class="column is-4">
<img src="https://raw.githubusercontent.com/aditya-dk7/movieAPI/main/resized_image_api/1.png" id="random__movie__card__8__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">Zack Snyder's Justice</p>
<p class="genre-movie" style="font-size: 1em;">Action</p>
</div>
</div>
<div class="column is-4">
<img src="https://github.com/aditya-dk7/IWP-Webpage/blob/main/images/13.png?raw=true" id="random__movie__card__9__image">
<div class="about-content"
style="padding: 18px 16px; background-color: #EFE8D8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<p class="heading-movie" style="font-size: 1.2em; font-weight: 600;">The Mauritanian</p>
<p class="genre-movie" style="font-size: 1em;">Drama</p>
</div>
</div>
</div>
</div>
</section>
<!--footer------------------>
<footer style="display: flex; justify-content: space-between; padding: 1em 3em;">
<p>All rights reserved to VIT Bhopal</p>
<p>Copyright 2021 - Blockbuster Inc.</p>
</footer>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 2500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
</body>
</html>