-
Notifications
You must be signed in to change notification settings - Fork 19
/
about.php
160 lines (124 loc) · 7.86 KB
/
about.php
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
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<!-- Css Styles -->
<meta charset="UTF-8">
<meta name="description" content="Male_Fashion Template">
<meta name="keywords" content="Male_Fashion, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Page</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/nice-select.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type=" text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<?php
include("header.php");
?>
<section id="aboutUs">
<div class="container">
<div class="heading text-left">
<!-- Heading -->
<div>
<h2><u>About Us</u></h2>
</div>
<div class="wel_line"><center><h3>WELCOME TO INOX THEATER </h3></center></div>
</div>
<div class="row feature design">
<div class="area1 columns left">
<h5>INOX Theater is the most recognisable film exhibition brands in the country which has high standards of ‘Luxury’, ‘Service’ & ‘Technology’.</h5>
<p>Currently with a Cinema circuit of 450 + screens spread across 100+ properties covering 100+ cities across the country.
The best thing about using it is the simplicity and ease with which a person can book the tickets online.Coming from Chennai, that has a rich legacy of cinema, we are a theatre chain with a passion for experiences and an even bigger passion to share them with our customers. We understand the joy of watching our favourite stories come alive on the big screen, and believe that it is our duty to go the extra mile to make this experience as immersive as we possibly can!
The company was instrumental in bringing computer-based digital non-linear editing to India with Avid Technology, transforming the industry and forever changing the way Indian film and television programs were edited. The company subsequently brought digital cinema sound to India with DTS and helped Indian cinema leapfrog a generation, form mono sound directly to digital.
<br>
It is available for 24 X 7 hours. </p>
</div>
<div class="area2 columns feature-media left"> <img src="image/Online-Movie-Ticket-Booking-Banner-1-1280x720.jpg" alt="" width="100%"> </div>
</div>
</div>
</section>
<div class="dvCapacity">
<div class="CapacityHead">
SERVING HAPPINESS
</div>
<div class="CapHorizon">
</div>
<div class="PatronStruc">
<div class="row">
<div class="col-md-4">
<div class="dvPatron">
<img src="image/unnamed.jpg" class="resize" alt="#" />
</div>
<div class="dvPatConetnt">
<div class="dvPatronDesc">
<div class="dvPatronDescHead">
Luxury
</div>
<div class="dvPatronDescText">
Inox theater is a leading chain of multiplex spread over Gujarat.The multiplex shows Hindi and English movies. It caters best in class cinematic experience to its patrons.
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="dvPatron">
<img src="image/food_epicurious1-1-1d876222fa3d4f92.jpg" alt="#" />
</div>
<div class="dvPatConetnt">
<div class="dvPatronDesc">
<div class="dvPatronDescHead">
Service
</div>
<div class="dvPatronDescText">
Weekend popcorn,cold drinks,snacks and 'masala' on screen.We are committed to provide our guests with an unparalleled cinema journey, which is underlined by the warmth of our top notch service
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="dvPatron">
<img src="image/capacity-technology.jpg" class="resize" alt="#" />
</div>
<div class="dvPatConetnt">
<div class="dvPatronDesc">
<div class="dvPatronDescHead">
Technology
</div>
<div class="dvPatronDescText">
Be it projection &
sound or our advanced cinema formats or reservations, check-ins & food ordering, we aim to amplify your experience with the finest use of technology
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include("footer.php");
?>
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>