-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·106 lines (106 loc) · 5.15 KB
/
footer.php
File metadata and controls
executable file
·106 lines (106 loc) · 5.15 KB
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
<footer class="site-footer">
<div class="container text-center smtx">
<!-- Allow the contact us be at the foremost left hand side-->
<div class="col-sm-12">
<div class="hvr-grow col-sm-4 whbx">
<span class="fa fa-motorcycle"> </span>
<h4> SAME DAY DELIVERY</h4>
</div>
<div class="hvr-grow col-sm-4 whbx">
<span class="fa fa-rotate-left"> </span>
<h4> 7 DAYS RETURN</h4>
</div>
<div class="hvr-grow col-sm-4 whbx">
<span class="fa fa-money"> </span>
<h4> SELL ON GAMETRADE</h4>
</div>
</div>
</div>
<div class="container " style=" background-color: #555">
<div class="row second">
<!-- Allow the contact us be at the foremost left hand side-->
<div class="col-md-3 col-sm-6 col-xs-12 fbox">
<h4>GET IN TOUCH</h4>
<p><a href="#x"><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> KM 10, Idiroko
Road</a></p>
<p><a href="tel:+2348159827634"><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>
+234 815 9827 634</a></p>
<p><a href="mailto:info@gameexchange.com"><span class="glyphicon glyphicon-envelope"
aria-hidden="true"></span> support@gameexchange.com</a></p>
<p>
<a href="#x" class="pad fa fa-facebook"></a>
<a href="#x" class="pad fa fa-instagram"></a>
<a href="#x" class="pad fa fa-twitter"></a>
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 fbox">
<h4>COMPANY</h4>
<p><a href="aboutus.php"> About Us</a></p>
<p><a href="#x">How it Works</a></p>
<p><a href="#x">Our Services</a></p>
<p><a href="contact.php"> Contact Us</a></p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 fbox">
<h4>HELP</h4>
<p><a href="faq.php"> FAQs</a></p>
<p><a href="track-order.php"> Track Order</a></p>
<p><a href="#xreturn"> Returns</a></p>
<p><a href="#xdelivery"> Support Tickets</a></p>
<p><a href="signup-merchant.php" target="_blank" class="merchant"> Become a Merchant <i
class="fa fa-external-link"></i></a></p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 fbox">
<h4>JOIN OUR NEWSLETTER</h4>
<div class="block-footer block-5">
<div class=" block-subscribe">
<div class="block-content">
<form action="https://www.gameexchange.com/index.php/newsletter/subscriber/new/"
method="post" id="newsletter-validate-detail">
<div class="newsletter-content">
<div class="form-subscribe-header">
<p>Receive coupons, exclusive offers, discounts and more from us.</p>
</div>
<div class="news-content-inner">
<div class="input-box">
<input type="text" name="email" id="newsletter"
title="Sign up for our newsletter" placeholder="Enter Email" required>
</div>
<div class="actions">
<button type="submit" title="Subscribe" class="button">
<span><span>Subscribe</span></span></button>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript">
//<![CDATA[
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
//]]>
</script>
</div>
</div>
</div>
</div>
</div>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<span>
<p class="pull-left">© <script>
document.write(new Date().getFullYear());
</script> GAMETRADE ALL RIGHTS RESERVED |</p>
<a href="#x">
<p>  Privacy Policy |
<p>
</a>
<a href="#x">
<p>  Terms of Service <p>
</a>
</span>
</div>
</div>
</div>
</div>
</footer>