23 lines
923 B
PHP
23 lines
923 B
PHP
<footer class="footer-distributed">
|
|
<div class="container">
|
|
<div class="footer-right">
|
|
<!-- <p><span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=4YeGQJyydUcXfgYPaDjEqhST5vLFxix7Ko8NSASTBziYliwFqt7Ou3trqNtv"></script></span></p> -->
|
|
<!-- <a href="#"><i class="fa fa-twitter"></i></a>
|
|
<a href="#"><i class="fa fa-linkedin"></i></a>
|
|
<a href="#"><i class="fa fa-github"></i></a> -->
|
|
|
|
</div>
|
|
|
|
<div class="footer-left">
|
|
|
|
<p class="footer-links">
|
|
<a href="#">Privacy</a>
|
|
·
|
|
<a href="#">Terms of Use</a>
|
|
·
|
|
<a href="#">Contact</a>
|
|
</p>
|
|
<p>CREW © <?php echo date('Y') ?> · Powered by <a href="http://crewsportswear.com">crewsportswear.com</a></p>
|
|
</div>
|
|
</div>
|
|
</footer>
|