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

angerszhuuuu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2551cbbe Add Qifu and bytedance logo (#101)
2551cbbe is described below

commit 2551cbbe26b1b9147bbf3bb5d539390f1930e350
Author: Fei Wang <[email protected]>
AuthorDate: Tue Jan 7 18:08:01 2025 -0800

    Add Qifu and bytedance logo (#101)
---
 docs/assets/logo/users/bytedance.png | Bin 0 -> 239156 bytes
 docs/assets/logo/users/qifu.png      | Bin 0 -> 153830 bytes
 docs/user.md                         |   6 ++++++
 3 files changed, 6 insertions(+)

diff --git a/docs/assets/logo/users/bytedance.png 
b/docs/assets/logo/users/bytedance.png
new file mode 100644
index 00000000..33ef0948
Binary files /dev/null and b/docs/assets/logo/users/bytedance.png differ
diff --git a/docs/assets/logo/users/qifu.png b/docs/assets/logo/users/qifu.png
new file mode 100644
index 00000000..606a54af
Binary files /dev/null and b/docs/assets/logo/users/qifu.png differ
diff --git a/docs/user.md b/docs/user.md
index 35324ad4..7ac085d5 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -135,4 +135,10 @@ companyItemImg {
     <div class="companyItem">
        <img class="companyItemImg" src="../assets/logo/users/tuya.png">
     </div>
+    <div class="companyItem">
+       <img class="companyItemImg" src="../assets/logo/users/qifu.png">
+    </div>
+    <div class="companyItem">
+       <img class="companyItemImg" src="../assets/logo/users/bytedance.png">
+    </div>
 </div>

Reply via email to