summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2024-01-15 13:44:23 +0100
committerStefan Kügel <skuegel@web.de>2024-01-15 13:44:23 +0100
commit7fef8f74b2e5e5cef6f94647e609c1da949d860e (patch)
tree855041eb080fbc962742a7291cb11d2bee075c7f
parent7bdbc1fa36a740ecc892d2328350927afaf2aa63 (diff)
downloadwww-7fef8f74b2e5e5cef6f94647e609c1da949d860e.tar.gz
www-7fef8f74b2e5e5cef6f94647e609c1da949d860e.tar.bz2
www-7fef8f74b2e5e5cef6f94647e609c1da949d860e.zip
update of logo image file, change format svg --> png in header and footer
-rw-r--r--common/consortium.j21
-rw-r--r--common/footer-eu.j2.inc2
-rw-r--r--static/images/logo-NGI_TALER_Bold.pngbin0 -> 19894 bytes
-rw-r--r--template/ngi-taler.html.j22
4 files changed, 3 insertions, 2 deletions
diff --git a/common/consortium.j2 b/common/consortium.j2
index c3f251df..49aeebc3 100644
--- 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
index cff832ac..d2ebb65f 100644
--- 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
new file mode 100644
index 00000000..a7a10d28
--- /dev/null
+++ 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
index 556d29b5..aeeaaeb9 100644
--- 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 -->