diff --git a/config/adopters.json b/config/adopters.json index ac85183f4c9cb630e3aed39aa9bb3eca69fd1182..634c3a90bfa2d20a68ac7636cf7cc36a6a318ad1 100644 --- a/config/adopters.json +++ b/config/adopters.json @@ -865,6 +865,15 @@ "iot.mosquitto" ] }, + { + "name": "SNCF", + "homepage_url": "https://www.sncf.com/fr", + "logo": "logo-sncf.png", + "logo_white": "logo-sncf-white.png", + "projects": [ + "iot.keyple" + ] + }, { "name": "Cumulocity IoT by Software AG", "homepage_url": "https://www.softwareag.cloud/site/product/cumulocity-iot.html", diff --git a/static/assets/images/adopters/logo-sncf-white.png b/static/assets/images/adopters/logo-sncf-white.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc50965523efbbd2d4296287caeaac3671ae799 Binary files /dev/null and b/static/assets/images/adopters/logo-sncf-white.png differ diff --git a/static/assets/images/adopters/logo-sncf.png b/static/assets/images/adopters/logo-sncf.png new file mode 100644 index 0000000000000000000000000000000000000000..431c44c62d8b332e2f1b472d2ee3f356aec6c829 Binary files /dev/null and b/static/assets/images/adopters/logo-sncf.png differ