Skip to content

Commit

Permalink
add CECloud and Neen S.p.A partners
Browse files Browse the repository at this point in the history
Signed-off-by: changzhen <[email protected]>
  • Loading branch information
XiShanYongYe-Chang committed Mar 13, 2024
1 parent 5694bd4 commit 8398d7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,11 @@
},
"partners.unionbigdata.description": {
"message": "使用 Karmada 构建多策略和多地域的智能分布式容器平台。"
},
"partners.cecloud.description": {
"message": "使用 Karmada 构建多集群平台。"
},
"partners.neen.description": {
"message": "使用 Karmada 管理多 region 集群中的故障切换。"
}
}
22 changes: 22 additions & 0 deletions src/data/partnersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import React from "react";
import huawei from "../../static/img/supporters/huawei.png";
import daocloud from "../../static/img/supporters/DaoCloud.png";
import unionbigdata from "../../static/img/supporters/unionbigdata.png";
import cecloud from "../../static/img/supporters/CECloud.png"
import neen from "../../static/img/supporters/neen.png"

const PartnersList = [
{
Expand Down Expand Up @@ -36,6 +38,26 @@ const PartnersList = [
</Translate>
),
},
{
image: cecloud,
title: "CECloud",
webURL: "https://cecloud.com/",
description: (
<Translate id="partners.cecloud.description">
Use Karmada to build multi-cluster platform.
</Translate>
),
},
{
image: neen,
title: "Neen S.p.A",
webURL: "https://www.neen.it/",
description: (
<Translate id="partners.neen.description">
Use Karmada to manage failover in a multi-region cluster.
</Translate>
),
},
// Add more partners information...
];

Expand Down

0 comments on commit 8398d7b

Please sign in to comment.