-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
61 lines (55 loc) · 2.44 KB
/
footer.php
File metadata and controls
61 lines (55 loc) · 2.44 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
<footer class="site-footer">
<div class="section-inner">
<div class="footer-wrapper">
<div class="footer-block our-info">
<h3>Contact</h3>
<p class="address">
<span>22 Lever St</span>
<span>Manchester</span>
<span>M1 1EA</span>
</p>
<p class="tel"><a href="tel:01612355318">+44 (0)161 235 5318</a></p>
<p class="email"><a href="mailto:hello@madebyfieldwork.com">hello@madebyfieldwork.com</a></p>
</div>
<a href="http://madebyfieldwork.com/planner" class="footer-block project-planner">
<h3>Plan a Project</h3>
<p>Do you have a project in mind? Use our project planner to get started.</p>
</a>
<div class="footer-block join-newsletter">
<h3>Subscribe to our Newsletter</h3>
<p>Good wholesome stuff, once a month or thereabouts.</p>
<form action="http://madebyfieldwork.us5.list-manage.com/subscribe/post?u=ddaef69afc0d488b89fd489d5&id=62a1889638" method="post" name="mc-embedded-subscribe-form" class="contact-form" novalidate>
<input type="text" class="text" name="NAME" id="name" placeholder="Name" />
<input type="email" class="text" name="EMAIL" id="email" placeholder="Email address" />
<input type="submit" value="Sign me up" />
</form>
</div>
<div class="footer-block social-wrapper">
<ul class="social">
<li><a class="" href="http://twitter.com/madebyfieldwork">Twitter</a></li>
<li><a class="" href="http://facebook.com/madebyfieldwork">Facebook</a></li>
<li><a class="" href="http://flickr.com/photos/madebyfieldwork">Flickr</a></li>
<li><a class="" href="https://github.com/EMT">Github</a></li>
<li><a class="" href="http://vimeo.com/madebyfieldwork">Vimeo</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/vendor/highlight.pack.js'></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34217297-1']);
_gaq.push(['_setDomainName', 'madebyfieldwork.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>