|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | <section id="users">
|
10 |
| - <main> |
11 |
| - <h5>Kubernetes trabaja con socios para crear una base de código sólida y vibrante que admita un espectro de plataformas complementarias.</h5> |
12 |
| - <div class="col-container"> |
13 |
| - <div class="col-nav"> |
14 |
| - <center> |
15 |
| - <h5> |
16 |
| - <b>Kubernetes Certified Service Providers</b> |
17 |
| - </h5> |
18 |
| - <br>Proveedores de servicios con amplia experiencia ayudando a las empresas a adoptar Kubernetes con éxito. |
19 |
| - <br><br><br> |
20 |
| - <button id="kcsp" class="button" onClick="updateSrc(this.id)">See KCSP Partners</button> |
21 |
| - <br><br>Conviértete en <a href="https://www.cncf.io/certification/kcsp/">KCSP</a> |
22 |
| - </center> |
23 |
| - </div> |
24 |
| - <div class="col-nav"> |
25 |
| - <center> |
26 |
| - <h5> |
27 |
| - <b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b> |
28 |
| - </h5>La conformidad del software garantiza que la versión de Kubernetes de cada proveedor sea compatible con las API requeridas. |
29 |
| - <br><br><br> |
30 |
| - <button id="conformance" class="button" onClick="updateSrc(this.id)">See Conformance Partners</button> |
31 |
| - <br><br>Conviértete en <a href="https://www.cncf.io/certification/software-conformance/">Certified Kubernetes</a> |
32 |
| - </center> |
33 |
| - </div> |
34 |
| - <div class="col-nav"> |
35 |
| - <center> |
36 |
| - <h5><b>Kubernetes Training Partners</b></h5> |
37 |
| - <br>Partners de formación que ofrecen cursos de alta calidad y con una amplia experiencia en formación de tecnologías nativas de la nube. |
38 |
| - <br><br><br><br> |
39 |
| - <button id="ktp" class="button" onClick="updateSrc(this.id)">See KTP Partners</button> |
40 |
| - <br><br>Conviértete en <a href="https://www.cncf.io/certification/training/">KTP</a> |
41 |
| - </center> |
42 |
| - </div> |
43 |
| - </div> |
44 |
| -<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
45 |
| -<script type="text/javascript"> |
46 |
| - |
47 |
| - var defaultLink = "https://landscape.cncf.io/category=kubernetes-certified-service-provider&format=card-mode&grouping=category&embed=yes"; |
48 |
| - var firstLink = "https://landscape.cncf.io/category=certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer&format=card-mode&grouping=category&embed=yes"; |
49 |
| - var secondLink = "https://landscape.cncf.io/category=kubernetes-training-partner&format=card-mode&grouping=category&embed=yes"; |
50 |
| - |
51 |
| - function updateSrc(buttonId) { |
52 |
| - if (buttonId == "kcsp") { |
53 |
| - $("#landscape").attr("src",defaultLink); |
54 |
| - window.location.hash = "#kcsp"; |
55 |
| - } |
56 |
| - if (buttonId == "conformance") { |
57 |
| - $("#landscape").attr("src",firstLink); |
58 |
| - window.location.hash = "#conformance"; |
59 |
| - } |
60 |
| - if (buttonId == "ktp") { |
61 |
| - $("#landscape").attr("src",secondLink); |
62 |
| - window.location.hash = "#ktp"; |
63 |
| - } |
64 |
| - } |
65 |
| - |
66 |
| - // Automatically load the correct iframe based on the URL fragment |
67 |
| - document.addEventListener('DOMContentLoaded', function() { |
68 |
| - var showContent = "kcsp"; |
69 |
| - if (window.location.hash) { |
70 |
| - console.log('hash is:', window.location.hash.substring(1)); |
71 |
| - showContent = window.location.hash.substring(1); |
72 |
| - } |
73 |
| - updateSrc(showContent); |
74 |
| - }); |
75 |
| -</script> |
76 |
| -<body> |
77 |
| - <div id="frameHolder"> |
78 |
| - <iframe id="landscape" frameBorder="0" scrolling="no" style="width: 1px; min-width: 100%" src=""></iframe> |
79 |
| - <script src="https://landscape.cncf.io/iframeResizer.js"></script> |
| 10 | + <h5>Kubernetes trabaja con socios para crear una base de código sólida y vibrante que admita un espectro de plataformas complementarias.</h5> |
| 11 | + <div class="col-container"> |
| 12 | + <div class="col-nav"> |
| 13 | + <center> |
| 14 | + <h5> |
| 15 | + <b>Kubernetes Certified Service Providers</b> |
| 16 | + </h5> |
| 17 | + <br>Proveedores de servicios con amplia experiencia ayudando a las empresas a adoptar Kubernetes con éxito. |
| 18 | + <br><br><br> |
| 19 | + <button class="button landscape-trigger landscape-default" data-landscape-types="kubernetes-certified-service-provider" id="kcsp">See KCSP Partners</button> |
| 20 | + <br><br>Conviértete en |
| 21 | + <a href="https://www.cncf.io/certification/kcsp/">KCSP</a>? |
| 22 | + </center> |
| 23 | + </div> |
| 24 | + <div class="col-nav"> |
| 25 | + <center> |
| 26 | + <h5> |
| 27 | + <b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b> |
| 28 | + </h5>La conformidad del software garantiza que la versión de Kubernetes de cada proveedor sea compatible con las API requeridas. |
| 29 | + <br><br><br> |
| 30 | + <button class="button landscape-trigger" data-landscape-types="certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer" id="conformance">See Conformance Partners</button> |
| 31 | + <br><br>Conviértete en |
| 32 | + <a href="https://www.cncf.io/certification/software-conformance/">Certified Kubernetes</a>? |
| 33 | + </center> |
| 34 | + </div> |
| 35 | + <div class="col-nav"> |
| 36 | + <center> |
| 37 | + <h5> |
| 38 | + <b>Kubernetes Training Partners</b> |
| 39 | + </h5> |
| 40 | + <br>Partners de formación que ofrecen cursos de alta calidad y con una amplia experiencia en formación de tecnologías nativas de la nube. |
| 41 | + <br><br><br> |
| 42 | + <button class="button landscape-trigger" data-landscape-types="kubernetes-training-partner" id="ktp">See KTP Partners</button> |
| 43 | + <br><br>Conviértete en |
| 44 | + <a href="https://www.cncf.io/certification/training/">KTP</a>? |
| 45 | + </center> |
| 46 | + </div> |
80 | 47 | </div>
|
81 |
| -</body> |
82 |
| - </main> |
| 48 | + {{< cncf-landscape helpers=true >}} |
83 | 49 | </section>
|
84 | 50 |
|
85 | 51 | <style>
|
86 | 52 | {{< include "partner-style.css" >}}
|
87 | 53 | </style>
|
88 | 54 |
|
89 |
| -<script> |
90 |
| - {{< include "partner-script.js" >}} |
91 |
| -</script> |
0 commit comments