Files
crewsportswear/resources/views/layout/footer.blade.php
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

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 &copy; <?php echo date('Y') ?> · Powered by <a href="http://crewsportswear.com">crewsportswear.com</a></p>
</div>
</div>
</footer>