summaryrefslogtreecommitdiff
path: root/template/consortium.html.j2
blob: b9d227619851948fa0a6e7dd4a029501c0fda77e (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{% extends "common/consortium.j2" %}
{% block body_content %}
<main id="maincontent">

  <div class="container consortium dark-grey-text">

    <div class="row">
      <div class="col-md-6 mb-6">
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Events")}}</h4>
        <div class="container announce">
          <div id="AnnouncCarousel" class="carousel slide" data-bs-ride="carousel">

            <!-- Carousel indicators -->
            <div class="carousel-indicators">
              <button data-bs-target="#AnnouncCarousel" data-bs-slide-to="0" class="active" aria-current="true"
                aria-label="Slide 1"></button>
              <button type="button" data-bs-target="#AnnouncCarousel" data-bs-slide-to="1"
                aria-label="Slide 2"></button>
              <button type="button" data-bs-target="#AnnouncCarousel" data-bs-slide-to="2"
                aria-label="Slide 3"></button>
              <button type="button" data-bs-target="#AnnouncCarousel" data-bs-slide-to="3"
                aria-label="Slide 4"></button>
            </div>

            <!-- Wrapper for carousel items -->
            <div class="carousel-inner">
              <div class="carousel-item active" data-bs-interval="2000">
                <div class="img-box"><img src="{{ url('images/7-efficient.svg') }}" alt=""></div>
                <p class="testimonial">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu sem tempor,
                  varius quam at, luctus dui. Mauris magna metus, dapibus nec turpis vel, semper malesuada ante.
                  Idac bibendum scelerisque non non purus. Suspendisse varius nibh non aliquet.</p>
                <p class="overview"><b>Paula Taler</b>, Professor</p>
              </div>
              <div class="carousel-item" data-bs-interval="2000">
                <div class="img-box"><img src="{{ url('images/taler-arch-full.svg') }}" alt=""></div>
                <p class="testimonial">Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget nisi a mi
                  suscipit tincidunt. Utmtc tempus dictum risus. Pellentesque viverra sagittis quam at mattis.
                  Suspendisse potenti. Aliquam sit amet gravida nibh, facilisis gravida odio.</p>
                <p class="overview"><b>Antonio Twint</b>, Web Developer</p>
              </div>
              <div class="carousel-item" data-bs-interval="2000">
                <div class="img-box"><img src="{{ url('images/6-usable.svg') }}" alt=""></div>
                <p class="testimonial">Phasellus vitae suscipit justo. Mauris pharetra feugiat ante id lacinia.
                  Etiam faucibus mauris id tempor egestas. Duis luctus turpis at accumsan tincidunt. Phasellus risus
                  risus, volutpat vel tellus ac, tincidunt fringilla massa. Etiam hendrerit dolor eget rutrum.</p>
                <p class="overview"><b>Michael Coin</b>, CEO</p>
              </div>

              <div class="carousel-item" data-bs-interval="2000">
                <div class="img-box"><img src="{{ url('images/8-fault-tolerant.svg') }}" alt=""></div>
                <p class="testimonial">Phasellus vitae suscipit justo. Mauris pharetra feugiat ante id lacinia.
                  Etiam
                  faucibus mauris id tempor egestas. Duis luctus turpis at accumsan tincidunt. Phasellus risus
                  risus,
                  volutpat vel tellus ac, tincidunt fringilla massa. Etiam hendrerit dolor eget rutrum.</p>
                <p class="overview"><b>Michael Pay</b>, Seo Analyst</p>
              </div>
            </div>

            {# <!-- Carousel controls -->
            <a class="carousel-control-prev" href="#AnnouncCarousel" data-slide="prev">
              <i class="fab fa-angle-left"></i>
            </a>
            <a class="carousel-control-next" href="#AnnouncCarousel" data-slide="next">
              <i class="fab fa-angle-right"></i>
            </a> #}
          </div>
        </div>
      </div>
      <div class="col-md-1 mb-1"></div>
      <div class="col-md-4 mb-4">
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Deliverables")}}</h4>
        <div class="list-group">
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small>3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small>And some small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
          <a href="#" class="list-group-item list-group-item-action">
            <div class="d-flex w-100 justify-content-between">
              <h5 class="mb-1">List group item heading</h5>
              <small class="text-muted">3 days ago</small>
            </div>
            <p class="mb-1">Some placeholder content in a paragraph.</p>
            <small class="text-muted">And some muted small print.</small>
          </a>
        </div>
        <div class="col cold-md-auto"></div>
      </div>


      <div class="row">
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Project")}}</h4>
        <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>
        <div class="col col-md-auto"></div>
      </div>

      <div class="row">
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Partners")}}</h4>
      </div>

      <div class="row mb-4">
        <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>

        </div>
        <div class="col col-md-auto"></div>
      </div>


      <div class="row row-cols-1 row-cols-md-3 g-4 text-center">
        <!-- start -->

        {% for partner in conf['partners'] %}

        <div class="col">
          <div class="card border-0 h-100">
            <a href="{{ partner.url }}" target="_blank" rel="noopener noreferrer">
              <img src="{{ url(partner.logo) }}" height="180" class="card-header rounded-circle z-depth-3"
                alt="{{ partner.id + ' avatar'}}">
            </a>
            <div class="card-note grey-text text-muted mt-3">The team of {{ partner.name }} is represented by </div>
            <div class="card-body h-100">
              <h5 class="card-title font-weight-bold grey-text">{{ partner.contact }} </h5>
              <p class="card-text grey-text text-muted word-wrap"> {{ partner.role }} </p>
            </div>
            <div class="card-footer">
              <small class="text-body-secondary dark-grey-text text-muted word-wrap"><i> {{ partner.statement }}
                </i></small>
            </div>
          </div>
        </div>

        {% endfor %}
      </div>
    </div>

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