-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
71 lines (55 loc) · 1.82 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
61
62
63
64
65
66
67
68
69
70
71
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
</div><!-- #main -->
<div class="clearfix"></div>
<div id="footer">
<div class="centralPanel">
<div id="footer_nav_wrapper">
<div class="col col_med">
<img src="/wp-content/themes/zoo-pizzari/img/ees-abstract.png" alt="Logo"/>
</div>
<div class="col col_med">
<h3>Related Links</h3>
<ul>
<li><a href="http://www.zoo.ox.ac.uk" target="_blank">Zoology Department</a></li>
<li><a href="http://www.ox.ac.uk" target="_blank">Oxford University</a></li>
</ul>
</div>
<div class="col col_small">
<h3>Funders</h3>
<ul>
<li><a href="http://www.nerc.ac.uk/" target="_blank">NERC</a></li>
</ul>
</div>
<div class="col col_small">
<h3>Contact</h3>
<ul>
<li><a href="https://www.twitter.com/eesgroup" target="_blank">@eesgroup</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</div>
<div class="col col_small">
<h3>Admin</h3>
<ul>
<li><a href="/login" target="_blank">Log in</a></li>
</ul>
</div>
</div>
<div id="footer_fineprint" align="center">
©2014-Present Pizzari Group, University of Oxford, Designed by <a href="http://www.annapaolasantarsiero.co.uk" target="_blank"> Annapaola Santarsiero</a>.
</div>
</div>
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>