From a38527d8b6f10327019d050c9cdee65e4664f306 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 22 Oct 2019 00:50:20 +0800 Subject: [PATCH] Add IBM to the user list (#4206) * Add IBM to the user list * add ibm logo * update url --- README.md | 1 + website/dynamic/users.yml | 5 +++++ website/static/img/companies/ibm.svg | 1 + 3 files changed, 7 insertions(+) create mode 100644 website/static/img/companies/ibm.svg diff --git a/README.md b/README.md index f038817992..d3cd9d72f8 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in - [GMO Pepabo](https://pepabo.com/en/) - [GoDaddy](https://godaddy.com) - [Here](https://developer.here.com/) +- [IBM](https://www.ibm.com/) - [JustStar](https://www.juststarinfo.com) - [Klarna](https://www.klarna.com/) - [Médiavision](https://www.mediavision.fr/) diff --git a/website/dynamic/users.yml b/website/dynamic/users.yml index cae02ea643..5de80acdd6 100644 --- a/website/dynamic/users.yml +++ b/website/dynamic/users.yml @@ -123,6 +123,11 @@ image: "img/companies/here.png" infoLink: "https://developer.here.com/" pinned: false +- + caption: "IBM" + image: "img/companies/ibm.svg" + infoLink: "https://www.ibm.com" + pinned: false - caption: JustStar image: "img/companies/juststar.png" diff --git a/website/static/img/companies/ibm.svg b/website/static/img/companies/ibm.svg new file mode 100644 index 0000000000..ad0cb64b16 --- /dev/null +++ b/website/static/img/companies/ibm.svg @@ -0,0 +1 @@ + \ No newline at end of file