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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cc8307d  add flink & trino to ecosystem (#45)
cc8307d is described below

commit cc8307d886888099733d0ca9da201469eafa3c86
Author: happytofly <[email protected]>
AuthorDate: Mon Mar 7 21:47:10 2022 +0800

    add flink & trino to ecosystem (#45)
    
    * add flink & trino logo
    
    add flink & trino logo
    
    * add flink & trino to ecosystem
    
    add flink & trino to ecosystem "Deploy at any scale", and reorder them like 
this:
    spark  kubernetes
    flink    yarn
    trino   mesos
---
 data/homePage.json            |  10 ++++++----
 static/homePageImg/ecosB5.png | Bin 0 -> 19012 bytes
 static/homePageImg/ecosB6.png | Bin 0 -> 12756 bytes
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/data/homePage.json b/data/homePage.json
index 66171f6..e35d622 100644
--- a/data/homePage.json
+++ b/data/homePage.json
@@ -31,10 +31,12 @@
     {
       "title": "Deploy at any scale",
       "list": [
-        "homePageImg/ecosB1.png",
-        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB4.png",
         "homePageImg/ecosB3.png",
-        "homePageImg/ecosB4.png"
+        "homePageImg/ecosB5.png",
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB6.png",
+        "homePageImg/ecosB2.png"
       ]
     },
     {
@@ -80,4 +82,4 @@
       "href": "https://kyuubi.apache.org/contributing.html";
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/static/homePageImg/ecosB5.png b/static/homePageImg/ecosB5.png
new file mode 100644
index 0000000..1451f39
Binary files /dev/null and b/static/homePageImg/ecosB5.png differ
diff --git a/static/homePageImg/ecosB6.png b/static/homePageImg/ecosB6.png
new file mode 100644
index 0000000..7633327
Binary files /dev/null and b/static/homePageImg/ecosB6.png differ

Reply via email to