forked from kalyanm72/Online-Bus-Booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
296 lines (281 loc) · 11.3 KB
/
support.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
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>KSM Booking</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/carousel.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/owl.carousel.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
var owl = $("#owl-demo");
owl.owlCarousel({
items :4, //10 items above 1000px browser width
itemsDesktop : [1000,4], //5 items between 1000px and 901px
itemsDesktopSmall : [900,3], // 3 items betweem 900px and 601px
itemsTablet: [600,2], //2 items between 600 and 0;
itemsMobile : false // itemsMobile disabled - inherit from itemsTablet option
});
// Custom Navigation Events
$(".next").click(function(){
owl.trigger('owl.next');
})
$(".prev").click(function(){
owl.trigger('owl.prev');
})
});
</script>
<script type="text/javascript">
// Login Form
$(function() {
var button = $('#loginButton');
var box = $('#loginBox');
var form = $('#loginForm');
button.removeAttr('href');
button.mouseup(function(login) {
box.toggle();
button.toggleClass('active');
});
form.mouseup(function() {
return false;
});
$(this).mouseup(function(login) {
if(!($(login.target).parent('#loginButton').length > 0)) {
button.removeClass('active');
box.hide();
}
});
});
</script>
</head>
<body>
<!-- Start Header -->
<div class="header">
<div class="header-top">
<div class="wrap">
<div class="header-top-left">
<p>Support: +0123456789</p>
</div>
<div class="header-top-right">
<ul>
<li><a href"#"><i class="fa fa-comments"></i>Sales Chat</a></li>
<li class="login">
<div id="loginContainer">
<a href="#" id="loginButton"><span><i class="fa fa-lock"></i>Login</span></a>
<div id="loginBox" class="login-form">
<h3>Login into Your Account</h3>
<form id="loginForm">
<span>
<i><img src="images/user.png" alt="" /></i>
<input type="text" value="[email protected]" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = '[email protected]';}">
</span>
<span>
<i><img src="images/lock.png" alt="" /></i>
<input type="password" value="........." onfocus="this.value = '';" onblur="if (this.value == '') {this.value = '.........';}">
</span>
<input type="submit" value="Login">
</form>
</div>
</div>
</li>
<li><a href="#" ><i class="fa fa-sign-in"></i>Sign Up</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div class="header-logo-nav">
<div class="navbar navbar-inverse navbar-static-top nav-bg" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo"> <a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="" /></a></div>
<div class="clear"></div>
</div>
<div class="collapse navbar-collapse">
<ul class=" menu nav navbar-nav">
<li ><a href="index.html">Home</a></li>
<li ><a href="about.html">About us</a></li>
<li><a href="#.html">My Booking</a></li>
<li><a href="#.html">Cancellation</a></li>
<li class="active"><a href="support.html">Support</a></li>
<li ><a href="contact.html">Contact Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!-- End Header -->
<!-- Start Main Content -->
<div class="main">
<div class="wrap">
<div class="support support2">
<div class="container-fluid">
<div class="row">
<div class="col-lg-10">
<h2>24/7 Service & Support</h2>
<p>Our toll free number will be available 24/7 in case of any emergency.</p>
</div>
<div class="col-lg-2">
<p><a class="read-more" href="#">Live Chat</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="testimonials-news">
<div class="clients">
<h2>What Our Customers are Saying</h2>
<div class="testimonials">
<div id="carousel-demo">
<div class="wrap">
<div id="owl-demo" class="owl-carousel">
<div class="item">
<img class="img-circle" src="images/clints-img.png" alt="" />
<h3>Niket Raj</h3>
<p>“Fast and Good booking facilities.”</p>
</div>
<div class="item">
<img class="img-circle" src="images/clints-img.png" alt="" />
<h3>Naveen Jain</h3>
<p>“Best refunding facilities.”</p>
</div>
<div class="item">
<img class="img-circle" src="images/clints-img.png" alt="" />
<h3>Krithika</h3>
<p>“Great service available at cheaper rates.”</p>
</div>
<div class="item">
<img class="img-circle" src="images/clints-img.png" alt="" />
<h3>Karishma Rathode</h3>
<p>“Not bad.But, can improvise.”</p>
</div>
<div class="item">
<img class="img-circle" src="images/clints-img.png" alt="" />
<h3>Shrey Agarwal</h3>
<p>“Festival offers are amazing.”</p>
</div>
</div>
</div>
<div class="customNavigation">
<a class="btn prev"><i class="fa fa-chevron-left"></i></a>
<a class="btn next"><i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
<div class="news">
<div class="wrap">
<h2>News</h2>
<div class="row">
<div class="col-lg-3 news-grid">
<img src="images/news-img.jpg" alt="" />
<div class="news-desc">
<h2>Flash News</h2>
<p>Deepavali offers 20% off for those <br>who have booked more than <br>10 times in our website.</p>
<div class="news-desc-bottom">
<div class="clear"></div>
</div>
<div class="image-icon"><span><i class="fa fa-align-left"></i></span></div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3 news-grid news-grid-middle">
<img src="images/news-img.jpg" alt="" />
<div class="news-desc">
<h2>Recent News</h2>
<p> Volvo from Bangalore to Mangalore for today has been canceled due to land slide in charmudi ghat. Please cope up with the situation.</p>
<div class="news-desc-bottom">
<div class="clear"></div>
</div>
<div class="image-icon"><span><i class="fa fa-align-left"></i></span></div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3 news-grid">
<img src="images/news-img.jpg" alt="" />
<div class="news-desc">
<h2>Cancellation News</h2>
<p>Cancellation is allowed. But only 80% of the<br> total amout paid will be credited <br> back to your account .</p>
<div class="news-desc-bottom">
<div class="clear"></div>
</div>
<div class="image-icon"><span><i class="fa fa-align-left"></i></span></div>
</div>
</div><!-- /.col-lg-4 -->
</div>
</div>
</div>
</div>
<!-- End Main Content -->
<!-- Start Footer -->
<span class="footer-arrow"></span>
<div class="footer">
<div class="wrap">
<div class="row">
<div class="col-lg-6">
<h2>About KSM Booking</h2>
<p>KSM bus booking is an Online Bus Booking by the Our team. Any issues can be brought up to the judicial of the District & Sessions Court, Gwalior. </p>
<ul class="links">
<li><a href="about.html">About</a> /</li>
<li><a href="#">Term of Services</a> </li>
</ul>
</div>
<div class="col-lg-6">
<div class="products-list">
<ul>
</ul>
<ul>
</ul>
<div class="clear"></div>
</div>
<div class="subscribe">
<form>
<input type="text" placeholder="[email protected]" />
<input type="submit" value="Subscribe" />
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="wrap">
<div class="copy-right">
<p>KSM Booking Copyright © 2019-2022 all right reserved. </p>
</div>
<div class="social-icons">
<ul>
<li><a href="http://www.twitter.com"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://www.google.com"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
<li><a href="http://www.linkedin.com"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<!-- End Footer -->
</body>
</html>