Skip to content

Commit 754e2fd

Browse files
authored
Add a "stay informed" column to footer
1 parent 9d16b71 commit 754e2fd

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

_includes/footer.html

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<footer class="footer bg-secondary-subtle">
22
<div class="container">
33
<div class="row pt-5 pb-2">
4-
<div class="col-lg-3">
4+
<div class="col-lg-2">
55
<p class="lead" role="heading" aria-level="2">Need network support?</p>
66
{% include helplinks.html %}
77
<p class="d-none d-lg-block d-xl-block">
88
<a href="#back-to-top" title="Jump back to top" aria-label="Jump back to top of page">
99
<i role="presentation" class='bi bi-arrow-up-circle pe-3 ps-3' title="Up arrow in circle" aria-label="Jump back to top of page"></i>Back to top</a></p>
1010
</div>
11-
<div class="col-lg-4">
11+
<div class="col-lg-2">
1212
<p class="lead" role="heading" aria-level="2">Review our code:</p>
1313
<p>
1414
<a href="https://github.com/oftc" title="OFTC organization on github">
@@ -22,8 +22,21 @@
2222
</a>
2323
</p>
2424
</div>
25+
<div class="col-lg-3">
26+
<p class="lead" role="heading" aria-level="2">Stay informed:</p>
27+
<p class="d-none d-lg-block d-xl-block">
28+
<a href="/feed.xml">
29+
<i role="presentation" class="bi bi-rss pe-3 ps-3" title="RSS icon"></i>Atom/RSS news feed
30+
</a>
31+
</p>
32+
<p>
33+
<a href="https://floss.social/@OFTC" target="_blank" rel="me noopener noreferrer" title="On the Fediverse">
34+
<i role="presentation" class='bi bi-mastodon pe-3 ps-3' title="Mastodon icon"></i>On the Fediverse
35+
</a>
36+
</p>
37+
</p>
38+
</div>
2539
<div class="col-lg-5">
26-
<p class="d-none d-lg-block d-xl-block"><a href="/feed.xml"><i role="presentation" class="bi bi-rss pe-3" title="RSS icon"></i>Atom/RSS news feed</a></p>
2740
<p>Founded in 2001 by members of the Open Source and Free Software communities, OFTC aims to provide those communities with better communication, development, and support infrastructure.</p>
2841
<p>OFTC is a member of
2942
<svg role="presentation" height="20px" width="40px" >

0 commit comments

Comments
 (0)