-
Notifications
You must be signed in to change notification settings - Fork 0
/
bottom.php
63 lines (61 loc) · 2.63 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
<div class="fotter">
<div class="container">
<div class="fotter-grids">
<div class="col-md-4 fotter-left">
<img src="images/logo2.png" alt="">
<p style="text-align:justify">THIS PROJECT IS BROUGHT TO YOU BY CODE-PROJECTS. VISIT CODE-PROJECTS FOR MORE PROJECTS, TUTORIALS AND MORE. . LOG ON TO : www.code-projects.org </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 9779730479.</a></li></ul> </div>
<h3>why makemytrip?</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:70px">
<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>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="copyright text-right">
<p style="padding-right:100px">BROUGHT TO YOU BY : CODE-PROJECTS</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>