-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_footer.php
More file actions
17 lines (15 loc) · 769 Bytes
/
_footer.php
File metadata and controls
17 lines (15 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<nav class="navbar navbar-default navbar-bottom">
<div class="container-fluid">
<ul class="nav navbar-nav bottom-nav-flex">
<li class="social"><a href="http://www.twitter.com/halfghaninNE" target="_blank"><span class="icon icon-twitter"></span></a></li>
<li class="social"><a href="http://www.github.com/halfghaninNE" target="_blank"><span class="icon icon-github"></span></a></li>
<li class="social"><a href="http://www.linkedin.com/in/alexandrajmh" target="_blank"><span class="icon icon-linkedin"></span></a></li>
</ul>
</div>
</nav>
<script src="js/jquery.min.js"></script>
<script src="js/toolkit.js"></script>
<script src="js/application.js"></script>
<script src="js/custom.js"></script>
</body>
</html>