diff --git a/assets/scss/case.scss b/assets/scss/case.scss index 8a58b9d4a..851db7a9d 100644 --- a/assets/scss/case.scss +++ b/assets/scss/case.scss @@ -51,6 +51,7 @@ height: 128px; margin: 0 auto; overflow: hidden; + text-align: left; } div { diff --git a/content/en/partner/_index.md b/content/en/partner/_index.md index ad6b73f1c..f9cc16bb0 100644 --- a/content/en/partner/_index.md +++ b/content/en/partner/_index.md @@ -27,19 +27,19 @@ section3: partnerType: - title: "App Providers" content: "KubeSphere Application Store is a great place to showcase your application, KubeSphere bring your applications to tens of thousands of users, making them deploy your App to Kubernetes with one click." - link: "" + link: "request" - title: "Consulting" content: If agencies and consultancies want to help clients easily adopt Kubernetes and deliver applications using modern, open source technologies, KubeSphere is the best choice for your team. - link: "" + link: "request" - title: "Cloud Providers" content: For any cloud providers who want to tightly integrate KubeSphere as a catalog or application in their application market for Kubernetes-based solution, do not hesitate to use KubeSphere to extend your ecosystem. - link: "" + link: "request" - title: "Go-To-Market" content: KubeSphere is 100% open source and free, you are able to localize KubeSphere, translate it into local languages, build local communities and develop local markets. GTM partners from around the globe that are tightly aligned with KubeSphere. - link: "" + link: "request" section4: title: 'Featured Partners' diff --git a/content/en/partner/request.md b/content/en/partner/request.md new file mode 100644 index 000000000..838737a8c --- /dev/null +++ b/content/en/partner/request.md @@ -0,0 +1,30 @@ +--- +title: "partner request" + +layout: "request" + +css: "scss/partner.scss" + +section1: + title: 'Join the Revolution,Partner with KubeSphere' + content: 'We look forward to your joining KubeSphere partner to improve the ecosystem of both, and grow your business. KubeSphere provide resources and rights for partners to help them increase their expertise, deliver open source technology, and resell product.' + topImage: 'images/partner/partner-top.jpg' + +section2: + title: 'Together, build partnership for success all over the world' + content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world, we are looking forward to the global cooperation, your success is our success.' + name1: 'USA' + icon1: '' + name2: 'European' + icon2: 'images/partner/radore.jpg' + name3: 'China' + icon3: 'images/partner/qingcloud.svg' + mapImage: 'images/partner/map.svg' + bg1: 'images/common/hexagon.svg' + bg2: 'images/partner/background1.svg' + bg3: 'images/partner/background2.svg' + +section3: + title: Become a Partner with KubeSphere + googleFormUrl: https://docs.google.com/forms/d/e/1FAIpQLSf2kT-J9xJma3ASsZF6n0jVaAldJU2gNL8wVz88SraNJyCE4Q/viewform?embedded=true +--- \ No newline at end of file diff --git a/layouts/partner/request.html b/layouts/partner/request.html new file mode 100644 index 000000000..046501751 --- /dev/null +++ b/layouts/partner/request.html @@ -0,0 +1,56 @@ +{{ define "main" }} + +
+ {{ with .Params.section1 }} + +
+

{{ .title }}

+

{{ .content }}

+
+ {{ end }} +
+ +
+ {{ with .Params.section2 }} +
+
+
{{ .title }}
+

{{ .content }}

+ + +
+
+ +
+

{{ .name1 }}

+
+ +
+
+
+

{{ .name2 }}

+
+ +
+
+
+

{{ .name3 }}

+
+ +
+
+
+
+ + {{ end }} +
+ +
+ {{ with .Params.section3 }} +
+

{{ .title }}

+ +
+ {{ end }} +
+{{ end }} \ No newline at end of file