From 3df9689978125799df75c7149c86905f3be0aa9d Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Sun, 1 Oct 2023 16:21:14 +0200
Subject: Using new CEFCA logo in SVG format

Until now, the old pixelated PNG format of CEFCA's logo was being
used. However, recently Marjan Akbari made an SVG replica of the
format and published it on Wikipedia:
https://commons.wikimedia.org/wiki/File:CEFCA-logo.svg

With this commit, this vector graphics logo is being used instead.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 7cb341d..76ebc1d 100644
--- a/index.html
+++ b/index.html
@@ -165,7 +165,7 @@ git branch -b my-fix</code></pre>
                     <h3>Supporting organizations:</h3>
                     <div class="support">
                         <div id="logo-rda"><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div>
-                        <div><a href="https://www.cefca.es/"><img src="./img/cefca.png"></a></div>
+                        <div><a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg"></a></div>
                         <div><a href="https://www.iac.es/"><img src="./img/iac-compressed.svg"></a></div>
                         <div><a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg"></a></div>
                         <div id="logo-mext"><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div>
-- 
cgit v1.2.1