diff --git a/_includes/partner-script.js b/_includes/partner-script.js index 815b6b917b..0141ca26ae 100644 --- a/_includes/partner-script.js +++ b/_includes/partner-script.js @@ -496,6 +496,27 @@ logo: 'easynube', link: 'https://www.carrefour.es/supermercado/?ic_source=portal-home&ic_medium=menu-links&ic_content=section-home', blurb: 'Provide consultancy, architecture and implementation' + }, + { + type: 1, + name: 'Opcito Technologies', + logo: 'opcito', + link: 'http://www.opcito.com/kubernetes/', + blurb: 'Opcito is a software consultancy that uses Kubernetes to help organisations build, architect & deploy highly scalable applications.' + }, + { + type: 0, + name: 'Huawei Technologies Co., Ltd.', + logo: 'huawei', + link: 'http://developer.huawei.com/ict/en/site-paas', + blurb: 'FusionStage is an enterprise-grade PaaS, the core of which is based on open source container technology including Kubernetes and Docker.' + }, + { + type: 0, + name: '{code} by Dell EMC', + logo: 'codedellemc', + link: 'https://blog.codedellemc.com', + blurb: 'Respected as a thought leader in storage persistence for containerized applications. Contributed significant work to K8 and Ecosystem' } ] diff --git a/images/square-logos/codedellemc.png b/images/square-logos/codedellemc.png new file mode 100644 index 0000000000..613b702883 Binary files /dev/null and b/images/square-logos/codedellemc.png differ diff --git a/images/square-logos/opcito.png b/images/square-logos/opcito.png new file mode 100644 index 0000000000..c48ed00ec1 Binary files /dev/null and b/images/square-logos/opcito.png differ