Skip to content

Commit f80efe3

Browse files
committed
- Footer and copyright stuff - Created section for support providers, changed the top nav link to point to this new section - Removed couple mentions of Mirantis as we need to be vendor neutral - Removed drop-down menu for other Mirantis OSS projects since those are not CNCF stuff Signed-off-by: Jussi Nummelin <[email protected]>
1 parent cad68ad commit f80efe3

File tree

2 files changed

+57
-68
lines changed

2 files changed

+57
-68
lines changed

404.html

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
3131
<link rel="manifest" href="images/favicon/site.webmanifest">
3232

33-
<!-- Plausible analytics script -->
34-
<script defer data-domain="k0rdent.io" src="https://plausible.io/js/script.js"></script>
3533
</head>
3634

3735
<body data-spy="scroll" data-target=".fixed-top">
@@ -46,30 +44,8 @@
4644
</div>
4745
<!-- end of preloader -->
4846

49-
<!-- Above Navigation -->
50-
<div class="fixed-top-above navbar-custom ml-auto" style="border-bottom: 0px;">
51-
<div class="dropdown">
52-
<button class="dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-size: 12px;">
53-
Mirantis Open Source Projects
54-
</button>
55-
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
56-
<a class="dropdown-item" href="https://k0rdent.io/" target="_blank" style="margin-bottom:0px;">
57-
<img src="https://a.storyblok.com/f/189401/25x15/420634c36e/k0rdent-logo-mark-inverted.svg" class="mr-3"/><p>k0rdent</p>
58-
</a>
59-
<a class="dropdown-item" href="https://k0smotron.io/" target="_blank">
60-
<img src="https://a.storyblok.com/f/189401/191x181/8a25fc0e46/k0smotron-logo-mark-inverted.svg" class="mr-3"/><p>k0smotron</p>
61-
</a>
62-
<a class="dropdown-item" href="https://www.mirantis.com/software/amazee-io" target="_blank">
63-
<img src="https://a.storyblok.com/f/189401/48x56/39eb540da5/lagoon-mark.png" class="mr-3"/><p>Lagoon</p>
64-
</a>
65-
</div>
66-
</div>
67-
</div>
68-
<!-- end above navigation -->
69-
70-
7147
<!-- Navigation -->
72-
<nav class="navbar navbar-expand-md navbar-dark navbar-custom fixed-top">
48+
<nav class="fixed-top-above navbar navbar-expand-md navbar-dark navbar-custom fixed-top">
7349

7450
<a class="navbar-brand" href="index.html">
7551
<div>
@@ -202,13 +178,20 @@ <h4>Community</h4>
202178

203179
<!-- Copyright -->
204180
<div class="copyright">
205-
<div class="container">
206-
<div class="row">
207-
<div class="col-lg-12">
208-
<p>Copyright © 2025 k0s contributors and <br> <a href="https://mirantis.com">Mirantis</a> - All rights reserved.</p>
209-
</div> <!-- end of col -->
210-
</div> <!-- enf of row -->
211-
</div> <!-- end of container -->
181+
<div class="container">
182+
<div class="row">
183+
<div class="col-lg-12">
184+
<p>We are a <a href="https://cncf.io/">CNCF</a> sandbox project</p>
185+
<p></p>
186+
</div> <!-- end of col -->
187+
</div> <!-- enf of row -->
188+
<div class="row">
189+
<div class="col-lg-12">
190+
<p>Copyright © k0sproject a Series of LF Projects, LLC</p>
191+
<p>For website terms of use, trademark policy and other project policies please see the <a href="https://lfprojects.org/policies/" target="_blank">Linux Foundation policies</a>.</p>
192+
</div> <!-- end of col -->
193+
</div> <!-- enf of row -->
194+
</div> <!-- end of container -->
212195
</div>
213196
<!-- end of copyright -->
214197

index.html

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<title>k0s | Kubernetes distribution for bare-metal, on-prem, edge, IoT</title>
88

9+
<meta name="author" content="k0s contributors, Originated by Mirantis">
910
<meta name="description" content="k0s is the simple, solid & certified Kubernetes distribution that works on any infrastructure: bare-metal, on-premise, edge, IoT devices, public & private clouds. It's 100% open source & free. k0s is easy to install with a single binary and scales well from a single node development environment to a very large production cluster. The deployment is flexible due to zero dependencies and control plane isolation.">
10-
<meta name="author" content="Mirantis">
11-
<meta name="keywords" content="k0s, kos, kubernetes, bare-metal, on-premise, edge, iot, private cloud, public cloud, lightweight, single binary, control plane isolation, open source, cloud native, containers, docker, distribution, cluster, mirantis">
11+
<meta name="keywords" content="k0s, kos, kubernetes, bare-metal, on-premise, edge, iot, private cloud, public cloud, lightweight, single binary, control plane isolation, open source, cloud native, containers, docker, distribution, cluster">
1212
<meta name="language" content="english">
1313
<meta name="twitter:card" content="summary_large_image">
1414

@@ -51,33 +51,10 @@
5151
</div>
5252
<!-- end of preloader -->
5353

