summaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
blob: c516f6d492d18d71b80867a961affc4bba337426 (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
<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="investors.html">{{ _("For Investors") }}</a></p></li>
          </ul>
        </div>
        <div class="col-12 col-sm-4">
          <ul class="footer-list">
            <li><p><a href="citizens.html">{{ _("Citizens")}} </a></p></li>
            <li><p><a href="merchants.html">{{ _("Merchants") }}</a></p></li>
            <li><p><a href="governments.html">{{ _("Governments") }} </a></p></li>
          </ul>
        </div>
        <div class="col-12 col-sm-4">
          <ul class="footer-list">
            <li><p><a href="developers.html">{{ _("Developer Resources") }}</a></p></li>
            <li><p><a href="faq.html">{{ _("FAQ") }}</a></p></li>
            <li><p><a href="bibliography.html">{{ _("Bibliography") }}</a></p></li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="container text-center">
    <p>&copy; <a href="https://gnunet.org/en/ev.html">GNUnet e.V.</a> {{_("and") }}
              Taler Systems SA 2015-2019</p>
    <p>We are grateful for support and free hosting of this site by
       <a href="http://www.bfh.ch/">BFH</a>.</p>
    <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
  </div>
</footer>