From c87a3365fa14b72fea9d1a2db4a287ec999a5502 Mon Sep 17 00:00:00 2001 From: Andreas HABEGGER Date: Thu, 30 Nov 2023 23:25:31 +0100 Subject: UC: Semantic clean-up -- feedback 9, 10, 12 from hk; WIP --- template/consortium.html.j2 | 137 ++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 80 deletions(-) (limited to 'template') diff --git a/template/consortium.html.j2 b/template/consortium.html.j2 index d2330d06..084acb13 100644 --- a/template/consortium.html.j2 +++ b/template/consortium.html.j2 @@ -1,41 +1,21 @@ {% extends "common/consortium.j2" %} {% block body_content %} -
- - {# - - #} - -
- +
+

{{ _("Project")}}

-
- -
+ {#
#} + +

- The TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet) with the aim of bringing GNU Taler to market across Europe. -
+

+

To make 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. -

-
{% for objective in conf['objectives'] %}
@@ -48,21 +28,24 @@
-
+

{{ objective.text }} -

+

{% endfor %}
-
+
+ +

{{ _("Events")}}

+
-
{# DEPRECATED DELIVERABLES +
{% if conf['deliverables'] is defined and conf['deliverables'] and conf['deliverables'] != "" %}

{{ _("Deliverables")}}

-
+
{% for item in conf['deliverables'] %} {% set ns = namespace(symbol='images/file-cancel.svg') %} @@ -140,64 +123,58 @@ {% endfor %}
{% endif %} -
#} +
+
-
-

{{ _("Partners")}}

-
- -
-
- -
-

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

-

- - 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). - -

+
+
+

{{ _("Partners")}}

+
-
-
+
+ +
+

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

+

+ 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). +

+
-
- - - {% for partner in conf['partners'] %} - -
-
- - {{ partner.id + ' avatar'}} - - -
-
{{ partner.name }}
-

{{ partner.role }}

-
- +
+ + + {% for partner in conf['partners'] %} +
+
+ + {{ partner.id + ' avatar'}} + + {#
{{ partner.contact }}
#} +
+
{{ partner.name }}
+

{{ partner.role }}

+
+
- - {% endfor %}
+ {% endfor %} +
+ -
-{% endblock body_content %} +{% endblock body_content %} \ No newline at end of file -- cgit v1.2.3