Skip to content

Commit 772eab0

Browse files
committed
[ja] resync /partners/_index.html
1 parent 4fb172b commit 772eab0

File tree

1 file changed

+35
-75
lines changed

1 file changed

+35
-75
lines changed

content/ja/partners/_index.html

Lines changed: 35 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -7,85 +7,45 @@
77
---
88

99
<section id="users">
10-
<main class="main-section">
11-
<h5>Kubernetesはパートナーと協力して、さまざまなプラットフォームをサポートする強力で活気のあるコードベースを作り上げています。</h5>
12-
<div class="col-container">
13-
<div class="col-nav">
14-
<center>
15-
<h5>
16-
<b>Kubernetes認定サービスプロバイダー(Kubernetes Certified Service Providers, KCSP)</b>
17-
</h5>
18-
<br>企業のKubernetes導入を支援してきた豊富な経験を持つ、熟練のサービスプロバイダーです。
19-
<br><br><br>
20-
<button id="kcsp" class="button" onClick="updateSrc(this.id)">KCSPパートナーを見る</button>
21-
<br><br><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>認定Kubernetesディストリビューション、マネージド環境、およびインストーラー</b>
28-
</h5>ソフトウェアの適合性により、すべてのベンダーのバージョンのKubernetesが必要なAPIを確実にサポートします。
29-
<br><br><br>
30-
<button id="conformance" class="button" onClick="updateSrc(this.id)">認定パートナーを見る</button>
31-
<br><br><a href="https://www.cncf.io/certification/software-conformance/">Kubernetes Certified</a>に興味がありますか?
32-
</center>
33-
</div>
34-
<div class="col-nav">
35-
<center>
36-
<h5><b>Kubernetesトレーニングパートナー(Kubernetes Training Partners, KTP)</b></h5>
37-
<br>クラウドネイティブな技術のトレーニングに長けた、熟練のトレーニングプロバイダーです。
38-
<br><br><br><br>
39-
<button id="ktp" class="button" onClick="updateSrc(this.id)">KTPパートナーを見る</button>
40-
<br><br><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="CNCF 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はパートナーと協力して、さまざまなプラットフォームをサポートする強力で活気のあるコードベースを作り上げています。</h5>
11+
<div class="col-container">
12+
<div class="col-nav">
13+
<center>
14+
<h5>
15+
<b>Kubernetes認定サービスプロバイダー(Kubernetes Certified Service Providers, KCSP)</b>
16+
</h5>
17+
<br>企業のKubernetes導入を支援してきた豊富な経験を持つ、熟練のサービスプロバイダーです。
18+
<br><br><br>
19+
<button class="button landscape-trigger landscape-default" data-landscape-types="kubernetes-certified-service-provider" id="kcsp">KCSPパートナーを見る</button>
20+
<br><br><a href="https://www.cncf.io/certification/kcsp/">KCSP</a>に興味がありますか?
21+
</center>
22+
</div>
23+
<div class="col-nav">
24+
<center>
25+
<h5>
26+
<b>認定Kubernetesディストリビューション、マネージド環境、およびインストーラー</b>
27+
</h5>ソフトウェアの適合性により、すべてのベンダーのバージョンのKubernetesが必要なAPIを確実にサポートします。
28+
<br><br><br>
29+
<button class="button landscape-trigger" data-landscape-types="certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer" id="conformance">認定パートナーを見る</button>
30+
<br><br><a href="https://www.cncf.io/certification/software-conformance/">Kubernetes Certified</a>に興味がありますか?
31+
</center>
32+
</div>
33+
<div class="col-nav">
34+
<center>
35+
<h5>
36+
<b>Kubernetesトレーニングパートナー(Kubernetes Training Partners, KTP)</b>
37+
</h5>
38+
<br>クラウドネイティブな技術のトレーニングに長けた、熟練のトレーニングプロバイダーです。
39+
<br><br><br>
40+
<button class="button landscape-trigger" data-landscape-types="kubernetes-training-partner" id="ktp">KTPパートナーを見る</button>
41+
<br><br><a href="https://www.cncf.io/certification/training/">KTP</a>に興味がありますか?
42+
</center>
43+
</div>
8044
</div>
81-
</body>
82-
</main>
45+
{{< cncf-landscape helpers=true >}}
8346
</section>
8447

8548
<style>
8649
{{< include "partner-style.css" >}}
8750
</style>
8851

89-
<script>
90-
{{< include "partner-script.js" >}}
91-
</script>

0 commit comments

Comments
 (0)