-
Notifications
You must be signed in to change notification settings - Fork 35
/
footer-content.html
97 lines (89 loc) · 2.25 KB
/
footer-content.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<footer class="footer">
<div class="container">
<ul class="footer-links">
<li>
<a href="https://openworm.tumblr.com/">Blog</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="http://docs.openworm.org/faq" target="_blank">FAQ</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./people.html" data-pjax>People</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./events.html" data-pjax>Events</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./media.html" data-pjax>Media</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="http://docs.openworm.org/projects" target="_blank">Projects</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./publications.html" data-pjax>Publications</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./studentships.html" data-pjax>Studentships</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="https://github.com/openworm/OpenWorm/milestones" target="_blank">Milestones & Issues</a>
</li>
<li class="muted">
·
</li>
<li>
<a href="./contacts.html" data-pjax>Contacts</a>
</li>
</ul>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<script>document.getElementById("year").innerHTML = new Date().getFullYear();</script>
<p>
© 2011-<span id="year"></span> OpenWorm Foundation - All rights reserved.
</p>
<p>
OpenWorm Foundation is a Delaware not-for-profit Corporation <a target="_blank"
href="/assets/OpenWormFoundationIncorporationCertificate.pdf">#5787527</a>,
incorporated in July 2015.
</p>
<p>
Code licensed under <a href="http://opensource.org/licenses/MIT" target="_blank">MIT</a>, documentation
under <a target="_blank" href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY
3.0</a>.
</p>
<p>
<a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome by Dave Gandy</a>
</p>
</div>
</footer>
<div style="display:none">
<div id="inline_content" style="padding:10px;">
<div style="text-align:center; margin-top:350px;">
</div>
</div>
</div>