From 08cb4cf800f6ce5be5a75a027100cc57ea319ac5 Mon Sep 17 00:00:00 2001 From: 1magnova Date: Fri, 7 Nov 2025 23:16:12 +0100 Subject: [PATCH 1/3] about page added, nav bars to all active pages : about & team --- about.html | 161 +++++++++++++++++++++++++++++++++++++++++++ assets/logo/Helm.svg | 1 + index.html | 4 +- style.css | 12 ++++ 4 files changed, 176 insertions(+), 2 deletions(-) create mode 100644 assets/logo/Helm.svg diff --git a/about.html b/about.html index e69de29..575174c 100644 --- a/about.html +++ b/about.html @@ -0,0 +1,161 @@ + + + + + + HelmHub.IO + + + + + + + + +
+
+

What's Helmhub-IO?

+

Here's what you need to know about the helmhub-io

+ + +
+
+ +
+
+
+
+

First, What's Helmhub?

+

In DevOps and Site Reliability Engineering (SRE) practices, Helm charts are a packaging format used to define, install, + and manage complex Kubernetes applications consistently and reliably. Often described as the "package manager" + for Kubernetes (similar to apt or yum in Linux), + Helm streamlines the deployment and lifecycle management of applications within a Kubernetes cluster. +

+ So, simply put, this is where you can get all your helm charts +
+
+ helm logo +
+
+
+ + + + + + + + diff --git a/assets/logo/Helm.svg b/assets/logo/Helm.svg new file mode 100644 index 0000000..d1ea4f0 --- /dev/null +++ b/assets/logo/Helm.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index f058766..840f387 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ From 9feae59bcece6cd4c7d624b200ae7b938c36a734 Mon Sep 17 00:00:00 2001 From: 1magnova Date: Fri, 7 Nov 2025 23:25:18 +0100 Subject: [PATCH 3/3] about page added, nav bars to all active pages : about & team --- about.html | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 3534700..36c54a0 100644 --- a/about.html +++ b/about.html @@ -19,7 +19,7 @@ About - Charts + Charts Docs Contributors Blog @@ -40,7 +40,7 @@