|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | <section id="users">
|
10 |
| - <main class="main-section"> |
11 |
| - <h5>Kubernetes collabora con i partner per creare per creare un codebase che supporti uno spettro di piattaforme complementari.</h5> |
12 |
| - <div class="col-container"> |
13 |
| - <div class="col-nav"> |
14 |
| - <center> |
15 |
| - <h5> |
16 |
| - <b>Fornitori Certificati di Servizi su Kubernetes</b> |
17 |
| - </h5> |
18 |
| - <br>Fornitori di servizi riconosciuti e con grande esperienza nell'aiutare le imprese ad adottare con successo Kubernetes. |
19 |
| - <br><br><br> |
20 |
| - <button id="kcsp" class="button" onClick="updateSrc(this.id)">Guarda i Partners KCSP</button> |
21 |
| - <br><br>Interessato a diventare un partner <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>Distribuzioni di Kubernetes Certificate, Certified Hosted Platforms and Software di installazione Certificati</b> |
28 |
| - </h5>La conformità del software assicura che le versioni di Kubernetes prodotte da ogni fornitore supportino coerentemente le API necessarie. |
29 |
| - <br><br><br> |
30 |
| - <button id="conformance" class="button" onClick="updateSrc(this.id)">Guarda i Partner certificati</button> |
31 |
| - <br><br>Interessato a diventare un partner <a href="https://www.cncf.io/certification/software-conformance/">certificato Kubernetes</a>? |
32 |
| - </center> |
33 |
| - </div> |
34 |
| - <div class="col-nav"> |
35 |
| - <center> |
36 |
| - <h5><b>Partner per la Formazione su Kubernetes</b></h5> |
37 |
| - <br>Professionisti riconosciuti e certificati, con solida esperienza nella formazione su tecnologie Cloud Native. |
38 |
| - <br><br><br><br> |
39 |
| - <button id="ktp" class="button" onClick="updateSrc(this.id)">Guarda i KTP partner</button> |
40 |
| - <br><br>Interessato a diventare un partner <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" title="Panorama CNCF" 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 collabora con i partner per creare per creare un codebase che supporti uno spettro di piattaforme complementari.</h5> |
| 11 | + <div class="col-container"> |
| 12 | + <div class="col-nav"> |
| 13 | + <center> |
| 14 | + <h5> |
| 15 | + <b>Fornitori Certificati di Servizi su Kubernetes</b> |
| 16 | + </h5> |
| 17 | + <br>Fornitori di servizi riconosciuti e con grande esperienza nell'aiutare le imprese ad adottare con successo Kubernetes. |
| 18 | + <br><br><br> |
| 19 | + <button class="button landscape-trigger landscape-default" data-landscape-types="kubernetes-certified-service-provider" id="kcsp">Guarda i Partners KCSP</button> |
| 20 | + <br><br>Interessato a diventare un partner |
| 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>Distribuzioni di Kubernetes Certificate, Certified Hosted Platforms and Software di installazione Certificati</b> |
| 28 | + </h5>La conformità del software assicura che le versioni di Kubernetes prodotte da ogni fornitore supportino coerentemente le API necessarie. |
| 29 | + <br><br><br> |
| 30 | + <button class="button landscape-trigger" data-landscape-types="certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer" id="conformance">Guarda i Partner certificati</button> |
| 31 | + <br><br>Interessato a diventare un partner |
| 32 | + <a href="https://www.cncf.io/certification/software-conformance/">certificato Kubernetes</a>? |
| 33 | + </center> |
| 34 | + </div> |
| 35 | + <div class="col-nav"> |
| 36 | + <center> |
| 37 | + <h5> |
| 38 | + <b>Partner per la Formazione su Kubernetes</b> |
| 39 | + </h5> |
| 40 | + <br>Professionisti riconosciuti e certificati, con solida esperienza nella formazione su tecnologie Cloud Native. |
| 41 | + <br><br><br> |
| 42 | + <button class="button landscape-trigger" data-landscape-types="kubernetes-training-partner" id="ktp">Guarda i KTP partner</button> |
| 43 | + <br><br>Interessato a diventare un partner |
| 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