Remove redundant close tags and little bit formatting (#11389)
parent
f16d26c375
commit
47d8c9a9fd
|
@ -10,9 +10,36 @@ cid: partners
|
|||
<main>
|
||||
<h5>Kubernetes works with partners to create a strong, vibrant codebase that supports a spectrum of complementary platforms.</h5>
|
||||
<div class="col-container">
|
||||
<div class="col-nav"><center><h5><b>Kubernetes Certified Service Providers</b></h5><br>Vetted service providers with deep experience helping enterprises successfully adopt Kubernetes.<br><br><br><button id="kcsp" class="button" onClick="updateSrc(this.id)">See KCSP Partners</button><br><br>Interested in becoming a <a href="https://www.cncf.io/certification/kcsp/">KCSP</a>?</center></div>
|
||||
<div class="col-nav"><center><h5><b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b></h5>Software conformance ensures that every vendor’s version of Kubernetes supports the required APIs.<br><br><br><button id="conformance" class="button" onClick="updateSrc(this.id)">See Conformance Partners</button></a><br><br>Interested in becoming <a href="https://www.cncf.io/certification/software-conformance/">Certified Kubernetes</a>?</center></div>
|
||||
<div class="col-nav"><center><h5><b>Kubernetes Training Partners</b></h5><br>Vetted training providers who have deep experience in cloud native technology training.<br><br><br><br><button id="ktp" class="button" onClick="updateSrc(this.id)">See KTP Partners</button><br><br>Interested in becoming a <a href="https://www.cncf.io/certification/training/">KTP</a>?</center></div>
|
||||
<div class="col-nav">
|
||||
<center>
|
||||
<h5>
|
||||
<b>Kubernetes Certified Service Providers</b>
|
||||
</h5>
|
||||
<br>Vetted service providers with deep experience helping enterprises successfully adopt Kubernetes.
|
||||
<br><br><br>
|
||||
<button id="kcsp" class="button" onClick="updateSrc(this.id)">See KCSP Partners</button>
|
||||
<br><br>Interested in becoming a <a href="https://www.cncf.io/certification/kcsp/">KCSP</a>?
|
||||
</center>
|
||||
</div>
|
||||
<div class="col-nav">
|
||||
<center>
|
||||
<h5>
|
||||
<b>Certified Kubernetes Distributions, Hosted Platforms, and Installers</b>
|
||||
</h5>Software conformance ensures that every vendor’s version of Kubernetes supports the required APIs.
|
||||
<br><br><br>
|
||||
<button id="conformance" class="button" onClick="updateSrc(this.id)">See Conformance Partners</button>
|
||||
<br><br>Interested in becoming <a href="https://www.cncf.io/certification/software-conformance/">Certified Kubernetes</a>?
|
||||
</center>
|
||||
</div>
|
||||
<div class="col-nav">
|
||||
<center>
|
||||
<h5><b>Kubernetes Training Partners</b></h5>
|
||||
<br>Vetted training providers who have deep experience in cloud native technology training.
|
||||
<br><br><br><br>
|
||||
<button id="ktp" class="button" onClick="updateSrc(this.id)">See KTP Partners</button>
|
||||
<br><br>Interested in becoming a <a href="https://www.cncf.io/certification/training/">KTP</a>?
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript">
|
||||
|
@ -46,7 +73,6 @@ cid: partners
|
|||
updateSrc(showContent);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="frameHolder">
|
||||
<iframe id="landscape" frameBorder="0" scrolling="no" style="width: 1px; min-width: 100%" src=""></iframe>
|
||||
|
|
Loading…
Reference in New Issue