taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 4afbdb8addc91edff7aa3959f9d322969a080203
parent eabc27cfd23fdebbe45be6689b0f25695c737806
Author: Stefan Kügel <skuegel@web.de>
Date:   Thu, 10 Aug 2023 09:29:50 +0200

New web page /comingsoon for marketing and dissemination purposes (community-wise on taler.net)

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Atemplate/comingsoon.html.j2 | 65+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+), 0 deletions(-)

diff --git a/template/comingsoon.html.j2 b/template/comingsoon.html.j2 @@ -0,0 +1,65 @@ +{% extends "common/base.j2" %} +{% block body_content %} +<main id="maincontent"> + <div class="jumbotron"> + <div class="container"> + <h1>{{ _("FAQs") }}</h1> + <p> + {% trans %}Here are some <span class='tlr'>FAQs</span> of major importance. {% endtrans %} + <ul> + <li> + </li> + </ul> + + <ul> + <li> + </li> + </ul> + + <ul> + <li> + </li> + </ul> + + <p>{% trans %}More frequently asked questions on GNU Taler are answered in detail at + <a href="https://taler.net/en/faq.html">Taler's FAQ web page</a> in English and some other languages.{% endtrans %} + </p> + </div> + + <div class="container"> + <h1>{{ _("Turn on!") }}</h1> + <p> + {% trans %} + Three topics that are already listed here - [<em>Please adapt the content!</em>] {% endtrans %} + </p> + + <ul> + <li> + <p> + {% trans %} + If you want to contribute to <span class='tlr'>translations</span> you can do so on + <a href="https://weblate.taler.net/">Taler's internationalization platform Weblate</a>.{% endtrans %} + </p> + </li> + + <li> + <p> + {% trans %} + <span class='tlr'>Vendor requests</span> can be communicated on the + <a href="https://taler.net/en/faq.html">vendor specific web page</a>.{% endtrans %} + </p> + </li> + + <li> + <p> + {% trans %} + <span class='tlr'>Contacts</span>: You are invited to et into contact with the Taler staff for further steps. [Please xpand here] + You will also find a contacts overview on + <a href="https://taler.net/en/contact.html">Taler's contacts page</a>.{% endtrans %} + </p> + </li> + + </ul> + </div> + </div> +{% endblock body_content %}