-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfooter.php
64 lines (59 loc) · 2.14 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
<footer class="footer" style="z-index: 5;">
<div class="container text-white">
<div class="row">
<div class="col-6 col-sm-3">
<ul class="text-white"><h6>Company</h6>
<li>
<a href="aboutus.php" class="text-white"> About Us</a>
</li>
<li>
<a href="aboutus.php" class="text-white"> Partners</a>
</li>
<li>
<a href="ourteam.php" class="text-white"> Our Team </a>
</li>
<li>
<a href="faq.php" class="text-white"> FAQs </a>
</li>
<li>
<a href="contactus.php" class="text-white"> Contact Us </a>
</li>
</ul>
</div>
<div class="col-6 col-sm-3">
<ul class="text-white"> <h6>Community</h6>
<li>
<a href="blog.php" class="text-white">Blogs</a>
</li>
<li>
<a href="#" class="text-white"> Press</a>
</li>
</ul>
</div>
<div class="col-6 col-sm-3">
<ul class="text-white"> <h6>Services</h6>
<li>
<a href="editorial.php" class="text-white">Edit</a>
</li>
<li>
<a href="sellphotos.php" class="text-white">Sell</a>
</li>
<li>
<a href="buyernew.php" class="text-white">Buy</a>
</li>
<li>
<a href="Upload.php" class="text-white">Upload</a>
</li>
</ul>
</div>
<div class="col-6 col-sm-3"> <h6>Follow Us</h6>
<a href="http://facebook.com/"><i class="fa fa-facebook-official fa-2x footericon" aria-hidden="true"></i></a>
<a href="http://twitter.com/"><i class="fa fa-twitter-square fa-2x footericon" aria-hidden="true"></i></a>
<a href="#/"><i class="fa fa-google-plus-square fa-2x footericon" aria-hidden="true"></i></a><br><br>
<div id="google_translate_element"></div>
</div>
</div>
</div>
<hr color="White">
<center><p style="padding-bottom: 15px;"><font color="White"><a href="terms&conditions.php">Terms & Conditions </a>| Copyright © 2018 <a href="http://sourceuscorporation.com/"><b>SUCO TECHNOLOGIES.</b></a> All Rights Reserved. </font></p></center>
</footer>