summaryrefslogtreecommitdiff
path: root/template/consortium.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/consortium.html.j2')
-rw-r--r--template/consortium.html.j245
1 files changed, 44 insertions, 1 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 7ca2db09..9821f242 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -41,8 +41,51 @@
<div class="col col-md-auto"></div>
</div>
+ <!-- Section heading -->
+ <h4 class="font-weight-bold pb-2 mb-4">{{ _("Project")}}</h4>
+ <div class="row">
+ <div class="col col-md-auto"></div>
+
+ <div class="col-md-11">
+ <p class="text-muted w-responsive mx-auto mb-3">
+ {% trans %}
+ The TALER project is an initiative of Horizon Europe (Pilots for the Next Generation Internet) with the
+ aim of bringing the GNU Taler to market across Europe.
+ <br>
+ To make the GNU Taler accessible to European citizens, we need a commercially viable use of the GNU Taler
+ technology. We will achieve this through the four key project objectives.
+ {% endtrans %}
+ </p>
+
+ <div class="accordion" id="accordionObjectives">
+ {% for objective in conf['objectives'] %}
+ <div class="accordion-item">
+ <h2 class="accordion-header" id="heading_{{ loop.index }}">
+ <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
+ data-bs-target="#collapse_{{ loop.index }}" aria-expanded="false"
+ aria-controls="collapse_{{ loop.index }}">
+ Objective {{ loop.index }}: {{ objective['title'] }}
+ </button>
+ </h2>
+ <div id="collapse_{{ loop.index }}" class="accordion-collapse collapse"
+ aria-labelledby="heading_{{ loop.index }}" data-bs-parent="#accordionObjectives">
+ <div class="accordion-body text-muted w-responsive">
+ {{ objective['text'] }}
+ </div>
+ </div>
+ </div>
+ {% endfor %}
+ </div>
+ <div class="col col-md-auto"></div>
+ <p class="text-muted w-responsive mx-auto mb-5"><br></p>
+
+ </div>
+
+
+ <!-- Section heading -->
+ <h4 class="font-weight-bold pb-2 mb-4">{{ _("Partners")}}</h4>
+
</section>
- <!--Section: Content-->
</div>
</main>