summaryrefslogtreecommitdiff
path: root/template/contact.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/contact.html.j2')
-rw-r--r--template/contact.html.j286
1 files changed, 60 insertions, 26 deletions
diff --git a/template/contact.html.j2 b/template/contact.html.j2
index 94658581..079b9ea0 100644
--- a/template/contact.html.j2
+++ b/template/contact.html.j2
@@ -1,36 +1,56 @@
{% extends "common/base.j2" %}
{% block body_content %}
-
+<main id="maincontent">
<div class="jumbotron">
<div class="container text-center">
- <h1>{{ _("Contact information") }}</h1>
+ <h1>{{ _("Contact Overview") }}</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
- <h2>{{ _("The mailing list") }}</h2>
+ <h2>{{ _("GNU Taler Mailing List") }}</h2>
<p>
{% trans %}
- An archived, public mailing list for GNU Taler is
- hosted at
+ A public mailing list for GNU Taler is hosted at
+ <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">https://lists.gnu.org/mailman/listinfo/taler</a>,
+ <a href="https://lists.gnu.org/archive/html/taler/" target="_blank" rel="noopener noreferrer">archived here</a>.
+ You can send messages to the list via email to
+ <a href="mailto:taler'AT'gnu.org">taler'AT'gnu.org</a>.{% endtrans %}
+ </p>
+ </div>
+
+ <div class="col-lg-6">
+ <h2>{{ _("General Inquiries") }}</h2>
+ <p>
+ {% trans %}
+ You can reach a group of team members handling general inquiries by sending emails to
+ <a href="mailto:contact'AT'taler.net">contact'AT'taler.net</a>.
{% endtrans %}
- <a href="https://lists.gnu.org/mailman/listinfo/taler">https://lists.gnu.org/mailman/listinfo/taler</a>
- (<a href="https://lists.gnu.org/archive/html/taler/">{{ _("archive")}}</a>).
+ </p>
+ </div>
+
+ <div class="col-lg-6">
+ <h2>{{ _("Reporting Bugs") }}</h2>
+ <p>
+ {% trans %}
+ We track open feature requests and bugs in our
+ {% endtrans %}
+ <a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">{{ _("Bug tracker") }}</a>,
{% trans %}
- You can send messages to the list at
+ which is shared with the GNUnet project.
+ You can also report bugs or feature requests to the mailing list.
{% endtrans %}
- <a href="mailto:taler@gnu.org">taler@gnu.org</a>.
</p>
</div>
<div class="col-lg-6">
- <h2>{{ _("Contacting individuals") }}</h2>
+ <h2>{{ _("Contacting Individuals") }}</h2>
<p>
{% trans %}
Team members are generally reachable at
- <tt>LASTNAME@taler.net</tt>. All of us
+ <tt>LASTNAME AT taler.net</tt>. All of us
support receiving GnuPG encrypted e-mails.
{% endtrans %}
</p>
@@ -40,46 +60,60 @@
<h2>{{ _("Chat") }}</h2>
<p>
{% trans %}
- We frequently discuss issues using <a href="https://mumble.sf.net/">Mumble</a>
+ We frequently discuss issues using <a href="https://mumble.sf.net/" target="_blank" rel="noopener noreferrer">Mumble</a>
on <tt>gnunet.org</tt>. Feel free to join us in the lobby or developer rooms.
{% endtrans %}
</p>
</div>
<div class="col-lg-6">
- <h2>{{ _("Reporting bugs") }}</h2>
+ <h2>{{ _("Executive Team") }}</h2>
<p>
{% trans %}
- We track open feature requests and bugs in our
+ For non-technical commercial requests, please contact
+ <a href="mailto:ceo'AT'taler-systems.com">ceo'AT'taler-systems.com</a>.
{% endtrans %}
- <a href="https://gnunet.org/bugs/">{{ _("Bug tracker") }}</a>,
+ </p>
+ </div>
+
+ <div class="col-lg-6">
+ <h2>{{ _("Community Forum") }}</h2>
+ <p>
{% trans %}
- which is shared with the GNUnet project.
- You can also report bugs or feature requests to the
- mailing list.
+ Our community forum for Taler is located at<a href="https://ich.taler.net/" target="_blank" rel="noopener noreferrer"> the Integration Community Hub (TALER ICH)</a>.
{% endtrans %}
</p>
</div>
<div class="col-lg-6">
- <h2>{{ _("General inquiries") }}</h2>
+ <h2>{{ _("Sales and Marketing") }}</h2>
<p>
{% trans %}
- You can reach a group of team members handling
- general inquiries at <tt>contact AT taler.net</tt>.
- {% endtrans %}
+ You can reach our Head of Marketing handling your requests by sending an email to
+ <a href="mailto:sales'AT'taler.net">sales'AT'taler.net</a> respectively
+ <a href="mailto:marketing'AT'taler.net">marketing'AT'taler.net</a>.{% endtrans %}
</p>
</div>
<div class="col-lg-6">
- <h2>{{ _("Executive team") }}</h2>
+ <h2>{{ _("Onboarding") }}</h2>
<p>
{% trans %}
- For non-technical commercial requests, please contact
- <tt>ceo AT taler-systems.com</tt>.
- {% endtrans %}
+ If you want to contribute to GNU Taler you can send us an email to
+ <a href="mailto:onboarding'AT'taler-systems.com">onboarding'AT'taler-systems.com</a> or look up
+ <a href="https://taler-systems.com/en/company.html" target="_blank" rel="noopener noreferrer">open positions and job opportunities</a>.{% endtrans %}
+ </p>
+ </div>
+
+ <div class="col-lg-6">
+ <h2>{{ _("Public Relations and Media Contact") }}</h2>
+ <p>
+ {% trans %}
+ You can reach our team members responsible for PR, press and media contacts via email to
+ <a href="mailto:press'AT'taler.net">press'AT'taler.net</a>.{% endtrans %}
</p>
</div>
+
</div>
</div>
{% endblock body_content %}