Skip to content

Instantly share code, notes, and snippets.

@aj-willi
Created February 16, 2017 19:18
Show Gist options
  • Save aj-willi/c6d90191ef236037d96ffc5790c18230 to your computer and use it in GitHub Desktop.
Save aj-willi/c6d90191ef236037d96ffc5790c18230 to your computer and use it in GitHub Desktop.
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://github.com/aj-willi">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted" style="font:12px 'Droid Sans Mono'; color: #fff; text-shadow: 1px 1px 1px #000000;">Copyright © 2017-2020 ajwilli.com. All rights reserved.</p>
</div>
</div>
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment