summaryrefslogtreecommitdiff
path: root/template/consortium.html.j2
blob: 7ca2db0925756ba1e70344bcb440e1c0809bc676 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
{% extends "common/consortium.js" %}
{% block body_content %}
<main id="maincontent">

  <div class="container">

    <!--Section: Content-->
    <section class="section-consortium dark-grey-text">

      {# <div class="justify-content-md-left"> #}

        <!-- Section heading -->
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Consortium")}}</h4>
        <!-- Section description -->

        <div class="row gy-5">
          <div class="col col-md-auto"></div>

          <div class="col-md-11">
            <p class="text-muted w-responsive mx-auto mb-3">
              {% trans %}
              TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France,
              Germany, Greece, Hungary, Luxembourg and Switzerland).
              {% endtrans %}
            </p>
            <p class="text-muted w-responsive mx-auto mb-3">
              {% trans %}
              The consortium is diverse in terms of types of institutions, including research (TUE) and applied science
              universities (BFH), small for-profit (CBG, TSYS, VV) and non-profit (PS) companies, cooperative banks
              (GLS, MAG), a foundation (NLnet) and grassroots movements (ESEN, HODI).
              {% endtrans %}
            </p>
            <p class="text-muted w-responsive mx-auto mb-5">
              {% trans %}
              Partners were brought together based on their expertise and expected contributions to individual
              scientific, technical, regulatory, societal and operational aspects of TALER. We are very proud to have
              such an excellent consortium bringing together a rich diversity of key competences.
              {% endtrans %}
            </p>
          </div>
          <div class="col col-md-auto"></div>
        </div>

    </section>
    <!--Section: Content-->

  </div>
</main>
{% endblock body_content %}