summaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
blob: 30103089a638b398b6f9145c356e947b97d3c180 (plain)
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
<footer id="footer">
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-12">
        <hr style="border-top: 1px solid #00000069; padding-bottom: 1em" />
      </div>
    </div>
    <div class="row">
      <div class="col-12 col-sm-3">
        <ul class="footer-list">
          <li><p><a href="team.html">{{ _("Team") }}</a></p></li>
        </ul>
      </div>
      <div class="col-12 col-sm-3">
        <ul class="footer-list">
          <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
        </ul>
      </div>
      <div class="col-12 col-sm-3">
        <ul class="footer-list">
          <li><p><a href="faq.html">{{ _("FAQ") }}</a></p></li>
        </ul>
      </div>
      <div class="col-12 col-sm-3">
        <ul class="footer-list">
          <li><p><a href="bibliography.html">{{ _("Bibliography") }}</a></p></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="text-center mt-5">
    <p>&copy; <a href="https://gnunet.org/en/ev.html">GNUnet e.V.</a> {{_("and") }}
              Taler Systems SA 2015-2019
       <br>
       {{ _("We are grateful for support and free hosting of this site by <a href='http://www.bfh.ch/'>BFH</a>") }}.
       <br>
       {{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
  </div>
</footer>