From 6360feb1f183f13c4e03679b26545bb468e39a56 Mon Sep 17 00:00:00 2001 From: 1magnova Date: Sat, 8 Nov 2025 00:02:41 +0100 Subject: [PATCH 1/6] about page added, nav bars to all active pages : about & team --- .vscode/settings.json | 3 + about.html | 161 ++++++++++++++++++++++++++++++++++++++++++ assets/logo/Helm.svg | 1 + index.html | 46 ++++++------ style.css | 12 ++++ 5 files changed, 200 insertions(+), 23 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 assets/logo/Helm.svg diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/about.html b/about.html index e69de29..3984944 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 dcbee10..a9125e6 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ HelmHub.IO - + @@ -16,34 +16,34 @@
@@ -203,19 +203,19 @@

Docs

diff --git a/style.css b/style.css index 216a498..a37ad86 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,18 @@ img.logo{ width: 4rem; height:4rem; } .btn { display: inline-block; background: #1e3a8a; color: white; padding: 12px 30px; text-decoration: none; border-radius: 5px; font-weight: 500; transition: background 0.3s; } .btn:hover { background: #1e40af; } + +/* about page*/ +.about-hero { padding: 4rem 0; text-align: center;} +.about-hero h2 { font-size: 2.5rem; margin-bottom: 1rem; color: var(--nav-bg); } +.about-hero h3{ margin-bottom: 1.3rem; color: #1e40af;} +.about-hero p { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 2rem; } +.about-hero-wrap > .abh-left , .abh-right{ height: auto; width: 50vw; justify-content: space-evenly;} +.about-hero-wrap .abh-left{margin-top: 3rem;} +.about-hero-wrap .abh-right> img{width: 80%; height:80% ;margin-top: 1.5rem; } +.about-hero-wrap{ display: flex; gap:2rem; justify-content: center;} +.about-hero-wrap .abh-left em{font-size: 1.5rem; margin-bottom: 1rem; color: var(--nav-bg); } + /* Features Section */ .features { padding: 4rem 0; } .features h2 { text-align: center; margin-bottom: 3rem; font-size: 2rem; color: var(--text-primary); } From ac93a7653e42cae456e1293204ab05caa148aa9e Mon Sep 17 00:00:00 2001 From: 1magnova Date: Sat, 8 Nov 2025 00:10:01 +0100 Subject: [PATCH 2/6] about page added, nav bars to all active pages : about & team --- Team.html | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++ about.html | 26 +++++----- index.html | 2 +- 3 files changed, 154 insertions(+), 14 deletions(-) diff --git a/Team.html b/Team.html index e69de29..f2167ac 100644 --- a/Team.html +++ b/Team.html @@ -0,0 +1,140 @@ + + + + + + HelmHub.IO + + + + + + + + +
+
+

HelmHub.io Contributors

+

Here's the faces/accounts of Passionate Engineers commited to this project

+ + +
+
+ + + + + diff --git a/about.html b/about.html index 3984944..80a44b0 100644 --- a/about.html +++ b/about.html @@ -4,7 +4,7 @@ HelmHub.IO - + @@ -16,13 +16,13 @@ @@ -70,7 +70,7 @@

First, What's Helmhub?

So, simply put, this is where you can get all your helm charts
- helm logo + helm logo
diff --git a/index.html b/index.html index a9125e6..f68d323 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ diff --git a/Team.html b/team.html similarity index 98% rename from Team.html rename to team.html index f2167ac..d2af5c1 100644 --- a/Team.html +++ b/team.html @@ -21,7 +21,7 @@ About Charts Docs - Contributors + Contributors Blog From 7afc01b9926e0bd0354a817908d5a4e10eea2f7f Mon Sep 17 00:00:00 2001 From: 1magnova Date: Sat, 8 Nov 2025 13:41:47 +0100 Subject: [PATCH 6/6] Cases corrected --- blog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.html b/blog.html index 37e1360..f1df50d 100644 --- a/blog.html +++ b/blog.html @@ -21,7 +21,7 @@ About Charts Docs - Contributors + Contributors Blog