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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7ac2c4  Add user logo (#130)
b7ac2c4 is described below

commit b7ac2c408ffe1f784e04a6352b71751c5e0cd9d7
Author: WEBhslv <[email protected]>
AuthorDate: Fri Sep 15 17:28:49 2023 +0800

    Add user logo (#130)
    
    * Add user logo
    
    * Remove duplicate logo
    
    ---------
    
    Co-authored-by: lvhaosheng <[email protected]>
---
 data/homePage.json               |   8 +++++++-
 static/homePageImg/powered39.png | Bin 0 -> 7301 bytes
 static/homePageImg/powered40.png | Bin 0 -> 12573 bytes
 static/homePageImg/powered41.png | Bin 0 -> 13831 bytes
 static/homePageImg/powered42.png | Bin 0 -> 6466 bytes
 static/homePageImg/powered43.png | Bin 0 -> 6765 bytes
 static/homePageImg/powered44.png | Bin 0 -> 15577 bytes
 7 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/data/homePage.json b/data/homePage.json
index 74b2dcd..3c867cc 100644
--- a/data/homePage.json
+++ b/data/homePage.json
@@ -134,6 +134,12 @@
     "homePageImg/powered35.png",
     "homePageImg/powered36.png",
     "homePageImg/powered37.png",
-    "homePageImg/powered38.png"
+    "homePageImg/powered38.png",
+    "homePageImg/powered39.png",
+    "homePageImg/powered40.png",
+    "homePageImg/powered41.png",
+    "homePageImg/powered42.png",
+    "homePageImg/powered43.png",
+    "homePageImg/powered44.png"
   ]
 }
\ No newline at end of file
diff --git a/static/homePageImg/powered39.png b/static/homePageImg/powered39.png
new file mode 100644
index 0000000..f89ac6c
Binary files /dev/null and b/static/homePageImg/powered39.png differ
diff --git a/static/homePageImg/powered40.png b/static/homePageImg/powered40.png
new file mode 100644
index 0000000..6872d3d
Binary files /dev/null and b/static/homePageImg/powered40.png differ
diff --git a/static/homePageImg/powered41.png b/static/homePageImg/powered41.png
new file mode 100644
index 0000000..a4100ed
Binary files /dev/null and b/static/homePageImg/powered41.png differ
diff --git a/static/homePageImg/powered42.png b/static/homePageImg/powered42.png
new file mode 100644
index 0000000..014e898
Binary files /dev/null and b/static/homePageImg/powered42.png differ
diff --git a/static/homePageImg/powered43.png b/static/homePageImg/powered43.png
new file mode 100644
index 0000000..3713446
Binary files /dev/null and b/static/homePageImg/powered43.png differ
diff --git a/static/homePageImg/powered44.png b/static/homePageImg/powered44.png
new file mode 100644
index 0000000..e4e978c
Binary files /dev/null and b/static/homePageImg/powered44.png differ

Reply via email to