diff options
Diffstat (limited to 'common/footer.j2.inc')
-rw-r--r-- | common/footer.j2.inc | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc index 5afdc45e..5586adf4 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | <footer id="footer"> | 1 | <footer id="footer" class="near-white bg-near-black"> |
2 | <div class="container-fluid cushion-below"> | 2 | <div class="container-fluid"> |
3 | <div class="container"> | 3 | <div class="container"> |
4 | <div class="row"> | 4 | <div class="row"> |
5 | <div class="col-12 col-sm-4"> | 5 | <div class="col-12 col-sm-4"> |
@@ -13,13 +13,13 @@ | |||
13 | <div class="col-12 col-sm-4"> | 13 | <div class="col-12 col-sm-4"> |
14 | <ul class="footer-list"> | 14 | <ul class="footer-list"> |
15 | <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> | 15 | <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> |
16 | <li><p><a href="https://irc.gnunet.org/gnunet">{{ _("IRC archive") }}</a></p></li> | 16 | <!-- <li><p><a href="https://irc.gnunet.org/gnunet">{{ _("IRC archive") }}</a></p></li> --> |
17 | </ul> | 17 | </ul> |
18 | </div> | 18 | </div> |
19 | <div class="col-12 col-sm-4"> | 19 | <div class="col-12 col-sm-4"> |
20 | <ul class="footer-list"> | 20 | <ul class="footer-list"> |
21 | <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> | 21 | <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> |
22 | <li><p><a href="https://gitlab.gnunet.org/">{{ _("Continuous Integration") }}</a></p></li> | 22 | <!-- <li><p><a href="https://gitlab.gnunet.org/">{{ _("Continuous Integration") }}</a></p></li> --> |
23 | <li><p><a href="https://bib.gnunet.org/">{{ _("Bibliography") }}</a></p></li> | 23 | <li><p><a href="https://bib.gnunet.org/">{{ _("Bibliography") }}</a></p></li> |
24 | </ul> | 24 | </ul> |
25 | </div> | 25 | </div> |
@@ -29,10 +29,11 @@ | |||
29 | <div class="container text-center"> | 29 | <div class="container text-center"> |
30 | <p> | 30 | <p> |
31 | {% trans %} | 31 | {% trans %} |
32 | Copyright © <a href="ev.html">GNUnet e.V.</a> 2015, 2016, 2017, 2018, 2019<br> | 32 | Copyright © <a href="ev.html">GNUnet e.V.</a> 2015 — 2019. |
33 | This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.<br> | 33 | <!-- This just takes up space no one is interested in: --> |
34 | <a href='https://git.gnunet.org/www.git'>Source code of this site.</a><br /> | 34 | <!-- This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.<br> --> |
35 | Report issues with this website to <a href='contact.html'>us</a>. | 35 | <a href='https://git.gnunet.org/www.git'>Source code of this site.</a> |
36 | <a href='contact.html'>Report issues with this website</a>. | ||
36 | {% endtrans %} | 37 | {% endtrans %} |
37 | </p> | 38 | </p> |
38 | </div> | 39 | </div> |