-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompantfooter.html
382 lines (253 loc) · 12.9 KB
/
compantfooter.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- META DATA -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--font-family-->
<link href="https://fonts.googleapis.com/css?family=Rufina:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--location search-->
<link rel="stylesheet" href="location.css" />
<link rel="stylesheet" href="accor.css" />
<script type="text/javascript" src="https://gc.kis.v2.scr.kaspersky-labs.com/22CF66D4-3A7B-2749-A374-05CB299DFBB1/main.js" charset="UTF-8"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
.bs-example{
margin: 20px;
}
</style>
<!-- TITLE OF SITE -->
<title>ASK ME Trip</title>
<!-- favicon img -->
<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png"/>
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css" />
<!--hover.css-->
<link rel="stylesheet" href="assets/css/hover-min.css">
<!--datepicker.css-->
<link rel="stylesheet" href="assets/css/datepicker.css" >
<!--owl.carousel.css-->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css"/>
<!-- range css-->
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- bootsnav -->
<link rel="stylesheet" href="assets/css/bootsnav.css"/>
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css" />
<!--footer-->
<link rel="stylesheet" href="final.css" />
<!--offers-->
<link rel="stylesheet" href="trying.css" />
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade
your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- main-menu Start -->
<header class="top-area">
<div class="header-area">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="logo">
<a href="index.html">
AskMeTrip
</a>
<p>Trip with Learning</p>
</div><!-- /.logo-->
</div><!-- /.col-->
<div class="col-sm-10">
<div class="main-menu">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button><!-- / button-->
</div><!-- /.navbar-header-->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="abnew.html">ABOUT US</a></li>
<li><a href="pwu.html">Partner with us</a></li>
<li><a href="">Gallery</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.main-menu-->
</div><!-- /.col-->
</div><!-- /.row -->
<div class="home-border"></div><!-- /.home-border-->
</div><!-- /.container-->
</div><!-- /.header-area -->
</header><!-- /.top-area-->
<!-- main-menu End -->
<div class="container-full">
<div class="row">
<img src="ab.jpg" alt="pic" width=1500px height=500px style="border:5px solid black;margin:5px 5px 10px 20px"></div></div>-->
<div class="container">
<div class="row" style="padding:20px 20px 20px 20px">
<h2>AboutUS</h2><br>
<b><p><h3>"We believe in education through travel, and to travel, to experience and learn, that is to live."<h3></p></b><br>
<h3><p>Askmetrip ensures best travel experience with learnings and raw exploration. </p><br><p>We make sure that your each travel experience comes with deep knowledge and enhancement of skills.</p><br><p> We make constant efforts to provide top class services that create a perfect travel experience for you.</p><br><p> Based in Udaipur, the company was established in the year 2017 and has quickly emerged as a popular choice among many and has scaled new heights in the less time.</p><br>
</h3>
</section><!--/.about-us-->
<!--about-us end -->
<h2>WhyUS</h2><br>
<b><p><h3> We think you deserve a journey that moves you—and surprises you—at every turn.<h3></p></b><br>
<h2><p> We offer you the best trips through our knowledge and experience.<p><br>
<p>Our expertise in group trip planning and our client first approach helps us to give special attention to all your needs and necessities.</p><br>
<p>Our policy is to provide the best services at affordable prices for group trips, so you can enjoy the best moments with your friends and family without any </p><br>
<p>Our policy is to provide the best services at affordable prices for group trips, so you can enjoy the best moments with your friends and family without any worry!</p><br>
<p>We promote exploring and discovering something new all the time. </p><br>
<p> We always visit the locations and hotels ourselves before suggesting them to our clients. </p><br>
<p> We consider it our topmost priority to address all queries to our client’s satisfaction at all times.</p><br>
<p> We also offer industrial and educational trips to cater to the needs of educational institutions. </p><br>
</h2>
</section><!--/.why-us-->
<!--why--us end -->
<h2>Vision:</h2><br>
<h3><p> To have a raw travel space where we explore places with enthusiasm, learn with integrity and make real life experiences for all our fellow travellers.</p><br>
</h3>
</section><!--/.why-us-->
<!--why--us end -->
<h2>Philosophy:</h2><br>
<h3><p> CONNECT, HAVE FUN AND MAKE EXPERIENCES.</p>
</h3>
</section><!--/.why-us-->
<!--why--us end -->
<section id="Miss" class="ab">
<h2>Mission:</h2><br>
<h3><p> To be the best travel space that revolutionizes the traveling by connecting it to learnings, fun and aims at making raw experiences.</p>
</h3>
</section><!--/.why-us-->
<!--why--us end -->
</div>
</div><!--/.about-us-txt-->
</div><!--/.single-about-us-->
</div><!--/.col-->
<div class="container-full" style="background-color:black;>
<div class="container">
<div class="row" style="padding-left:150px;">
<div class="col-sm-2" style="padding-top:10px">
<img src="Logo.png" height=100px width=100px>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="compantfooter.html"> COMPANY </a></p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="careers.html"> CAREERS</a>
</p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="">CONTACT US</a></p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"> <a href="">BLOGS</a></p>
</div>
</div>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-2" "><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
<!-- <li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
--></ul>
</div>
</div>
<div class="col-sm-2"><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<!-- <li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
--> <li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
<!-- <li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
--></ul>
</div>
</div>
<div class="col-sm-2"><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<!-- <li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
--> <li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div> <!-- end of social links -->
<div class="row" style="padding-top:15px; color:white;">
<center>© 2018 <a href="https://www.themesine.com">
<font-family="Clan Pro Narrbold">AskMeTrip</a></center></p>
</div>
<div class="row">
<p ><center style="color:white;padding-bottom:10px;">All Right Reserved</center></p>
</div>
<!--<div class="col-sm-3"></div><!-- end of 3rd part -->
<!-- <p style="padding-right:20px;"><center>© 2018 <a href="https://www.themesine.com"><font-family="Clan Pro Narrbold">AskMeTrip</a>.</center></p>
<p><center>All Right Reserved</center></p>-->
</div><!--/.foot-icons-->
</div>
</div><!--/.row-->
</div><!--/.footer-content-->
</div>
</div>
</div>
<div id="scroll-Top">
<i class="fa fa-angle-double-up return-to-top" id="scroll-top" data-toggle="tooltip" data-placement="top" title="" data-original-title="Back to Top" aria-hidden="true"></i>
</div><!--/.scroll-Top-->
</div><!-- /.container-->
</footer><!-- /.footer-copyright-->
<!-- footer-copyright end -->
<script src="assets/js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--modernizr.min.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--offers-->
<script src="trying.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!-- jquery.filterizr.min.js -->
<script src="assets/js/jquery.filterizr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--jquery-ui.min.js-->
<script src="assets/js/jquery-ui.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--owl.carousel.js-->
<script src="assets/js/owl.carousel.min.js"></script>
<!--location search.js-->
<script src="location.js"></script>
<script src="dynamicheader.js"></script>
<!-- jquery.sticky.js -->
<script src="assets/js/jquery.sticky.js"></script>
<!--datepicker.js-->
<script src="assets/js/datepicker.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
<!--location search.js-->
<script src="accor.js"></script>
<script src="adddest.js"></script>
<script src="location.js"></script>
</body>
</html>