]> git.openstreetmap.org Git - rails.git/commitdiff
Fix file dimensions and switch from png to jpg
authorAdam Hoyle <adam@atommacbook2023.local>
Tue, 24 Oct 2023 11:11:51 +0000 (12:11 +0100)
committerAdam Hoyle <adam@atommacbook2023.local>
Tue, 24 Oct 2023 11:11:51 +0000 (12:11 +0100)
app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.jpg [new file with mode: 0644]
app/assets/images/banners/SOTMAsia_x_FOSS4G_2023.png [deleted file]
app/assets/images/banners/StateOfTheMapAfrica_2023.jpg [new file with mode: 0644]
app/assets/images/banners/StateOfTheMapAfrica_2023.png [deleted file]
app/assets/images/banners/StateOfTheMapAfrica_2023@2x.jpg [new file with mode: 0644]
app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png [deleted file]
config/banners.yml

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 (file)
index 0000000..f4a498c
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 (file)
index fb9f05c..0000000
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 (file)
index 0000000..b2bf062
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 (file)
index 5d81f0b..0000000
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 (file)
index 0000000..d7d362a
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 (file)
index 63254a5..0000000
Binary files a/app/assets/images/banners/StateOfTheMapAfrica_2023@2x.png and /dev/null differ
index abb8f0c7e8b2d351cc07a265a3a2bc0b6e1e273b..0f119e0478bbb8e3d10d1ded222deb46be042a89 100644 (file)
@@ -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]