-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
16 lines (16 loc) · 762 Bytes
/
footer.php
File metadata and controls
16 lines (16 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer>
<div class="center" id="footer-social">
<ul class="center">
<li class="horizontal-li"><a href="https://www.facebook.com/officialjoshthomas/"><img class="social-icon" alt="Facebook" src="images/social/facebook.svg"></a></li>
<li class="horizontal-li"><a href="https://twitter.com/joshthomas87"><img class="social-icon" alt="Twitter" src="images/social/twitter.svg"></a></li>
<li class="horizontal-li"><a href="https://www.youtube.com/user/JoshThomasWard"><img class="social-icon" alt="YouTube" src="images/social/youtube.svg"></a></li>
</ul>
</div>
<hr/>
<div class="center" id="footer-main">
<p class="footer-text-small">© Josh Thomas</p>
</div>
</footer>
</div><!-- End wrapper -->
</body>
</html>