-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinthreater.html
126 lines (114 loc) · 4.31 KB
/
inthreater.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
<!DOCTYPE html>
<head>
<title>inthreater</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href="css/showYtVideo.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="shell">
<div id="header">
<h1 id="logo"><a href="index.html">CineView</a></h1>
<div id="navigation">
<tr>
<td colspan="1" height="50" align="left">
<h1 id="login"><a href="login.html">Login</a></h1>
</td>
<td colspan="1" height="50" align="left">
<h1 id="reg"><a href="registration.html">Registration</a></h1>
</td>
</tr>
<br>
<br>
<br>
<ul><!-- unordered list-->
<li><a href="index.html">HOME</a></li>
<li><a href="https://screenrant.com/movie-news/">NEWS</a></li>
<li><a href="inthreater.html">IN THEATERS</a></li>
<li><a href="bookticket.html">BOOK TICKET</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<br><br>
<br><br>
<br><br>
<div class="slideshow-container">
<br><br>
<div class="mySlidesfade1">
<img src="css/images/poc1.jpg" height="300" width="50%" >
<div class="text">
<ul>
<li>Movie name : pirates of the caribbean dead men tell no tales</li>
<li>Director : Joachim Rønning</li>
<li>Genere : Fantasy/Action movie</li>
<li>Movie Venue: QFX,Trademall</li>
<li>Time :12:00-3:00 <script></script></li>
<li><a href="bookticket.html">BOOK TICKET</a></li><!-- link to book ticket page -->
</ul>
</div>
</div>
<div class="mySlidesfade1">
<img src="css/images/GOG.jpg" height="300" width="50%">
<div class="text">
<ul>
<li>Movie name : Galaxy Of the Gaurdians vol.2</li>
<li>Director : Sudeep Tiwari</li>
<li>Genere : Hollywood Action sci-fi movie</li>
<li>Movie Venue: QFX,Trademall</li>
<li>Time :12:00-3:00 <script></script></li>
<li><a href="bookticket.html">BOOK TICKET</a></li><!-- link to book ticket page -->
</ul>
</div>
</div>
<div class="mySlidesfade1">
<img src="css/images/TM.jpg" height="300" width="50%">
<div class="text">
<ul>
<li>Movie name : The Mummy</li>
<li>Director : James Gunn</li>
<li>Genere : 3D Horror Movie</li>
<li>Movie Venue: QFX,Trademall</li>
<li>Time:4:00-7:00<script></script></li>
<li><a href="bookticket.html">BOOK TICKET</a></li><!-- link to book ticket page -->
</ul>
</div>
</div>
<div class="mySlidesfade1">
<img src="css/images/WM.jpg" height="350" width="50%">
<div class="text">
<ul>
<li>Movie name : Wonder Women</li>
<li>Director : Patty Jenkins</li>
<li>Genere : Marvel's Action Movie</li>
<li>Movie Venue: QFX,Trademall</li>
<li>Time :3:00-6:00<script></script></li>
<li><a href="bookticket.html">BOOK TICKET</a></li><!-- link to book ticket page -->
</ul>
</div>
</div>
</div>
<br>
<center>
<a href="https://www.facebook.com/cineviewofficial/"><img src="css/social icons/facebook.png" height="30" width="30"></a>
<a href="https://twitter.com/cineviewstudios?lang=en"><img src="css/social icons/twitter.png" height="30" width="30"></a>
<a href="https://www.youtube.com/channel/UCvKH0gaq9Pn6JVJPBknZA9Q"><img src="css/social icons/youtube.png" height="30" width="30"></a>
<a href="https://www.instagram.com/cineview/?hl=en"><img src="css/social icons/instagram.png" height="30" width="30"></a>
</center>
<br>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/jquery.showYtVideo.js"></script>
<script>
jQuery(document).ready(function ($) {
$('.show-video').on('click', function () {
var id = this.id;
$.showYtVideo({
videoId: id
});
});
});
</script>
<!-- END PAGE SOURCE -->
</body>
</html>