summaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/footer.j2.inc')
-rw-r--r--common/footer.j2.inc56
1 files changed, 33 insertions, 23 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 8c5b7626..777c5cd5 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -1,41 +1,51 @@
<footer id="footer">
<div class="container">
- <div class="row justify-content-center">
- <div class="col-12">
+ <div class="row justify-content-center">
+ <div class="col-30">
<hr style="border-top: 1px solid #00000069; padding-bottom: 1em" />
</div>
</div>
<div class="row">
- <div class="col-12 col-sm-4">
+ <div class="col-md-4 col-sm-12">
+ <h4>{% trans %}Quick Links{% endtrans %}</h4>
<ul class="footer-list">
- <li><a href="{{ url_localized('contact.html') }}">{{ _("Contact") }}</a></li>
+ <li><a href="{{ url_localized('faq.html') }}">{% trans %}FAQ{% endtrans %}</a></li>
+ <li><a href="{{ url_localized('docs.html') }}">{% trans %}Docs{% endtrans %}</a></li>
+ <li><a href="{{ url_localized('bibliography.html') }}">{% trans %}Bibliography{% endtrans %}</a></li>
+ <li><a href="{{ url_localized('development.html') }}">{% trans %}Development{% endtrans %}</a></li>
+ <li><a href="{{ url_localized('contact.html') }}">{% trans %}Contact Overview{% endtrans %}</a></li>
+ <li><a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">{% trans %}Bug Tracker (Mantis){% endtrans %}</a></li>
+ <li><a href="https://demo.taler.net/" target="_blank" rel="noopener noreferrer">{% trans %}Taler Demo Pages{% endtrans %}</a></li>
+ <li><a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">{% trans %}Taler Public Mailing List{% endtrans %}</a></li>
</ul>
</div>
- <div class="col-12 col-sm-4">
+ <div class="col-md-4 col-sm-12">
+ <h4>{% trans %}Email Contacts{% endtrans %}</h4>
<ul class="footer-list">
- <li><a href="{{ url_localized('docs.html') }}">{{ _("Docs") }}</a> /
- <a href="{{ url_localized('faq.html') }}">{{ _("FAQ") }}</a></li>
+ <li><a href="mailto:contact'AT'taler.net">{% trans %}General Inquiries{% endtrans %}</a></li>
+ <li><a href="mailto:sales'AT'taler.net">{% trans %}Sales{% endtrans %}</a></li>
+ <li><a href="mailto:marketing'AT'taler.net">{% trans %}Marketing{% endtrans %}</a></li>
+ <li><a href="mailto:press'AT'taler.net">{% trans %}PR and Media Contact{% endtrans %}</a></li>
+ <li><a href="mailto:invest'AT'taler.net">{% trans %}Investors Contact{% endtrans %}</a></li>
+ <li><a href="mailto:support'AT'taler.net">{% trans %}Support{% endtrans %}</a></li>
+ <li><a href="mailto:taler'AT'gnu.org">{% trans %}Mailing List{% endtrans %}</a></li>
</ul>
</div>
- <div class="col-12 col-sm-4">
+ <div class="col-md-4 col-sm-20">
+ <h4>{% trans %}Legal Information{% endtrans %}</h4>
<ul class="footer-list">
- <li><a href="{{ url_localized('bibliography.html') }}">{{ _("Bibliography") }}</a></li>
+ <li>&copy; 2015-2024 <a href="https://gnunet.org/en/ev.html" target="_blank" rel="noopener noreferrer">GNUnet e.V.</a> &amp;
+ <a href="https://www.taler-systems.com/" target="_blank" rel="noopener noreferrer">Taler Systems SA</a>.</li>
+ <li>{% trans %}GNU Taler is developed as part of the
+ <a href="https://www.gnu.org/" target="_blank" rel="noopener noreferrer">GNU project</a>
+ for the GNU operating system.{% endtrans %}</li>
+ <li>{% trans %}We are grateful for support and free hosting of this site by
+ <a href="https://www.bfh.ch/" target="_blank" rel="noopener noreferrer">BFH</a>.{% endtrans %}</li>
+ <li>{% trans %}This page was created using
+ <a href="https://www.gnu.org/" target="_blank" rel="noopener noreferrer">Free Software</a> only.{% endtrans %}&nbsp;
+ <a href="https://taler.net/javascript.html" data-jslicense="1" target="_blank" rel="noopener noreferrer">{% trans %}JavaScript license information{% endtrans %}</a></li>
</ul>
</div>
</div>
</div>
- <div class="text-center mt-5">
- <p>
- {{ _("GNU Taler is developed as part of the <a href='https://www.gnu.org/'>GNU project</a> for the GNU operating system.") }}
- <br>
- &copy; <a href="https://gnunet.org/en/ev.html">GNUnet e.V.</a> {{_("and") }}
- Taler Systems SA 2015-2020
- <br>
- {{ _("We are grateful for support and free hosting of this site by <a href='https://www.bfh.ch/'>BFH</a>.") }}
- <br>
- {{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}
- <br>
- <a href="/javascript.html" data-jslicense="1">{{ _("JavaScript license information")}} </a>
- </p>
- </div>
</footer>