|
15 | 15 | -->
|
16 | 16 |
|
17 | 17 | <section id="users">
|
18 |
| - <main class="main-section"> |
19 |
| - <!-- <h5>Kubernetes works with partners to create a strong, vibrant codebase that supports a spectrum of complementary platforms.</h5> --> |
20 |
| - <h5>Kubernetes 与合作伙伴携手打造一个强大、活跃的代码库,支持一系列互补平台。</h5> |
21 |
| - <div class="col-container"> |
22 |
| - <div class="col-nav"> |
23 |
| - <center> |
24 |
| - <h5> |
25 |
| - <!-- <b>Kubernetes Certified Service Providers</b> --> |
26 |
| - <b>Kubernetes 认证服务提供商</b> |
27 |
| - </h5> |
28 |
| - <!-- <br>Vetted service providers with deep experience helping enterprises successfully adopt Kubernetes. --> |
29 |
| - <br>经过审核的服务提供商在帮助企业成功采用 Kubernetes 方面有深厚的经验。 |
30 |
| - <br><br><br> |
31 |
| - <!-- <button id="kcsp" class="button" onClick="updateSrc(this.id)">See KCSP Partners</button> --> |
32 |
| - <button id="kcsp" class="button" onClick="updateSrc(this.id)">参见 KCSP 合作伙伴</button> |
33 |
| - <!-- <br><br>Interested in becoming a <a href="https://www.cncf.io/certification/kcsp/">KCSP</a>? --> |
34 |
| - <br><br>想要成为<a href="https://www.cncf.io/certification/kcsp/">KCSP</a>吗? |
35 |
| - </center> |
36 |
| - </div> |
37 |
| - <div class="col-nav"> |
38 |
| - <center> |
39 |
| - <h5> |
40 |
| - <!-- b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b --> |
41 |
| - <b>Kubernetes 认证的发行版本、托管平台以及安装工具</b> |
42 |
| - <!-- </h5>Software conformance ensures that every vendor’s version of Kubernetes supports the required APIs. --> |
43 |
| - </h5>软件合规性确保各厂商的 Kubernetes 版本都支持必需的 API。 |
44 |
| - <br><br><br> |
45 |
| - <!-- <button id="conformance" class="button" onClick="updateSrc(this.id)">See Conformance Partners</button> --> |
46 |
| - <button id="conformance" class="button" onClick="updateSrc(this.id)">参见合规性合作伙伴</button> |
47 |
| - <!-- <br><br>Interested in becoming<a href="https://www.cncf.io/certification/software-conformance/">Kubernetes Certified</a>? --> |
48 |
| - <br><br>想要成为<a href="https://www.cncf.io/certification/software-conformance/">Kubernetes 认证的厂商</a>吗? |
49 |
| - </center> |
50 |
| - </div> |
51 |
| - <div class="col-nav"> |
52 |
| - <center> |
53 |
| - <!-- <h5><b>Kubernetes Training Partners</b></h5> --> |
54 |
| - <h5><b>Kubernetes 培训合作伙伴</b></h5> |
55 |
| - <!-- <br>Vetted training providers who have deep experience in cloud native technology training. --> |
56 |
| - <br>经过审核的培训机构在云原生技术培训方面有深厚的经验。 |
57 |
| - <br><br><br><br> |
58 |
| - <!-- <button id="ktp" class="button" onClick="updateSrc(this.id)">See KTP Partners</button> --> |
59 |
| - <button id="ktp" class="button" onClick="updateSrc(this.id)">参见 KTP 合作伙伴</button> |
60 |
| - <!-- <br><br>Interested in becoming a <a href="https://www.cncf.io/certification/training/">KTP</a>? --> |
61 |
| - <br><br>想要成为<a href="https://www.cncf.io/certification/training/">KTP</a>吗? |
62 |
| - </center> |
63 |
| - </div> |
64 |
| - </div> |
65 |
| -<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
66 |
| -<script type="text/javascript"> |
67 |
| - |
68 |
| - var defaultLink = "https://landscape.cncf.io/category=kubernetes-certified-service-provider&format=card-mode&grouping=category&embed=yes"; |
69 |
| - var firstLink = "https://landscape.cncf.io/category=certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer&format=card-mode&grouping=category&embed=yes"; |
70 |
| - var secondLink = "https://landscape.cncf.io/category=kubernetes-training-partner&format=card-mode&grouping=category&embed=yes"; |
71 |
| - |
72 |
| - function updateSrc(buttonId) { |
73 |
| - if (buttonId == "kcsp") { |
74 |
| - $("#landscape").attr("src",defaultLink); |
75 |
| - window.location.hash = "#kcsp"; |
76 |
| - } |
77 |
| - if (buttonId == "conformance") { |
78 |
| - $("#landscape").attr("src",firstLink); |
79 |
| - window.location.hash = "#conformance"; |
80 |
| - } |
81 |
| - if (buttonId == "ktp") { |
82 |
| - $("#landscape").attr("src",secondLink); |
83 |
| - window.location.hash = "#ktp"; |
84 |
| - } |
85 |
| - } |
86 |
| - |
87 |
| - // 根据 URL 片段自动加载正确的 iframe |
88 |
| - document.addEventListener('DOMContentLoaded', function() { |
89 |
| - var showContent = "kcsp"; |
90 |
| - if (window.location.hash) { |
91 |
| - console.log('hash is:', window.location.hash.substring(1)); |
92 |
| - showContent = window.location.hash.substring(1); |
93 |
| - } |
94 |
| - updateSrc(showContent); |
95 |
| - }); |
96 |
| -</script> |
97 |
| -<body> |
98 |
| - <div id="frameHolder"> |
99 |
| - <iframe id="landscape" title="CNCF Landscape" frameBorder="0" scrolling="no" style="width: 1px; min-width: 100%" src=""></iframe> |
100 |
| - <script src="https://landscape.cncf.io/iframeResizer.js"></script> |
| 18 | + <!-- <h5>Kubernetes works with partners to create a strong, vibrant codebase that supports a spectrum of complementary platforms.</h5> --> |
| 19 | + <h5>Kubernetes 与合作伙伴携手打造一个强大、活跃的代码库,支持一系列互补平台。</h5> |
| 20 | + <div class="col-container"> |
| 21 | + <div class="col-nav"> |
| 22 | + <center> |
| 23 | + <h5> |
| 24 | + <!-- <b>Kubernetes Certified Service Providers</b> --> |
| 25 | + <b>Kubernetes 认证服务提供商</b> |
| 26 | + </h5> |
| 27 | + <!-- <br>Vetted service providers with deep experience helping enterprises successfully adopt Kubernetes. --> |
| 28 | + <br>经过审核的服务提供商在帮助企业成功采用 Kubernetes 方面有深厚的经验。 |
| 29 | + <br><br><br> |
| 30 | + <!-- <button class="button landscape-trigger landscape-default" data-landscape-types="kubernetes-certified-service-provider" id="kcsp">See KCSP Partners</button> --> |
| 31 | + <button class="button landscape-trigger landscape-default" data-landscape-types="kubernetes-certified-service-provider" id="kcsp">参见 KCSP 合作伙伴</button> |
| 32 | + <!-- <br><br>Interested in becoming a |
| 33 | + <a href="https://www.cncf.io/certification/kcsp/">KCSP</a>? --> |
| 34 | + <br><br>想要成为 |
| 35 | + <a href="https://www.cncf.io/certification/kcsp/">KCSP</a> 吗? |
| 36 | + </center> |
101 | 37 | </div>
|
102 |
| -</body> |
103 |
| - </main> |
| 38 | + <div class="col-nav"> |
| 39 | + <center> |
| 40 | + <h5> |
| 41 | + <!-- <b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b> --> |
| 42 | + <b>Kubernetes 认证的发行版本、托管平台以及安装工具</b> |
| 43 | + <!-- </h5>Software conformance ensures that every vendor’s version of Kubernetes supports the required APIs. --> |
| 44 | + </h5>软件合规性确保各厂商的 Kubernetes 版本都支持必需的 API。 |
| 45 | + <br><br><br> |
| 46 | + <!-- <button class="button landscape-trigger" data-landscape-types="certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer" id="conformance">See Conformance Partners</button> --> |
| 47 | + <button class="button landscape-trigger" data-landscape-types="certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer" id="conformance">参见合规性合作伙伴</button> |
| 48 | + <!-- <br><br>Interested in becoming |
| 49 | + <a href="https://www.cncf.io/certification/software-conformance/">Kubernetes Certified</a>? --> |
| 50 | + <br><br>想要成为 |
| 51 | + <a href="https://www.cncf.io/certification/software-conformance/">Kubernetes 认证的厂商</a>吗? |
| 52 | + </center> |
| 53 | + </div> |
| 54 | + <div class="col-nav"> |
| 55 | + <center> |
| 56 | + <h5> |
| 57 | + <!-- <b>Kubernetes Training Partners</b> --> |
| 58 | + <b>Kubernetes 培训合作伙伴</b> |
| 59 | + </h5> |
| 60 | + <!-- <br>Vetted training providers who have deep experience in cloud native technology training. --> |
| 61 | + <br>经过审核的培训机构在云原生技术培训方面有深厚的经验。 |
| 62 | + <br><br><br> |
| 63 | + <!-- <button class="button landscape-trigger" data-landscape-types="kubernetes-training-partner" id="ktp">See KTP Partners</button> --> |
| 64 | + <button class="button landscape-trigger" data-landscape-types="kubernetes-training-partner" id="ktp">参见 KTP 合作伙伴</button> |
| 65 | + <!-- <br><br>Interested in becoming a |
| 66 | + <a href="https://www.cncf.io/certification/training/">KTP</a>? --> |
| 67 | + <br><br>想要成为 |
| 68 | + <a href="https://www.cncf.io/certification/training/">KTP</a> 吗? |
| 69 | + </center> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + {{< cncf-landscape helpers=true >}} |
104 | 73 | </section>
|
105 | 74 |
|
106 | 75 | <style>
|
107 |
| - {{< include "partner-style.css" >}} |
| 76 | + {{< include "partner-style.css" >}} |
108 | 77 | </style>
|
109 |
| - |
0 commit comments