You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by re...@apache.org on 2024/04/18 03:26:51 UTC

(celeborn-website) branch main updated: Add users page (#47)

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

rexxiong 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 2579ab7f Add users page (#47)
2579ab7f is described below

commit 2579ab7f162bf0a91e3c04debd13d3348dcfc9ab
Author: Ethan Feng <et...@apache.org>
AuthorDate: Thu Apr 18 11:26:47 2024 +0800

    Add users page (#47)
    
    * Add users page
---
 docs/assets/logo/users/aliyun.png | Bin 0 -> 33794 bytes
 docs/user.md                      |  47 ++++++++++++++++++++++++++++++++++++++
 mkdocs.yml                        |   1 +
 3 files changed, 48 insertions(+)

diff --git a/docs/assets/logo/users/aliyun.png b/docs/assets/logo/users/aliyun.png
new file mode 100644
index 00000000..5f2ba7ee
Binary files /dev/null and b/docs/assets/logo/users/aliyun.png differ
diff --git a/docs/user.md b/docs/user.md
new file mode 100644
index 00000000..a76321bf
--- /dev/null
+++ b/docs/user.md
@@ -0,0 +1,47 @@
+---
+hide:
+  - navigation
+
+license: |
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      https://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+---
+# Who's Using
+Various companies and organizations are using Celeborn for production and commercial products.  
+Are you using this project? [Add your company](https://github.com/apache/celeborn/issues/2140).
+
+<style>
+.row {
+  display: flex;
+  flex-wrap: wrap;
+  padding: 0 4px;
+}
+
+.column {
+  flex: 25%;
+  padding: 0 4px;
+}
+
+.column img {
+  margin-top: 8px;
+  vertical-align: middle;
+}
+</style>
+
+<div class="row">
+  <div class="column">
+    <img src="/assets/logo/users/aliyun.png" width="200">
+  </div>
+</div>
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 3cb864d6..262bbd4e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -69,6 +69,7 @@ nav:
   - Home: index.md
   - Download: download.md
   - Documentation: https://celeborn.apache.org/docs/latest/
+  - Who's Using: user.md
   - Community:
       - Join the Mailing Lists: community/maillist.md
       - Project Management Committee: community/project_management_committee.md