-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
71 lines (56 loc) · 2.58 KB
/
footer.php
File metadata and controls
71 lines (56 loc) · 2.58 KB
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
61
62
63
64
65
66
67
68
69
70
71
<!-- Social + footer -->
<div class="wrapper wrapper-style4">
<article id="social">
<header>
<h1>Stay in touch & be social</h1>
</header>
<div class="container">
<div class="row">
<div class="5u -1u txt-left">
<h3>Mailing list...</h3>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://wpleeds.us7.list-manage1.com/subscribe/post?u=c5e9ceca50a5ee5da2cce5b04&id=8d50a0b263" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
<label for="mce-EMAIL">Your email <span class="asterisk">*</span></label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="you@whatever.com">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">Your first name <span class="asterisk">*</span></label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder="John">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div class="clear" style="padding-top:15px;">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="margin:0;">
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="5u">
<h3>Follow WordPress Leeds for updates via...</h3>
<p>We can be grabbed via <a href="http://twitter.com/wpleeds">Twitter</a> but you can also <a href="mailto:tim@avvisi.co.uk">email Tim direct</a> and he can pass any messages on to the right people.</p>
</div>
</div>
</div>
</article>
<footer>
<p id="copyright">
© Based on a template by <a href="http://kimb.me">Kimb Jones</a> who based it on a HTML template by the wonderful folk at <a href="http://html5up.net/">HTML5 UP</a> hosted on <a href="http://pages.github.com">GitHub</a> (sadly not powered by WordPress, yet...)
</p>
</footer>
</div>
<?php wp_footer(); ?>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53047705-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>