From e53b9bfa5f905db56e7ce99887d6626c69aa4632 Mon Sep 17 00:00:00 2001 From: Andreas HABEGGER Date: Tue, 21 Nov 2023 02:07:16 +0100 Subject: UC: Added event section based on carousel; Added placeholder for deliverables --- template/consortium.html.j2 | 224 +++++++++++++++++++++++++++++--------------- 1 file changed, 151 insertions(+), 73 deletions(-) (limited to 'template') diff --git a/template/consortium.html.j2 b/template/consortium.html.j2 index 58706d74..56e34ab9 100644 --- a/template/consortium.html.j2 +++ b/template/consortium.html.j2 @@ -2,83 +2,160 @@ {% block body_content %}
-
+
- {#
#} - -

{{ _("Consortium")}}

- +
- -

{{ _("Project")}}

-
-
+

{{ _("Events")}}

+
+
+
+
-
-

- {% 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. -
- 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 %} -

+ - -

{{ _("Partners")}}

- -
-
- -
-

- {% trans %} - TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France, - Germany, Greece, Hungary, Luxembourg and Switzerland). - {% endtrans %} -

-

- {% 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 %} -

+

{{ _("Deliverables")}}

+ + + +

{{ _("Project")}}

+
+
+ +
+

+ {% 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. +
+ 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 %} +

+ +
+ {% for objective in conf['objectives'] %} +
+

+ +

+
+
+ {{ objective.text }} +
+
-
+ {% endfor %}
+
+


+ +
+ + + +

{{ _("Partners")}}

+ +
+
+ +
+

+ {% trans %} + TALER consortium consists of 11 partners from 8 European countries (the Netherlands, + Belgium, France, + Germany, Greece, Hungary, Luxembourg and Switzerland). + {% endtrans %} +

+

+ {% 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 %} +

+ +
+
+
@@ -95,25 +172,26 @@
- {{ partner.id + ' avatar'}} + {{ partner.id + ' avatar'}} -
The team of {{ partner.name }} is represented by
-
-
{{ partner.contact }}
-

{{ partner.role }}

-
-
-
- {% endfor %} + {% endfor %} +
- - - + +
-- cgit v1.2.3