diff --git a/i18n/zh/code.json b/i18n/zh/code.json
index 5497a814..ab480d19 100644
--- a/i18n/zh/code.json
+++ b/i18n/zh/code.json
@@ -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 构建多策略和多地域的智能分布式容器平台。"
}
}
diff --git a/src/data/partnersData.tsx b/src/data/partnersData.tsx
index 08056799..8c616835 100644
--- a/src/data/partnersData.tsx
+++ b/src/data/partnersData.tsx
@@ -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 = [
{
@@ -36,6 +39,36 @@ const PartnersList = [
),
},
+ {
+ image: cecloud,
+ title: "CECloud",
+ webURL: "https://cecloud.com/",
+ description: (
+
+ Use Karmada to build multi-cluster platform.
+
+ ),
+ },
+ {
+ image: neen,
+ title: "Neen S.p.A",
+ webURL: "https://www.neen.it/",
+ description: (
+
+ Use Karmada to manage failover in a multi-region cluster.
+
+ ),
+ },
+ {
+ image: chinaunicom,
+ title: "Unicom Digital Tech",
+ webURL: "https://www.chinaunicom.com.cn/",
+ description: (
+
+ Use Karmada to build a intelligent and distributed container platform with multi-policy and multi-region.
+
+ ),
+ },
// Add more partners information...
];
diff --git a/static/img/supporters/chinaunicom.png b/static/img/supporters/chinaunicom.png
new file mode 100644
index 00000000..dddd296a
Binary files /dev/null and b/static/img/supporters/chinaunicom.png differ