summaryrefslogtreecommitdiff
path: root/common/consortium.j2
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-30 23:25:31 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-30 23:25:31 +0100
commitc87a3365fa14b72fea9d1a2db4a287ec999a5502 (patch)
tree079848e58f3db3d48d019e08c515e65a8eea4431 /common/consortium.j2
parent7f451c02d448c58e4bca7b074fc89eccb5d07b98 (diff)
downloadwww-c87a3365fa14b72fea9d1a2db4a287ec999a5502.tar.gz
www-c87a3365fa14b72fea9d1a2db4a287ec999a5502.tar.bz2
www-c87a3365fa14b72fea9d1a2db4a287ec999a5502.zip
UC: Semantic clean-up -- feedback 9, 10, 12 from hk; WIP
Diffstat (limited to 'common/consortium.j2')
-rw-r--r--common/consortium.j225
1 files changed, 12 insertions, 13 deletions
diff --git a/common/consortium.j2 b/common/consortium.j2
index 3387828a..4c6c5686 100644
--- a/common/consortium.j2
+++ b/common/consortium.j2
@@ -1,24 +1,23 @@
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
- {# TODO Fix meta data based on EU TALER Consortium requirements #}
<meta charset="UTF-8"/>
- <title>{{ _("GNU Taler") }}</title>
- <link rel="shortcut icon" href="/favicon.ico">
- <link rel="icon" type="image/svg+xml" href="{{ url_static('images/favicon.svg') }}" sizes="any">
- <link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-192x192.png') }}" sizes="192x192">
- <link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-512x512.png') }}" sizes="512x512">
- <link rel="apple-touch-icon" sizes="180x180" href="{{ url_static('images/apple-touch-icon.png') }}">
- <meta name="msapplication-TileColor" content="#ffffff">
- <meta name="msapplication-TileImage" content="{{ url_static('images/mstile-150x150.png') }}">
- <meta property="og:title" content="GNU Taler - Taxable Anonymous Libre Electronic Reserves" />
+ <title>{{ _("GNU Taler") }} Horizon Project</title>
+ <link rel="shortcut icon" href="/favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="{{ url_static('images/favicon.svg') }}" sizes="any" />
+ <link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-192x192.png') }}" sizes="192x192" />
+ <link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-512x512.png') }}" sizes="512x512" />
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ url_static('images/apple-touch-icon.png') }}" />
+ <meta name="msapplication-TileColor" content="#ffffff" />
+ <meta name="msapplication-TileImage" content="{{ url_static('images/mstile-150x150.png') }}" />
+ <meta property="og:title" content="The EUROTALER funded by Horizon Europe and SBFI." />
<meta property="og:type" content="website" />
- <meta property="og:url" content="{{ url_localized('index.html') }}" />
+ <meta property="og:url" content="{{ url_localized('consortium.html') }}" />
<meta property="og:image" content="https://taler.net/favicon.ico" />
<meta property="og:image" content="/favicon.ico" />
<meta property="og:image" content="{{ url_static('images/favicon.png') }}" />
- {# TODO Fix description #}
- <meta name="description" content="{{ _('A payment system that makes privacy-friendly online transactions fast and easy.') }}" />
+ <meta name="description" content="{{ _('The EUROTALER consortium, funded by Horizon Europe and SBFI, aims to bring the GNU Taler to market across Europe.') }}" />
+ {# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator" /> #}
{# TODO Other header may be needed #}
{% include "common/header.j2.inc" %}
{% block head_content %}{% endblock %}