From 836978e7398b751a3f7888003b3bac5e925aa65b Mon Sep 17 00:00:00 2001
From: Simon Fernandez <simon.fernandez1@univ-grenoble-alpes.fr>
Date: Sun, 13 Feb 2022 21:41:17 +0100
Subject: [PATCH] Put imagess of last year in separate folder

---
 home/static/imgs/{ => 2021}/cof.svg             |   0
 home/static/imgs/{ => 2021}/ens_psl.png         | Bin
 home/static/imgs/{ => 2021}/favicon.ico         | Bin
 home/static/imgs/{ => 2021}/logo.png            | Bin
 home/static/imgs/{ => 2021}/logo_easter_egg.png | Bin
 home/static/imgs/{ => 2021}/logo_grey.png       | Bin
 home/static/imgs/{ => 2021}/logointerludes.png  | Bin
 home/static/imgs/{ => 2022}/bul.png             | Bin
 home/static/imgs/{ => 2022}/ens_lyon.svg        |   0
 9 files changed, 0 insertions(+), 0 deletions(-)
 rename home/static/imgs/{ => 2021}/cof.svg (100%)
 rename home/static/imgs/{ => 2021}/ens_psl.png (100%)
 rename home/static/imgs/{ => 2021}/favicon.ico (100%)
 rename home/static/imgs/{ => 2021}/logo.png (100%)
 rename home/static/imgs/{ => 2021}/logo_easter_egg.png (100%)
 rename home/static/imgs/{ => 2021}/logo_grey.png (100%)
 rename home/static/imgs/{ => 2021}/logointerludes.png (100%)
 rename home/static/imgs/{ => 2022}/bul.png (100%)
 rename home/static/imgs/{ => 2022}/ens_lyon.svg (100%)

diff --git a/home/static/imgs/cof.svg b/home/static/imgs/2021/cof.svg
similarity index 100%
rename from home/static/imgs/cof.svg
rename to home/static/imgs/2021/cof.svg
diff --git a/home/static/imgs/ens_psl.png b/home/static/imgs/2021/ens_psl.png
similarity index 100%
rename from home/static/imgs/ens_psl.png
rename to home/static/imgs/2021/ens_psl.png
diff --git a/home/static/imgs/favicon.ico b/home/static/imgs/2021/favicon.ico
similarity index 100%
rename from home/static/imgs/favicon.ico
rename to home/static/imgs/2021/favicon.ico
diff --git a/home/static/imgs/logo.png b/home/static/imgs/2021/logo.png
similarity index 100%
rename from home/static/imgs/logo.png
rename to home/static/imgs/2021/logo.png
diff --git a/home/static/imgs/logo_easter_egg.png b/home/static/imgs/2021/logo_easter_egg.png
similarity index 100%
rename from home/static/imgs/logo_easter_egg.png
rename to home/static/imgs/2021/logo_easter_egg.png
diff --git a/home/static/imgs/logo_grey.png b/home/static/imgs/2021/logo_grey.png
similarity index 100%
rename from home/static/imgs/logo_grey.png
rename to home/static/imgs/2021/logo_grey.png
diff --git a/home/static/imgs/logointerludes.png b/home/static/imgs/2021/logointerludes.png
similarity index 100%
rename from home/static/imgs/logointerludes.png
rename to home/static/imgs/2021/logointerludes.png
diff --git a/home/static/imgs/bul.png b/home/static/imgs/2022/bul.png
similarity index 100%
rename from home/static/imgs/bul.png
rename to home/static/imgs/2022/bul.png
diff --git a/home/static/imgs/ens_lyon.svg b/home/static/imgs/2022/ens_lyon.svg
similarity index 100%
rename from home/static/imgs/ens_lyon.svg
rename to home/static/imgs/2022/ens_lyon.svg
-- 
GitLab