From: Adam Hoyle Date: Tue, 24 Oct 2023 07:44:23 +0000 (+0100) Subject: Add Africa banner (with @2x) X-Git-Tag: live~431^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/73bba0a9b63c3513a7421aff068b00a97e2762fa Add Africa banner (with @2x) --- diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023.png b/app/assets/images/banners/StateOfTheMapAfrica_2023.png new file mode 100644 index 000000000..5d81f0bfc Binary files /dev/null and b/app/assets/images/banners/StateOfTheMapAfrica_2023.png differ diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png new file mode 100644 index 000000000..63254a5f9 Binary files /dev/null and b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png differ diff --git a/config/banners.yml b/config/banners.yml index 769a55726..abb8f0c7e 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -21,4 +21,14 @@ sotmasia_2023: link: https://stateofthemap.asia/ img: banners/SOTMAsia_x_FOSS4G_2023.png startdate: 2023-oct-18 - enddate: 2023-nov-18 \ No newline at end of file + 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 + srcset: + - [banners/StateOfTheMapAfrica_2023.jpg, 1x] + - [banners/StateOfTheMapAfrica_2023@2x.jpg, 2x] + startdate: 2023-oct-30 + enddate: 2023-nov-30 \ No newline at end of file