]> git.openstreetmap.org Git - rails.git/commitdiff
Remove SotM 2022 banner, add fundraising banner
authorGuillaume Rischard <git@stereo.lu>
Sun, 13 Aug 2023 20:32:16 +0000 (21:32 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 13 Aug 2023 20:36:57 +0000 (21:36 +0100)
Closes #4162

app/assets/images/banners/donate_2023_1.jpg [new file with mode: 0644]
app/assets/images/banners/donate_2023_1@2x.jpg [new file with mode: 0644]
app/assets/images/banners/sotm_2022.png [deleted file]
config/banners.yml

diff --git a/app/assets/images/banners/donate_2023_1.jpg b/app/assets/images/banners/donate_2023_1.jpg
new file mode 100644 (file)
index 0000000..0a445b5
Binary files /dev/null and b/app/assets/images/banners/donate_2023_1.jpg differ
diff --git a/app/assets/images/banners/donate_2023_1@2x.jpg b/app/assets/images/banners/donate_2023_1@2x.jpg
new file mode 100644 (file)
index 0000000..8f519b6
Binary files /dev/null and b/app/assets/images/banners/donate_2023_1@2x.jpg differ
diff --git a/app/assets/images/banners/sotm_2022.png b/app/assets/images/banners/sotm_2022.png
deleted file mode 100644 (file)
index e6cc0cd..0000000
Binary files a/app/assets/images/banners/sotm_2022.png and /dev/null differ
index affe6b144a124f0d64c030ec9e7ed0dff8f55bc0..36f1c41278d605ff72e1bea1d857d63a947b32e2 100644 (file)
@@ -1,6 +1,9 @@
-sotm_2022:
-  id: sotm_2022
-  alt: State of the Map 2022
-  link: https://2022.stateofthemap.org/
-  img: banners/sotm_2022.png
-  enddate: 2022-aug-21
+donate_2023:
+  id: donate_2023
+  alt: OpenStreetMap Funding Drive 2023
+  link: https://supporting.openstreetmap.org/
+  img: banners/donate_2023_1.jpg
+  srcset:
+    - [banners/donate_2023_1.jpg, 1x]
+    - [banners/donate_2023_1@2x.jpg, 2x]
+  enddate: 2023-dec-31