taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

consortium.j2 (2018B)


      1 <!DOCTYPE html>
      2 <html lang="{{ lang }}">
      3   <head>
      4     <meta charset="UTF-8"/>
      5     <title>NGI Taler</title>
      6     <link rel="shortcut icon" href="/NGI_favicon.ico" />
      7     <link rel="icon" type="image/svg+xml" href="{{ url_static('images/logo-NGI_TALER_Bold.svg') }}" sizes="any" />
      8     <link rel="icon" type="image/png" href="{{ url_static('images/logo-NGI_TALER_Bold.png') }}" sizes="any" />
      9     <link rel="icon" type="image/png" href="{{ url_static('images/NGI_android-chrome-192x192.png') }}" sizes="192x192" />
     10     <link rel="icon" type="image/png" href="{{ url_static('images/NGI_android-chrome-512x512.png') }}" sizes="512x512" />
     11     <link rel="apple-touch-icon" sizes="180x180" href="{{ url_static('images/NGI_apple-touch-icon.png') }}" />
     12     <link rel="me" href="https://ps.s10y.eu/@NGI_TALER" />
     13     <link rel="me" href="https://infosec.exchange/@oec" />
     14     <meta name="msapplication-TileColor" content="#ffffff" />
     15     <meta name="msapplication-TileImage" content="{{ url_static('images/mstile-150x150.png') }}" />
     16     <meta property="og:title" content="NGI Taler project funded by Horizon Europe and SBFI." />
     17     <meta property="og:type" content="website" />
     18     <meta property="og:url" content="{{ url_localized('ngi-taler.html') }}" />
     19     <meta property="og:image" content="https://taler.net/NGI_favicon.ico" />
     20     <meta property="og:image" content="/NGI_favicon.ico" />
     21     <meta property="og:image" content="{{ url_static('images/NGI_favicon.png') }}" />
     22     <meta name="description" content="The NGI Taler project, funded by Horizon Europe and SBFI, aims to bring GNU Taler to market across Europe." />
     23     {# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator" /> #}
     24     {% include "common/header.j2.inc" %}
     25     {% block head_content %}{% endblock %}
     26   </head>
     27   <body id="mybody">
     28     {% include "common/navigation.j2.inc" %}
     29     <div id="body_content">
     30     {% block body_content %}{% endblock %}
     31     </div>
     32     {% include "common/footer-eu.j2.inc" %}
     33   </body>
     34 </html>