diff --git a/README.md b/README.md index d11f3698e91..8cf76b6dfe2 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in - [Arduino](https://www.arduino.cc/) - [b<>com](https://b-com.com/en) - [百度营销](https://e.baidu.com) +- [Bandwidth](https://dev.bandwidth.com) - [Banzai Cloud](https://banzaicloud.com) - [BIMData.io](https://bimdata.io) - [Bithost GmbH](https://www.bithost.ch) diff --git a/website/src/dynamic/users.yml b/website/src/dynamic/users.yml index 6b84a080a87..46c979332c9 100644 --- a/website/src/dynamic/users.yml +++ b/website/src/dynamic/users.yml @@ -58,6 +58,11 @@ image: "img/companies/ebaidu.jpeg" infoLink: "https://e.baidu.com" pinned: false +- + caption: "Bandwidth" + image: "img/companies/bandwidth.png" + infoLink: "https://dev.bandwidth.com/" + pinned: false - caption: "Banzai Cloud" image: "img/companies/banzai_cloud.png" diff --git a/website/static/img/companies/bandwidth.png b/website/static/img/companies/bandwidth.png new file mode 100644 index 00000000000..ee19a0b5afc Binary files /dev/null and b/website/static/img/companies/bandwidth.png differ