]> git.openstreetmap.org Git - rails.git/commitdiff
Add Africa banner (with @2x)
authorAdam Hoyle <adam@atommacbook2023.local>
Tue, 24 Oct 2023 07:44:23 +0000 (08:44 +0100)
committerAdam Hoyle <adam@atommacbook2023.local>
Tue, 24 Oct 2023 07:44:23 +0000 (08:44 +0100)
app/assets/images/banners/StateOfTheMapAfrica_2023.png [new file with mode: 0644]
app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png [new file with mode: 0644]
config/banners.yml

diff --git a/app/assets/images/banners/StateOfTheMapAfrica_2023.png b/app/assets/images/banners/StateOfTheMapAfrica_2023.png
new file mode 100644 (file)
index 0000000..5d81f0b
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 (file)
index 0000000..63254a5
Binary files /dev/null and b/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png differ
index 769a5572615d88e0b83c74295412f4a301dc36fc..abb8f0c7e8b2d351cc07a265a3a2bc0b6e1e273b 100644 (file)
@@ -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