-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
40 lines (40 loc) · 1.87 KB
/
footer.php
File metadata and controls
40 lines (40 loc) · 1.87 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
</div>
<footer>
<div class="footer_menu">
<nav class="center">
<ul>
<li>
<a href="https://www.climatecolab.org/feedback">Contact</a>
</li>
<li>
<a href="https://www.climatecolab.org/wiki/Help">Help</a>
</li>
<li>
<a href="https://www.climatecolab.org/register?redirect=%2F">Register</a>
</li>
<li>
<a href="https://www.climatecolab.org">Sign In</a>
</li>
</ul>
</nav>
</div>
<div class="footer_general">
<div class="center">
<div id="footleft">
<a href="http://cci.mit.edu/"><img alt="MIT" height="51" src="<?php bloginfo('template_directory');?>/images/footer_logo.png" style="float: left;" width="210"></a>
</div>
<div id="footright">
<div id="txt">Your use of the <a href="http://cci.mit.edu/">MIT Center for Collective Intelligence</a> Climate CoLab is subject to our <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons License</a> and other <a href="https://www.climatecolab.org/wiki/Terms+of+use">Terms of Use</a>.
</div>
<div id="cc">
<img alt="CC" height="31" src="<?php bloginfo('template_directory');?>/images/cc_logo.gif" width="88">
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<?php wp_footer(); ?>
</body>
</html>