summaryrefslogtreecommitdiff
path: root/common/consortium.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/consortium.j2')
-rw-r--r--common/consortium.j232
1 files changed, 32 insertions, 0 deletions
diff --git a/common/consortium.j2 b/common/consortium.j2
new file mode 100644
index 00000000..49aeebc3
--- /dev/null
+++ b/common/consortium.j2
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="{{ lang }}">
+ <head>
+ <meta charset="UTF-8"/>
+ <title>NGI Taler</title>
+ <link rel="shortcut icon" href="/NGI_favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="{{ url_static('images/logo-NGI_TALER_Bold.svg') }}" sizes="any" />
+ <link rel="icon" type="image/png" href="{{ url_static('images/logo-NGI_TALER_Bold.png') }}" sizes="any" />
+ <link rel="icon" type="image/png" href="{{ url_static('images/NGI_android-chrome-192x192.png') }}" sizes="192x192" />
+ <link rel="icon" type="image/png" href="{{ url_static('images/NGI_android-chrome-512x512.png') }}" sizes="512x512" />
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ url_static('images/NGI_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="NGI Taler project funded by Horizon Europe and SBFI." />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="{{ url_localized('ngi-taler.html') }}" />
+ <meta property="og:image" content="https://taler.net/NGI_favicon.ico" />
+ <meta property="og:image" content="/NGI_favicon.ico" />
+ <meta property="og:image" content="{{ url_static('images/NGI_favicon.png') }}" />
+ <meta name="description" content="The NGI Taler project, funded by Horizon Europe and SBFI, aims to bring GNU Taler to market across Europe." />
+ {# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator" /> #}
+ {% include "common/header.j2.inc" %}
+ {% block head_content %}{% endblock %}
+ </head>
+ <body id="mybody">
+ {% include "common/navigation.j2.inc" %}
+ <div id="body_content">
+ {% block body_content %}{% endblock %}
+ </div>
+ {% include "common/footer-eu.j2.inc" %}
+ </body>
+</html>