-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
34 lines (30 loc) · 1.12 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
28
29
30
31
32
33
34
</main>
<footer class="footer">
<div class="wrapper">
<div class="row">
<nav class="endnotes">
<h4>Endnotes</h4>
<p>
Thank you for visiting! I'm currently looking for a new opportunity as a front end web developer in the Detroit area or remotely. Please reach out if you feel like I'm a good fit for your creative agency or freelance projects.
</p>
</nav>
<div class="contact">
<h4>Contact</h4>
<p>
Jennifer Hail<br>
<a href="mailto:hello@jenniferhail.com">hello@jenniferhail.com</a>
</p>
</div>
<div class="social">
<h4>Links</h4>
<ul class="list">
<li class="item"><a href="https://www.instagram.com/jenhail/" target="_blank">Insta</a></li>
<li class="item"><a href="https://twitter.com/jennhailll" target="_blank">Twitter</a></li>
</ul>
</div>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>