-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbottom.php
68 lines (64 loc) · 3.11 KB
/
bottom.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
<div class="fotter">
<div class="container">
<div class="fotter-grids">
<div class="col-md-4 fotter-left">
<img src="images/fotter-logo.png" alt="">
<p style="text-align:justify">I am KUNDAN KUMAR, your tour director for your next tour. I have been working as a guide for the last five years with many groups around the most important places in India. This blog is for me, but sharing it with you, it is also for you, so you can find useful information for your next tour. This is my wish. </p>
</div>
<div class="col-md-4 fotter-middle">
<h3>Questions About Our Tours?</h3>
<div class="footer-list">
<ul>
<li style="text-align:justify"><a href="#"><span></span>
Our Customer Service Department is always happy to answer any questions you might have. Please visit our Contact Page to contact us or call us at 9122607316.</a></li></ul> </div>
<h3>why we are?</h3>
<div class="footer-list">
<ul>
<li style="text-align:justify"><a href="#"><span></span>Customer Satisfaction<br/></a></li>
<li style="text-align:justify"><a href="#"><span></span>Superior customer service, 24x7 Dedicated helpline and over 5 million delighted customers & still growing.<br/></a></li>
<li style="text-align:justify"><a href="#"><span></span>Best Deals Guaranteed<br/></a></li>
<li style="text-align:justify"><a href="#"><span></span>Great experiences at lowest prices guaranteed.<br/></a></li>
</a></li> </ul>
</div>
</div>
<div class="col-md-4 fotter-right" style="padding-left:15%">
<h3>Why buy from us?</h3><br/>
<div class="footer-list">
<ul>
<li style="color:#FFF"><a href="#" style="color:#FFF"><span></span> Payment Security</a></li>
<li style="color:#FFF"><a href="#" style="color:#FFF"><span></span> Travel Guide</a></li>
<li style="color:#FFF"><a href="#" style="color:#FFF"><span></span> Social Responsibility</a></li>
</ul> </div></div>
<div class="social-icons">
<a href="#"><span class="facebook"> </span></a>
<a href="#"><span class="twitter"> </span></a>
<a href="#"><span class="googleplus"> </span></a>
<a href="#"><span class="pinterest"> </span></a>
<a href="#"><span class="instagram"> </span></a>
</div>
<div class="clearfix"></div><br>
<!-- <form align="center" action="#" method="post">
<h4 align="center">Sign up for our Newsletter
<input type="email" name="Email" placeholder="Enter your email..." required="">
<input type="submit" value="Submit"></h4>
</form> -->
</div>
<div class="clearfix"></div>
</div>
<div class="copyright text-right">
<p style="padding-right:3%">Devloped by:KUNDAN,SURYA AND CHAITRA</p>
</div>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.nav.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#nav').onePageNav({
begin: function() {
console.log('start')
},
end: function() {
console.log('stop')
}
});
});
</script>