-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathABOUT.php
More file actions
89 lines (79 loc) · 3.05 KB
/
Copy pathABOUT.php
File metadata and controls
89 lines (79 loc) · 3.05 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
<html>
<head>
<title>About US</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/about.css">
<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="">
</head>
<body>
<div class="about-bg page-head parallax overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_title text-center">
<h3>About us</h3>
</div>
</div>
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li>|</li>
<li>About</li>
</ol>
</div>
</div>
</div>
</div>
<div class="about-area pad90">
<div class="container">
<div class="row">
<div class="col=md-12">
<div class="section_title text-center">
<div class="title-bar full-width mb-20">
<img class="tiles" src="images/au1.jpg">
</div>
<h3>Welcome to the easiest booking path!</h3>
<p style="width 50%">Book yourself a seat or for an event from HOME itself!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-12">
<div >
<div >
<p>Don't worry if you don't have an internet connection, our ticketing centres are there for help</p><br>
</div>
<div >
<span><i class="fa fa fa-stop-circle"></i>360 view and 3d audio</span>
<p>UCSC auditorium</p>
</div>
<div >
<span><i class="fa fa fa-stop-circle"></i>Address</span>
<p>UCSC Building Complex, 35 ,Reid Avenue, Colombo 7. </p>
</div>
<div >
<span><i class="fa fa fa-stop-circle"></i>Most comfortable seating arrangement</span>
<p>UCSC auditorium</p>
</div>
<div >
<h4><p>A solution to all the trouble you'vr been through, if you join with us with just one click, you cal select the seat you prefer and book. Not just that you can view the 360 view and listen to the 3d audio at that seat too! You can also book the auditorium for an event too!</p></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="about-open">
<div class="open-hr text-center">
<h3></h3>
</div>
<div class="open-img">
<img class=tiles src="images/au3.jpg">
</div>
</div>
</div>
</div>
</div>
</body>
</html>