Created
April 27, 2016 00:18
-
-
Save ChadTaljaardt/cf60b42b214b48d7b3a33e0f0fe31efe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Footer | |
=================================================== --> | |
<footer class="footer-block"> | |
<!-- Bottom --> | |
<div class="footer-bottom invert-colors bcolor-bg"> | |
<!-- Container --> | |
<div class="container"> | |
<span class="copy-text">© 2016 Jacqueline Bell Jewellery. {{ $Counter->inc() }}</span> | |
<!-- hlinks --> | |
<ul class="hlinks pull-right"> | |
<li><a href="/about">About</a></li> | |
<li><a href="/contact">Support</a></li> | |
@if (Auth::guest()) | |
<li><a href="/login">Login</a></li> | |
<li><a href="/register">Sign Up</a></li> | |
@endif | |
</ul> | |
<!-- /hlinks --> | |
</div> | |
<!-- /Container --> | |
</div> | |
<!-- /Bottom --> | |
</footer> | |
<!-- /Footer | |
=================================================== --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment