-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
341 lines (286 loc) · 8.96 KB
/
Home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Meri Ticket-HOME</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
body{
background-image: url("download\ \(1\).jfif");
background-repeat: no-repeat;
background-size: cover;
}
.navbar{
border-radius: 15px;
background-color: black;
margin: 0 auto;
box-shadow: 0 5px 15px #a7a4a2;
}
.navbar li{
float:left;
list-style: none;
margin: 13px 20px;
}
.navbar li a{
padding: 10px 7px;
text-decoration: none;
color: white;
text-align: center;
}
.navbar li a:hover{
background-color: grey;
border-radius: 10px;
cursor:pointer;
}
.navbar input[type=text] {
float: right;
padding: 6px;
border: none;
margin-top: 8px;
margin-right: 16px;
font-size: 17px;
}
.grid-container {
display: grid;
grid-template-columns: 350px auto;
grid-template-rows: 500px;
grid-gap: 7px;
background-color:#aba8a8;
padding: 1px;
}
.grid-container > div {
text-align: center;
padding: 20px 0;
font-size: 30px;
}
.item{
padding-left: 450px;
}
#cnma{
font-family: Garamond;
font-size: 21px;
}
#tme{
font-family: Garamond;
font-size: 21px;
}
.item1{
backface-visibility: hidden;
background-image: url("download\ \(1\).jfif");
background-repeat: no-repeat;
background-size: cover;
}
button{
border-radius: 7px;
margin-top: 10px;
background-color: hsla(351,83%,64%,1);
float: right;
margin-right: 15px;
height: 35px;
}
#bt :hover{
background-color: hsla(351,77%,42%,1);
}
.textOverImage{
width:220px;
height:300px;
display:inline-block;
background-size:cover;
border-radius:4px;
margin:4px;
position:relative;
cursor:pointer;
overflow:hidden;
}
.textOverImage > input{
display:none;
}
.textOverImage > div,.textOverImage > p{
position:absolute;
background-color:rgba(255,255,255,0.8);
bottom:20px;
left:4px;
right:4px;
border-radius:4px;
padding:8px;
overflow:hidden;
opacity:0;
transition:.3s;
}
.textOverImage:hover > p,.textOverImage > input:checked + p + div{
bottom:4px;
opacity:1;
}
.textOverImage > input:checked + p{
bottom:-20px;
opacity:0;
}
.textOverImage > p{
margin:0;
}
p{
font-size: 18px;
}
#cont{
font-size: 20px;
margin-top: 15px;
margin-left: 0px;
}
.fa {
padding: 10px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 10px;
}
.fa:hover {
opacity: 0.8;
}
.fa-facebook {
background: #3B5998;
color: white;
height: 50px;
}
.fa-twitter {
background: #55ACEE;
color: white;
height: 50px;
}
.fa-linkedin {
background: #007bb5;
color: white;
height: 50px;
}
.fa-instagram {
background: #cd486b;
color: white;
height: 50px;
}
#socialink{
padding-top: 60px;
}
.login{
background-color: black;
height: 50px;
width: 80px;
padding-top: 10px;
border-radius: 7px;
margin-left: 130px;
margin-top: 30px;
}
.login:hover{
box-shadow: 0 5px 15px #a7a4a2;
}
</style>
</head>
<body >
<!--Navigation bar-->
<nav class="navbar">
<li><img src="Blue_S_Monogram_Tech_Logo__2_-removebg-preview (2) (2).png" height="50px" width="80px"></li>
<ul>
<div id="cont">
<li><a href="Home.html" class="a"><strong>Home</strong></a></li>
<li><a href="about.html" target="_blank" class="a"><strong>About Us</strong></a></li>
<li><a href="contact.html" target="_blank" class="a"><strong>Contact Us</strong></a></li></div>
<input type="text" placeholder="Search..">
<div id="bt">
<form action="Bookshow.html" target="_blank">
<button type="submit"><p style="color: white"><strong>Book Now</strong></p></button></form></div>
</ul>
</nav>
<br><br>
<!--Moving pictures-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="godzilla-vs-kong-poster-uk-1611321860.jpg" height="108px" width="408px" alt="Los Angeles">
</div>
<div class="item">
<img src="falcon-winter-soldier-image-1.png" height="153px" width="453px" alt="Chicago">
</div>
<div class="item">
<img src="maxresdefault.jpg" height="152px" width="452px" alt="New York">
</div>
<div class="item">
<img src="images.jfif" height="152px" width="452px" alt="movie">
</div>
<div class="item">
<img src="1607664711.png" height="110px" width=" 410px">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div></div>
<br>
<!--Grid container-->
<div class="grid-container">
<div class="item1" style="font-size: 21px">
<div class="login">
<a href="log.html" target="_blank"><p style="color: white"><strong>Login</strong></p></button></form>
</a></div>
<br>
<a href="feedback.html" style="color: white; font-family:cursive; align-content: left" target="_blank"><strong>Feedback</strong><br><br><br></a><div class="socialink">
<p style="color:grey; font-size:15px;">watch guide | Offers | Stream | Gift Cards</p></div>
<hr>
<P style="color: white">Social Links:</P>
<a href="https://www.facebook.com/" class="fa fa-facebook" target="_blank"></a>
<a href="https://ads.twitter.com/login" class="fa fa-twitter" target="_blank"></a>
<a href="https://www.linkedin.com/in/swati-kumari-singh-915965177/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/" class="fa fa-instagram" target="_blank"></a>
<p style="margin-top: 30px; color: grey;font-size: 16px; font-family: cursive;">The content and images used on this site are copyright protected and copyright vests with the respective owners.</p>
</form></div>
<!--Recommended movies-->
<div class="item1"><h2 style="font-family: serif; color: black"><strong>Recommended Movies</strong></h2><br>
<label class="textOverImage" style="background-image:url(download.jfif)">
<input type="checkbox">
<p>The Priest<br>Languages: Korean, English<br>IMDb Rating:8.6/10<br>Rotten tomatoes:98%</p>
<div>
AVAILABLE
</div>
</label>
<label class="textOverImage" style="background-image:url('MV5BZTQzZjMwMDctNGY2OC00ZmU4LTgwYmEtNWIwMjE2Yjc4MmQ1XkEyXkFqcGdeQXVyMTI1NDAzMzM0._V1_UY1200_CR136\,0\,630\,1200_AL_.jpg')">
<input type="checkbox">
<p>Roohi<br>Languages: Hindi<br>IMDb Rating:4.3/10<br>Rotten tomatoes:14%</p>
<div>
AVAILABLE
</div>
</label>
<label class="textOverImage" style="background-image:url('download\ 2.jfif') ">
<input type="checkbox">
<p>Deadly Illusions<br>Languages: English<br>IMDb Rating:3.6/10<br>Rotten tomatoes:9%</p>
<div>
CURRENTLY NOT AVAILABLE
</div>
</label>
<label class="textOverImage" style="background-image:url(joker_full.jpg)">
<input type="checkbox">
<p>Joker<br>Languages: English<br>IMDb Rating:7.0/10<br>Rotten tomatoes:78%</p>
<div>
AVAILABLE
</div>
</label>
</div>
</div>
</body>
</html>