Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChadTaljaardt/cf60b42b214b48d7b3a33e0f0fe31efe to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/cf60b42b214b48d7b3a33e0f0fe31efe to your computer and use it in GitHub Desktop.
<!-- Footer
=================================================== -->
<footer class="footer-block">
<!-- Bottom -->
<div class="footer-bottom invert-colors bcolor-bg">
<!-- Container -->
<div class="container">
<span class="copy-text">&copy; 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