commit 7fef8f74b2e5e5cef6f94647e609c1da949d860e
parent 7bdbc1fa36a740ecc892d2328350927afaf2aa63
Author: Stefan Kügel <skuegel@web.de>
Date: Mon, 15 Jan 2024 13:44:23 +0100
update of logo image file, change format svg --> png in header and footer
Diffstat:
4 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/common/consortium.j2 b/common/consortium.j2
@@ -5,6 +5,7 @@
<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') }}" />
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
@@ -10,7 +10,7 @@
<h4>NGI TALER Overview</h4>
<ul class="footer-list">
<br>
- <img class="img-fluid" src="{{ url_static('images/logo-NGI_TALER_Bold.svg') }}" alt="The NGI Taler logo" width="280px">
+ <img class="img-fluid" src="{{ url_static('images/logo-NGI_TALER_Bold.png') }}" alt="The NGI Taler logo" width="280px">
<li><strong>Coordinator:</strong> <br>Eindhoven University of Technology</li>
<li><strong>E-Mail: </strong><a href="mailto:questions'AT'taler.net?subject=Message to the NGI Taler project coordinator">Contact us</a></li>
<li><strong>Programme call:</strong> <br>HORIZON-CL4-2023-HUMAN-01-CNECT</li>
diff --git a/static/images/logo-NGI_TALER_Bold.png b/static/images/logo-NGI_TALER_Bold.png
Binary files differ.
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
@@ -5,7 +5,7 @@
<article>
<div class="row">
<div class="col-lg-6">
- <img class="img-fluid" src="{{ url_static('images/logo-NGI_TALER_Bold.svg') }}" alt="NGI Taler logo" width="500px">
+ <img class="img-fluid" src="{{ url_static('images/logo-NGI_TALER_Bold.png') }}" alt="NGI Taler logo" width="500px">
</div>
<h4 class="font-weight-bold pb-2 mb-4">NGI TALER</h4>
<!-- {# <div class="col col-md-auto"></div> #} project intro -->