-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
27 lines (27 loc) · 1.5 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="push"></div>
</div>
<div class="footer">
<footer class="page-footer">
<div class="footer-copyright grey darken-3">
<div class="container">© 2015 Jonathan Price
<div style="float:right;height:100%;">
<a class="social-icon-anchor" href="https://keybase.io/pricetx"><i class="social-icon mdi-communication-vpn-key white-text" style="font-size:20px;"></i></a>
</div>
<div style="float:right;height:100%;margin-right:8px;">
<a class="social-icon-anchor" href="https://uk.linkedin.com/in/jonathanpriceuk"><i class="social-icon fa fa-linkedin fa-lg white-text" style="font-size:20px;"></i></a>
</div>
<div style="float:right;height:100%;margin-right:10px;">
<a class="social-icon-anchor" href="https://github.com/pricetx"><i class="social-icon fa fa-github fa-lg white-text"></i></a>
</div>
<div style="float:right;height:100%;margin-right:8px;">
<a class="social-icon-anchor" href="/contact/"><i class="social-icon mdi-communication-email white-text" style="font-size:20px;"></i></a>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/js/materialize.min.js"></script>
<script src="/js/init.js"></script>
</body>
</html>