From: Adam Hoyle Date: Tue, 24 Oct 2023 11:11:51 +0000 (+0100) Subject: Fix file dimensions and switch from png to jpg X-Git-Tag: live~434^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/441be268d8c45a61b649b171e244f1916da93649 Fix file dimensions and switch from png to jpg --- diff --git a/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.jpg b/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.jpg new file mode 100644 index 000000000..f4a498c1c Binary files /dev/null and b/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.jpg differ diff --git a/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.png b/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.png deleted file mode 100644 index fb9f05c63..000000000 Binary files a/app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.png and /dev/null differ diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023.jpg b/app/assets/images/banners/StateOfTheMapAfrica_2023.jpg new file mode 100644 index 000000000..b2bf06209 Binary files /dev/null and b/app/assets/images/banners/StateOfTheMapAfrica_2023.jpg differ diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023.png b/app/assets/images/banners/StateOfTheMapAfrica_2023.png deleted file mode 100644 index 5d81f0bfc..000000000 Binary files a/app/assets/images/banners/StateOfTheMapAfrica_2023.png and /dev/null differ diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.jpg b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.jpg new file mode 100644 index 000000000..d7d362ae7 Binary files /dev/null and b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.jpg differ diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png deleted file mode 100644 index 63254a5f9..000000000 Binary files a/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png and /dev/null differ diff --git a/config/banners.yml b/config/banners.yml index abb8f0c7e..0f119e047 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -19,14 +19,14 @@ sotmasia_2023: id: sotmasia_2023 alt: State of the Map Asia x Foss4G Thailand 2023 link: https://stateofthemap.asia/ - img: banners/SOTMAsia_x_FOSS4G_2023.png + img: banners/SOTMAsia_x_FOSS4G_2023.jpg startdate: 2023-oct-18 enddate: 2023-nov-18 sotmafrica_2023: id: sotmafrica_2023 alt: State of the Map Africa 2023 link: https://stateofthemap.asia/ - img: banners/StateOfTheMapAfrica_2023.png + img: banners/StateOfTheMapAfrica_2023.jpg srcset: - [banners/StateOfTheMapAfrica_2023.jpg, 1x] - [banners/StateOfTheMapAfrica_2023@2x.jpg, 2x]