aboutsummaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
blob: 8f9b70b99c780e8bd71f0f5d663df2fc49788cc8 (plain) (blame)
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
<footer id="footer">
  <div class="container-fluid cushion-below">
    <div class="container">
      <div class="row">
        <div class="col-12 col-sm-4">
          <ul class="footer-list">
            <li><p><a href="about.html">{{ _("About") }}</a></p></li>
            <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
            <li><p><a href="ev.html">{{ _("GNUnet e.V.") }}</a></p></li>
          </ul>
        </div>
        <div class="col-12 col-sm-4">
          <ul class="footer-list">
            <li><p><a href="https://gnunet.org/bugs/">{{ _("Bug Tracker") }}</a></p></li>
            <li><p><a href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC logs") }}</a></p></li>
          </ul>
        </div>
        <div class="col-12 col-sm-4">
          <ul class="footer-list">
            <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li>
            <li><p><a href="https://gnunet.org/buildbot/">{{ _("Continuous Integration") }}</a></p></li>
            <li><p><a href="https://old.gnunet.org/bibliography">{{ _("Bibliography") }}</a></p></li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="container text-center">
    <p>
    {% trans %}
    Copyright &copy; <a href="ev.html">GNUnet e.V.</a> 2015, 2016, 2017, 2018, 2019<br>
    This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.<br>
    Report issues with this website to <a href='contact.html'>us</a>.
    {% endtrans %}
    </p>
  </div>
</footer>