54-
<!-- Above Navigation -->
55-
<div class="fixed-top-above navbar-custom ml-auto" style="border-bottom: 0px;">
56-
<div class="dropdown">
57-
<button class="dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-size: 12px;">
58-
Mirantis Open Source Projects
59-
</button>
60-
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
61-
<a class="dropdown-item" href="https://k0rdent.io/" target="_blank" style="margin-bottom:0px;">
62-
<img src="https://a.storyblok.com/f/189401/25x15/420634c36e/k0rdent-logo-mark-inverted.svg" class="mr-3"/><p>k0rdent</p>
63-
</a>
64-
<a class="dropdown-item" href="https://k0smotron.io/" target="_blank">
65-
<img src="https://a.storyblok.com/f/189401/191x181/8a25fc0e46/k0smotron-logo-mark-inverted.svg" class="mr-3"/><p>k0smotron</p>
66-
</a>
67-
<a class="dropdown-item" href="https://www.mirantis.com/software/amazee-io" target="_blank">
68-
<img src="https://a.storyblok.com/f/189401/48x56/39eb540da5/lagoon-mark.png" class="mr-3"/><p>Lagoon</p>
69-
</a>
70-
<a class="dropdown-item" href="https://www.mirantis.com/open-source/" target="_blank">
71-
<p>View All Projects</p>
72-
</a>
73-
</div>
74-
</div>
75-
</div>
76-
<!-- end above navigation -->
7754

7855

7956
<!-- Navigation -->
80-
<nav class="navbar navbar-expand-md navbar-dark navbar-custom fixed-top">
57+
<nav class="fixed-top-above navbar navbar-expand-md navbar-dark navbar-custom fixed-top">
8158

8259
<a class="navbar-brand" href="index.html">
8360
<div>
@@ -101,7 +78,7 @@
10178
<a class="nav-link" href="https://medium.com/k0sproject" target="_blank">Blog</a>
10279
</li>
10380
<li class="nav-item">
104-
<a class="nav-link" href="https://www.mirantis.com/software/k0s/" target="_blank">Support</a>
81+
<a class="nav-link" href="#support">Support</a>
10582
</li>
10683
</ul>
10784
<span class="nav-item social-icons">
@@ -487,13 +464,38 @@ <h2 id="demo-scroll">DEMO</h2>
487464
</div> <!-- end of basic-1 -->
488465
<!-- end of video -->
489466

467+
<!-- Support -->
468+
<div id="support" class="basic-1">
469+
<div class="container">
470+
<div class="row" >
471+
<div class="col-lg-12">
472+
<h2 id="demo-scroll">Support</h2>
473+
<div class="p-heading p-large">Following organizations provide enterprise support for <span class="k0s-typography">k0s</span> clusters.</div>
474+
</div> <!-- end of col -->
475+
</div> <!-- end of row -->
476+
<div class="row feature">
477+
<div class="col-6">
478+
<div class="feature-title">
479+
<span class="name"><a href="https://www.mirantis.com/software/k0s/">Mirantis</a></span>
480+
</div>
481+
</div>
482+
<div class="col-6">
483+
<div class="feature-value">
484+
Mirantis provides enterprise support for k0s, ranging from LabCare (8x5/M-F) to ProdCare (24x7) with SLAs. Mirantis also offers training, consulting, and professional services for k0s clusters.
485+
</div>
486+
</div>
487+
</div>
488+
<hr>
489+
</div>
490+
<!-- end of Support -->
491+
490492
<!-- Download -->
491493
<div id="download" class="basic-4">
492494
<div class="container">
493495
<div class="row">
494496
<div class="col-lg-12">
495497
<div class="text-container">
496-
<h2 class="align-middle">Originated by</h2><img src="images/mirantis-logo-horizontal-inverted-one-color.svg" class="align-middle pl-2" />
498+
<h2 class="align-middle">Originated by</h2><a href="https://mirantis.com" target="_blank"><img src="images/mirantis-logo-horizontal-inverted-one-color.svg" class="align-middle pl-2" /></a>
497499
</div> <!-- end of text-container -->
498500
</div> <!-- end of col -->
499501
</div> <!-- end of row -->
@@ -524,9 +526,6 @@ <h4>Resources</h4>
524526
<li class="media">
525527
<div class="media-body"><a href="https://github.com/k0sproject/k0s">Source Code</a></div>
526528
</li>
527-
<li class="media">
528-
<div class="media-body"><a href="https://www.mirantis.com/company/privacy-policy/">Privacy Policy</a></div>
529-
</li>
530529
<li class="media">
531530
<div class="media-body"><a href="https://kubernetes.slack.com/archives/C0809EA06QZ/p1730993027457849">Community Slack</a></div>
532531
</li>
@@ -561,11 +560,18 @@ <h4>Community</h4>
561560
<!-- Copyright -->
562561
<div class="copyright">
563562
<div class="container">
564-
<div class="row">
565-
<div class="col-lg-12">
566-
<p>Copyright © 2025 k0s contributors and <br> <a href="https://mirantis.com">Mirantis</a> - All rights reserved.</p>
567-
</div> <!-- end of col -->
568-
</div> <!-- enf of row -->
563+
<div class="row">
564+
<div class="col-lg-12">
565+
<p>We are a <a href="https://cncf.io/">CNCF</a> sandbox project</p>
566+
<p></p>
567+
</div> <!-- end of col -->
568+
</div> <!-- enf of row -->
569+
<div class="row">
570+
<div class="col-lg-12">
571+
<p>Copyright © k0sproject a Series of LF Projects, LLC</p>
572+
<p>For website terms of use, trademark policy and other project policies please see the <a href="https://lfprojects.org/policies/" target="_blank">Linux Foundation policies</a>.</p>
573+
</div> <!-- end of col -->
574+
</div> <!-- enf of row -->
569575
</div> <!-- end of container -->
570576
</div>
571577
<!-- end of copyright -->

0 commit comments

Comments
 (0)