Initial Commit
This commit is contained in:
23
resources/views/layout/footer.blade.php
Normal file
23
resources/views/layout/footer.blade.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user