This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 746f181  Update Pulsar user logo on website (#9354)
746f181 is described below

commit 746f1814bf0bfdd71d0f81ae31449138a42f3825
Author: Guowei Tian <[email protected]>
AuthorDate: Thu Jan 28 20:42:24 2021 +0800

    Update Pulsar user logo on website (#9354)
    
    ### Motivation
    
    
    We recently discovered that the user’s logo has been updated or cannot be 
displayed normally.
    New additions and updates companier's logo : THG、EMQ、Ge Tui、Keytop、Kesque 
、KAISA.
    
    ### Modifications
    
    Update the above company logos to Pulsar website.
---
 site2/website/data/users.js | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index 3232689..cf24720 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -62,7 +62,7 @@ module.exports = [
     {
         name: 'The Hut Group',
         url: 'https://www.thg.com',
-        logo: 
'https://media-exp1.licdn.com/dms/image/C4D0BAQFTQW37dNzMJQ/company-logo_200_200/0?e=1608768000&v=beta&t=jX_8bxciHMwoiJcGbxlPW-FBlF6YYjGVBOOKm-N2gls'
+        logo: 
'https://1000logos.net/wp-content/uploads/2020/09/THG-Logo-1024x640.png'
     },
     {
         name: 'Turtlequeue',
@@ -99,6 +99,7 @@ module.exports = [
         name: 'EMQ',
         url: 'https://www.emqx.io/',
         logo: 'https://www.emqx.io/static/img/logo.svg'
+        logo_white: true
     },
     {
         name: 'Tencent',
@@ -242,7 +243,7 @@ module.exports = [
     {
         name: 'Keytop',
         url: 'https://www.ikeytop.com/',
-        logo: 
'https://static.wixstatic.com/media/ecbdea_434ae22f85ed4e93ba3fdc39c7141c3f~mv2.png/v1/fill/w_424,h_116,al_c,q_85,usm_0.66_1.00_0.01/Keytop_logo.webp',
+        logo: 
'https://static.wixstatic.com/media/ecbdea_434ae22f85ed4e93ba3fdc39c7141c3f~mv2.png/v1/fill/w_424,h_116,al_c,usm_0.66_1.00_0.01/Keytop_logo.png',
     },
     {
         name: 'Zhihu',
@@ -283,6 +284,13 @@ module.exports = [
         name: 'Ge Tui',
         url: 'https://www.getui.com',
         logo: 'https://gt-static.getui.com/getui_pc/client/img/e33ecd9.svg',
+        logo_white: true
+    },
+    {
+        name: 'Kesque',
+        url: 'https://kesque.com',
+        logo: 
'https://static.kafkaesque.io/wp-content/uploads/2020/06/kesque_logo.svg',
+        logo_white: true
     },
     {
         name: 'KAISA',
@@ -293,6 +301,7 @@ module.exports = [
         name: 'Bairong.Inc',
         url: 'http://www.brgroup.com',
         logo: 'http://www.brgroup.com/_nuxt/img/logo.d2a976e.png',
+          logo_white: true
     },
     {
         name: 'Itcast.cn',

Reply via email to