-
-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathfooter.template.html
More file actions
50 lines (50 loc) · 2.14 KB
/
Copy pathfooter.template.html
File metadata and controls
50 lines (50 loc) · 2.14 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
41
42
43
44
45
46
47
48
49
50
<footer class="bulma-footer">
<div class="bulma-columns">
<div class="bulma-column bulma-is-half">
Copyright 2026 Typelevel Foundation and <a href="https://github.com/typelevel/typelevel.github.com/graphs/contributors">contributors</a>.
Licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless <a href="@:target(/colophon.md#license)">noted otherwise</a>.
</div>
<div class="bulma-column">
<ul>
<li><a href="@:target(/projects/README.md)">Project Index</a></li>
<li><a href="@:target(/community/meetups.md)">Meetup Calendar</a></li>
<li><a href="@:target(/foundation/people.md)">Leadership</a></li>
</ul>
</div>
<div class="bulma-column">
<ul>
<li><a href="@:target(/code-of-conduct/README.md)">Code of Conduct</a></li>
<li><a href="@:target(/security.md)">Security Policy</a></li>
<li><a href="@:target(/colophon.md)">Colophon</a></li>
</ul>
</div>
</div>
<div class="bulma-has-text-centered">
<div>Find us on ...</div>
<div class="bulma-is-size-3">
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://github.com/typelevel">
@:svg(fa-github)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://discord.gg/typelevel-632277896739946517">
@:svg(fa-discord)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://bsky.app/profile/typelevel.org">
@:svg(fa-bluesky)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://fosstodon.org/@typelevel">
@:svg(fa-mastodon)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://www.youtube.com/@typelevel">
@:svg(fa-youtube)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current"
href="https://linkedin.com/company/typelevel-foundation">
@:svg(fa-linkedin)
</a>
<a class="bulma-icon bulma-is-large bulma-has-text-current"
href="@:target(/blog/feed.rss)">
@:svg(fa-square-rss)
</a>
</div>
</div>
</footer>