-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
16 lines (13 loc) · 880 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/chadbaily" class="icon circle fa-linkedin"><span class="label" target="_blank">LinkedIn</span></a></li>
<!-- <li><a href="#" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li> -->
<li><a href="https://bitbucket.org/chadbaily/" class="icon circle fa-bitbucket"><span class="label" target="_blank">Bitbucket</span></a></li>
<li><a href="https://github.com/chadbaily" class="icon circle fa-github"><span class="label" target="_blank">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Chad Baily</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>