This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
37 lines (35 loc) · 1.71 KB
/
footer.php
File metadata and controls
37 lines (35 loc) · 1.71 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
</div>
<footer role="contentinfo">
<div class="vcard" id="ach-contact">
<a class="url org fn" href="http://ach.org">Association for Computers and the Humanities</a>
<div class="adr">
<div class="street-address">
<div>c/o Vika Zafrin</div>
<div>Boston University Libraries</div>
<div>771 Commonwealth Ave</div>
</div>
<span class="locality">Boston</span>, <span class="region">MA</span>, <span class="postal-code">02215</span>
</div>
<div class="tel">+1 617-358-6370</div>
<a class="email" href="mailto:<?php echo antispambot('secretary@ach.org'); ?>"><?php echo antispambot('secretary@ach.org'); ?></a> ·
<a class="email" href="mailto:<?php echo antispambot('webmaster@ach.org'); ?>"><?php echo antispambot('webmaster@ach.org'); ?></a>
</div>
<p class="license"><span class="entypo-cc"></span> Content licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY-SA 3.0</a></p>
<p class="elsewhere">
<a class="twitter" title="Twitter" href="http://twitter.com/achdotorg">
<span class="icon entypo-twitter" aria-hidden="true"></span>
<span class="text">Twitter</span>
</a>
<a class="facebook" title="Facebook" href="http://www.facebook.com/ACHorg">
<span class="icon entypo-facebook" aria-hidden="true"></span>
<span class="text">Facebook</span>
</a>
<a class="github" title="Github" href="http://github.com/achorg">
<span class="icon entypo-github" aria-hidden="true"></span>
<span class="text">Github</span>
</a>
</p>
</footer>
<?php wp_footer(); ?>
</body>
</html>