-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathfooter.html
More file actions
36 lines (31 loc) · 1.62 KB
/
Copy pathfooter.html
File metadata and controls
36 lines (31 loc) · 1.62 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
<footer class="container">
<div class="well well-mascot">
<p>SeaGL is dedicated to a harassment-free conference experience for everyone.</p>
<p>Our code of conduct can be found <a href="/code_of_conduct">here</a></p>
<p>Our health and safety policy can be found <a href="/health">here</a></p>
</div>
<div>
<p>Please <a href="/feedback">let us know</a> if you have any feedback about SeaGL. You're welcome to submit anonymously.</p>
<p>
Stay informed by signing up for our low-traffic
{{ site.custom.a.mailing_list.seagl_announce }}.
</p>
<p>Interested in helping make SeaGL happen? Email {{ site.custom.a.email.participate }}!
We love meeting new folks willing to lend a beak or wing, especially those with experience in
finance and fundraising, on-site logistics, promotion and outreach, and scheduling.</p>
</div>
<div>
<p>All <a href="https://github.com/SeaGL/seagl.github.io">website code</a> is licensed {{ site.custom.license.site_code }}. Unless otherwise specified, all website content is licensed {{ site.custom.license.content }}.</p>
</div>
<ul id="footer-nav" role="navigation" class="list-inline-delimited">
<li>{{ site.custom.a.social.github }}</li>
<li>{{ site.custom.a.social.mastodon }}</li>
<li>{{ site.custom.a.social.pixelfed }}</li>
<li>{{ site.custom.a.social.bluesky }}</li>
<li>{{ site.custom.a.social.facebook }}</li>
<li>{{ site.custom.a.social.linkedin }}</li>
<li>{{ site.custom.a.social.youtube }}</li>
<li><a href="{{ site.custom.url.press_kit }}">Press kit</a></li>
<li>{{ site.custom.a.status }}</li>
</ul>
</footer>