diff --git a/config/adopters.json b/config/adopters.json index 5b30955efa820e5a64f3b2a97ed32084c34a0a18..bfae470222aa3cc2dd138d2f689d0e3f2ed463d5 100644 --- a/config/adopters.json +++ b/config/adopters.json @@ -758,6 +758,15 @@ "iot.zenoh" ] }, + { + "name": "OpenBPMN", + "homepage_url": "https://github.com/imixs/open-bpmn/", + "logo": "logo-openbpmn.png", + "logo_white": "logo-openbpmn-white.png", + "projects": [ + "ecd.glsp" + ] + }, { "name": "OpenCV", "homepage_url": "https://opencv.org/", diff --git a/static/assets/images/adopters/logo-openbpmn-white.png b/static/assets/images/adopters/logo-openbpmn-white.png new file mode 100644 index 0000000000000000000000000000000000000000..c0fc7b9ef7398d2dc9c7f90af41dcda6914b8de8 Binary files /dev/null and b/static/assets/images/adopters/logo-openbpmn-white.png differ diff --git a/static/assets/images/adopters/logo-openbpmn.png b/static/assets/images/adopters/logo-openbpmn.png new file mode 100644 index 0000000000000000000000000000000000000000..e68a690e9fa5b7237892fb1fb2172ee92e4df593 Binary files /dev/null and b/static/assets/images/adopters/logo-openbpmn.png differ