diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/partners-page.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/partners-page.mdx index 287f3be..4740a2f 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-pages/partners-page.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/partners-page.mdx @@ -16,46 +16,57 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; .custom-banner { background-color: #7D52F4; position: relative; - padding: 60px 20px; + padding: 80px 20px; color: white !important; text-align: left; border-radius: 10px; overflow: hidden; z-index: 1; } - .banner-bg { - position: absolute; - top: 0; left: 0; width: 100%; height: 100%; - object-fit: cover; - z-index: -1; - opacity: 0.8; - } - .banner-overlay { - position: absolute; - top: 0; left: 0; width: 100%; height: 100%; - background: linear-gradient(to right, rgba(125, 82, 244, 0.95), rgba(125, 82, 244, 0.4)); - z-index: -1; - } + .banner-content { max-width: 1200px; margin: 0 auto; position: relative; } + .banner-title { font-size: 3rem; font-weight: bold; color: white !important; margin: 0 0 15px 0; } - .custom-footer { - text-align: center; - padding: 120px 20px; - margin-top: 50px; - position: relative; - overflow: hidden; - background-color: transparent; + .banner-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: 0.8; } + .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(125, 82, 244, 0.95), rgba(125, 82, 244, 0.4)); z-index: -1; } + + .partners-grid { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 20px; + margin-top: 20px; } - .footer-bg { - position: absolute; - bottom: 0; left: 50%; - transform: translateX(-50%); - width: 100%; - max-height: 100%; - z-index: -1; - object-fit: contain; - pointer-events: none; + + .benefits-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 30px; + margin-top: 30px; + } + + @media (max-width: 996px) { + .banner-title { font-size: 2rem; } + .custom-banner { padding: 40px 20px; } + + .partners-grid { + grid-template-columns: repeat(2, 1fr); + gap: 12px; + } + + .benefits-grid { + grid-template-columns: 1fr; + gap: 20px; + } + + .tabs__item { + padding: 8px 15px !important; + font-size: 0.9rem !important; + } + + .cert-slide { width: 200px; } } + .custom-footer { text-align: center; padding: 120px 20px; margin-top: 50px; position: relative; overflow: hidden; background-color: transparent; } + .footer-bg { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-height: 100%; z-index: -1; object-fit: contain; pointer-events: none; } ul.tabs {justify-content: center !important;border-bottom: none !important;gap: 15px !important;display: flex !important;} .tabs__item {font-size: 1rem !important;font-weight: bold !important;padding: 10px 20px !important;border-radius: 30px !important;border: 2px solid #f0f0f0 !important;transition: all 0.3s ease;margin: 5px 0 !important;} .tabs__item--active {background-color: #7D52F4 !important;color: white !important;border-color: #7D52F4 !important;} @@ -73,18 +84,18 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-
-

成为 IvorySQL 的合作伙伴

+
+

成为 IvorySQL 的合作伙伴

欢迎申请!

立即申请
-
- +
+

深度兼容主流基础设施,构建稳定、高性能的技术生态。

-
+
@@ -99,7 +110,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

连接开发者生态,共同推广开源技术与实践案例。

-
+ -

与领先的系统集成商和解决方案商合作,为企业提供开箱即用的行业化能力。

-
+

与领先的系统集成商合作,提供开箱即用的行业化能力。

+
@@ -121,7 +133,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

深化产学研融合,赋能下一代技术人才培养。

-
+ @@ -144,9 +156,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-
+

合作伙伴权益

-
+

技术专家支持

获得 IvorySQL 核心开发团队的直接技术指导,优先获取产品路线图及新功能预览。

联合品牌推广

合作伙伴 Logo 将在官网长期展示。通过联合发布白皮书、技术案例及沙龙活动共享流量。

生态互惠增长

加入 IvorySQL 全球合作伙伴网络,与上下游厂商建立深度连接,打造联合解决方案。

@@ -155,6 +167,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-

如果您希望与 IvorySQL 成为合作伙伴,请点击填写申请。

+

如果您希望与 IvorySQL 成为合作伙伴,请点击填写申请。

立即申请
\ No newline at end of file diff --git a/src/pages/partners-page.mdx b/src/pages/partners-page.mdx index 9674ff1..6547d98 100644 --- a/src/pages/partners-page.mdx +++ b/src/pages/partners-page.mdx @@ -5,35 +5,93 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import useBaseUrl from '@docusaurus/useBaseUrl';
-

Become an IvorySQL Partner

-

Applications are welcome.

-Apply Now + +
+
+

Become an IvorySQL Partner

+

Applications are welcome.

+ Apply Now +
-
- +
+ -

Deep compatibility with mainstream infrastructure to build a stable and high-performance technical ecosystem.

-
+

Deep compatibility with mainstream infrastructure to build a stable and high-performance technical ecosystem.

+
@@ -47,8 +105,8 @@ ul.tabs {justify-content:center !important;border-bottom:none !important;gap:15p
-

Connecting the developer ecosystem, promoting open-source technology and practical case studies.

-
+

Connecting the developer ecosystem, promoting open-source technology and practical case studies.

+ -

Partnering with leading system integrators and solution providers to provide enterprise-ready capabilities.

-
+

Partnering with leading system integrators to provide enterprise-ready capabilities.

+ -

Deepening the fusion of industry, education, and research to empower the next generation of technical talent.

-
- +

Deepening the fusion of industry, education, and research to empower technical talent.

+
-
-

Compatibility Certificates

+
+

Compatibility Certificates

![](/img/partners/cert1.jpg)
![](/img/partners/cert2.jpg)
@@ -93,16 +152,17 @@ ul.tabs {justify-content:center !important;border-bottom:none !important;gap:15p
-
-

Partner Benefits

-
-

Expert Technical Support

Direct technical guidance from the IvorySQL core development team, priority access to product roadmaps.

-

Joint Brand Promotion

Partner logos displayed on the official website. Co-publication of whitepapers and marketing events.

-

Ecosystem Growth

Join the global IvorySQL partner network to build deep connections for mutual commercial opportunities.

+
+

Partner Benefits

+
+

Expert Technical Support

Direct technical guidance from the IvorySQL core development team, priority access to product roadmaps and feature previews.

+

Joint Brand Promotion

Partner logos displayed on the official website. Shared traffic through joint whitepapers, technical cases, and meetups.

+

Ecosystem Growth

Join the global IvorySQL partner network to build deep connections and create joint solutions.

-

If you are interested in becoming an IvorySQL partner, please apply here.

-Apply Now + +

If you are interested in becoming an IvorySQL partner, please apply here.

+ Apply Now
\ No newline at end of file diff --git a/static/img/partners/shaoanshiwusuo.png b/static/img/partners/shaoanshiwusuo.png new file mode 100644 index 0000000..eca19c8 Binary files /dev/null and b/static/img/partners/shaoanshiwusuo.png differ