-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
61 lines (46 loc) · 2.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage grace-portfolio
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer">
<div class="footer-top-row">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://freeandempowered.us16.list-manage.com/subscribe/post?u=79dae54009152f05c4644ba44&id=ebebefed89" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_79dae54009152f05c4644ba44_ebebefed89" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<div class="social-container">
<a href="https://www.facebook.com/gracewitterpage/">
<div class="social-btn" id="facebook-icon" title="Facebook"></div>
</a>
<a href="https://twitter.com/gracew1tter">
<div class="social-btn" id="twitter-icon" title="Twitter"></div>
</a>
<a href="https://www.linkedin.com/in/grace-witter-b58509138/">
<div class="social-btn" id="linkedin-icon" title="Linkedin"></div>
</a>
<a href="https://www.behance.net/gsyed1120db84">
<div class="social-btn" id="behance-icon" title="Behance"></div>
</a>
</div>
</div>
<div id="copyright"><p>© 2018 Grace Witter</p></div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>