-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
82 lines (75 loc) · 2.67 KB
/
footer.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
69
70
71
72
73
74
75
76
77
78
79
80
81
<!--footer-->
<div class="footer">
<div class="container">
<div class="col-md-3 footer-grid">
<h3>About Us</h3>
<p>If anybody want to save his or her most precious time, he or she should choose the online shopping without thinking any other option</p>
</div>
<div class="col-md-2 col-md-offset-1 footer-grid ">
<h3>Menu</h3>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="feedback.php">Feedback</a></li>
<li><a href="faqs.php">FAQS</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid ">
<h3>Customer Services</h3>
<ul>
<li><a href="shipping.html">Shipping</a></li>
<li><a href="faqs.php">Faqs</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="index.php">Online Shopping</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid">
<h3>My Account</h3>
<ul>
<li><a href="user_login.php">Login</a></li>
<li><a href="user_reg.php">Register</a></li>
<li><a href="manage_user.php">Profile</a></li>
<li><a href="user_dash.php">Dashboard</a></li>
<li><a href="cart.php">Wishlist</a></li>
</ul>
</div>
<div class="clearfix"></div>
<div class="footer-bottom">
<h2 style="padding-left:10px;"><a href="index.html"><b>O<br>N<br>L<br>I<br>N<br>E</b>Shooping<span>Online Shopping Cart</span></a></h2>
<div class=" address">
<div class="col-md-4 fo-grid1">
<p><i class="fa fa-home" aria-hidden="true"></i>Progressive Center, suite # 202-203, 30-A Shahrah-e-Faisal, Karachi, 75400</p>
</div>
<div class="col-md-4 fo-grid1">
<p><i class="fa fa-phone" aria-hidden="true"></i>+3222 682 821 , +3132 905 037</p>
</div>
<div class="col-md-4 fo-grid1">
<p><a href="mailto:abdulmajid22770@gmail.com"><i class="fa fa-envelope-o" aria-hidden="true"></i>abdulmajid22770@gmail.com</a></p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- //footer-->
<!-- smooth scrolling -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- //smooth scrolling -->
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<script type='text/javascript' src="js/jquery.mycart.js"></script>