Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CECloud, Neen S.p.A and Unicom Digital Tech Partners #580

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,14 @@
},
"partners.unionbigdata.description": {
"message": "使用 Karmada 构建多策略和多地域的智能分布式容器平台。"
},
"partners.cecloud.description": {
"message": "使用 Karmada 构建多集群平台。"
},
"partners.neen.description": {
"message": "使用 Karmada 管理多 region 集群中的故障切换。"
},
"partners.chinaunicom.description": {
"message": "使用 Karmada 构建多策略和多地域的智能分布式容器平台。"
}
}
33 changes: 33 additions & 0 deletions src/data/partnersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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"
import chinaunicom from "../../static/img/supporters/chinaunicom.png"

const PartnersList = [
{
Expand Down Expand Up @@ -36,6 +39,36 @@ 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>
),
},
{
image: chinaunicom,
title: "Unicom Digital Tech",
webURL: "https://www.chinaunicom.com.cn/",
description: (
<Translate id="partners.chinaunicom.description">
Use Karmada to build a intelligent and distributed container platform with multi-policy and multi-region.
</Translate>
),
},
// Add more partners information...
];

Expand Down
Binary file added static/img/supporters/chinaunicom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.