-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathservice.php
More file actions
126 lines (113 loc) · 4.88 KB
/
Copy pathservice.php
File metadata and controls
126 lines (113 loc) · 4.88 KB
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
<html>
<head>
<title>service</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="service.css">
<?php include('includes/hedder.php') ?>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-header">
<h2>Our Services</h2>
<p>Facilities we have</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="single-service">
<div class="service-bg service-bg-1">
<h2>Preffered seat selection</h2>
</div>
<div class="service-text">
<p>
For all users the seating arrangement of the auditorium will be visible.
And the available seats will also be visible. users can choose the seat they most prefer.
<a href="" class="btn-area">Read More <i class="fa fa-long-arrow-right"></i></a>
</p>
</div>
<div class="service-bg service-bg-2">
<h2>360 view of seat</h2>
</div>
<div class="service-text">
<p>
users can enter the site and click on the seat they prefer and watch the particular 360 view
of the auditorium from that seat.
<a href="" class="btn-area">Read More <i class="fa fa-long-arrow-right"></i></a>
</p>
</div>
<div class="service-bg service-bg-3">
<h2>3 dimensial audio experience</h2>
</div>
<div class="service-text">
<p>
You can listen to the 3d audio experience you will gain if you choose that particular
seat to book. like wise you might decide on which seat you would prefer according to the sound.
<a href="" class="btn-area">Read More <i class="fa fa-long-arrow-right"></i></a>
</p>
</div>
<div class="service-bg service-bg-4">
<h2>connect through ticket centres</h2>
</div>
<div class="service-text">
<p>
You don't have to worry about not having a computer or internet connection at home.
you can always connect with us through ticketing centres. We are available at several registered centres
you can choose the seat you want and book it through them.
<a href="" class="btn-area">Read More <i class="fa fa-long-arrow-right"></i></a>
</p>
</div>
</div>
</div>
<div class="col-md-8">
<div class="section_title"></div><br>
<div class="section_subtitle">About Us</div>
<h2>WE For <strong>YOU</strong> </h2>
<div class="about-item">
<p>
Shows, going to shows with your family or friends is just pure entertainment. But booking seats,
getting the right comfortable seat with your most preffered view and audio are a great pain in the neck.
We are here to eliminate your pain, yes we provide you with a solution so that you can book yourself a best
seat from home or work within a couple of minutes.
People who host shows, they have loads of work inside their heads. In the midst booking a suitable auditorium with
the right time and date is really hard. WE have a solution for that too. You can view our site and find out the available
dates and time and book the auditorium on your most convenient time.
Yes, we FOR you!
</p>
</div>
<div class="team-section">
<h1>Our Team</h1>
<span class="border"></span>
<div class="ps">
<a href="service.php"target="#p1"><img src="images/nil2.png"></a>
<a href=""target="#p1"><img src="images/navoda.jpg"></a>
<a href=""target="#p1"><img src="images/rajitha.jpg"></a>
<a href=""target="#p1"><img src="images/vidya.jpg"></a>
</div>
<div class="section" id="p1">
<span class="name">Nilakshi</span>
<span class="border"></span>
</div>
<div class="section" id="p2">
<span class="name">Navoda</span>
<span class="border"></span>
</div>
<div class="section" id="p3">
<span class="name">Rajitha</span>
<span class="border"></span>
</div>
<div class="section" id="p4">
<span class="name">Vidya</span>
<span class="border"></span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>