|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>HelmHub.IO</title> |
| 7 | + <link rel="icon" type="image/x-icon" href="/assets/logo/helm-white-fav.png"> |
| 8 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer"> |
| 9 | + <link rel="stylesheet" href="style.css"> |
| 10 | + |
| 11 | + <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
| 12 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> --> |
| 13 | +</head> |
| 14 | +<body> |
| 15 | + <nav> |
| 16 | + <div class="container"> |
| 17 | + <div class="nav-container"> |
| 18 | + <div class="nav-left"> |
| 19 | + <img src="/assets/logo/helm-white.png" alt="" class="logo"> |
| 20 | + <a href="/index.html" class="logo">HelmHub.IO</a> |
| 21 | + <a href="/about.html" class="nav-link">About</a> |
| 22 | + <a href="https://helmhub-io.github.io/charts" class="nav-link">Charts</a> |
| 23 | + <a href="/docs.html" class="nav-link">Docs</a> |
| 24 | + <a href="/team.html" class="nav-link">Contributors</a> |
| 25 | + <a href="/blog.html" class="nav-link">Blog</a> |
| 26 | + </div> |
| 27 | + <div class="nav-right"> |
| 28 | + <button class="theme-toggle" onclick="toggleTheme()"> |
| 29 | + <i class="fas fa-toggle-on"></i> |
| 30 | + </button> |
| 31 | + <a href="https://github.com/helmhub/helmhub" class="github-link"> |
| 32 | + <i class="fa-brands fa-github"></i> |
| 33 | + </a> |
| 34 | + <div class="search-container"> |
| 35 | + <input type="text" placeholder="Search charts..." class="search-input"> |
| 36 | + <button class="search-btn">🔍</button> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + <button class="hamburger" onclick="toggleMenu()">☰</button> |
| 40 | + <ul class="nav-links" id="navLinks"> |
| 41 | + <li><a href="/index.html">Home</a></li> |
| 42 | + <li><a href="/about.html" >About</a></li> |
| 43 | + <li><a href="https://helmhub-io.github.io/charts" >Charts</a></li> |
| 44 | + <li><a href="/docs.html" >Docs</a></li> |
| 45 | + <li><a href="/team.html" >Contributors</a></li> |
| 46 | + <li><a href="/blog.html" >Blog</a></li> |
| 47 | + </ul> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + </nav> |
| 51 | + <header> |
| 52 | + <div class="container"> |
| 53 | + <h1>What's Helmhub-IO?</h1> |
| 54 | + <p class="subtitle">Here's what you need to know about the helmhub-io</p> |
| 55 | + |
| 56 | + |
| 57 | + </div> |
| 58 | + </header> |
| 59 | + |
| 60 | + <section class="about-hero"> |
| 61 | + <div class="container"> |
| 62 | + <div class="about-hero-wrap"> |
| 63 | + <div class="abh-left"> |
| 64 | + <h2>First, What's Helmhub?</h2> |
| 65 | + <p>In DevOps and Site Reliability Engineering (SRE) practices, Helm charts are a packaging format used to define, install, |
| 66 | + and manage complex Kubernetes applications consistently and reliably. Often described as the "package manager" |
| 67 | + for Kubernetes (similar to apt or yum in Linux), |
| 68 | + Helm streamlines the deployment and lifecycle management of applications within a Kubernetes cluster. |
| 69 | + </p> |
| 70 | + <em>So, simply put, this is where you can get all your helm charts</em> |
| 71 | + </div> |
| 72 | + <div class="abh-right"> |
| 73 | + <img src="/assets/logo/Helm.svg" alt="helm logo"> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </section> |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + <footer> |
| 82 | + <div class="container"> |
| 83 | + <div class="footer-content"> |
| 84 | + <div class="footer-section"> |
| 85 | + <h4>Docs</h4> |
| 86 | + <ul> |
| 87 | + <li><a href="#">Getting Started</a></li> |
| 88 | + </ul> |
| 89 | + </div> |
| 90 | + <div class="footer-section"> |
| 91 | + <h4>Community</h4> |
| 92 | + <ul>Helmhub Community |
| 93 | + <li><a href="https://stackoverflow.com/users/31808849/helmhubio"><i class="fa-brands fa-stack-overflow"></i> Stack-overflow</i></a></li> |
| 94 | + <li><a href="https://x.com/helmhubio"><i class="fa fa-twitter"></i> X(Formely Twitter)</i> </a></li> |
| 95 | + <li><a href="https://www.linkedin.com/company/helmhub-io"><i class="fa fa-linkedin-square" aria-hidden="true"> Linkedin</i></a></li> |
| 96 | + <li><a href="https://keybase.io/team/helmhub"><i class="fa-brands fa-keybase"></i> Keybase </a></li> |
| 97 | + <li><a href=" mailto:[email protected]" ><i class=" fa-solid fa-envelope" ></i> Mail us </i></a></li> |
| 98 | + <li><a href="https://helmhubio.github.io "><i class="fa fa-globe" aria-hidden="true"> Our Website</i></a></li> |
| 99 | + </ul> |
| 100 | + </div> |
| 101 | + <div class="footer-section"> |
| 102 | + <h4>More</h4> |
| 103 | + <ul> |
| 104 | + <li><a href="#">Blog <i class="fa fa-external-link" aria-hidden="true"></i></a></li> |
| 105 | + <li><a href="https://github.com/helmhub-io">GitHub <i class="fa fa-external-link" aria-hidden="true"></i></a></li> |
| 106 | + </ul> |
| 107 | + </div> |
| 108 | + </div> |
| 109 | + <div class="footer-bottom"> |
| 110 | + <p>With Love From Naija...🇳🇬 </p> |
| 111 | + <p>Copyright © 2025 Helmhub</p> |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + </footer> |
| 115 | + <script> |
| 116 | + function copyToClipboard(elementId) { |
| 117 | + const element = document.getElementById(elementId); |
| 118 | + const text = element.textContent; |
| 119 | + navigator.clipboard.writeText(text).then(function() { |
| 120 | + |
| 121 | + const button = element.nextElementSibling; |
| 122 | + const originalText = button.textContent; |
| 123 | + button.textContent = 'Copied!'; |
| 124 | + setTimeout(() => { |
| 125 | + button.textContent = originalText; |
| 126 | + }, 2000); |
| 127 | + }); |
| 128 | + } |
| 129 | + |
| 130 | + function toggleMenu() { |
| 131 | + document.getElementById('navLinks').classList.toggle('active'); |
| 132 | + } |
| 133 | + |
| 134 | + function toggleTheme() { |
| 135 | + const html = document.documentElement; |
| 136 | + const themeIcon = document.getElementById('theme-icon'); |
| 137 | + |
| 138 | + if (html.getAttribute('data-theme') === 'dark') { |
| 139 | + html.removeAttribute('data-theme'); |
| 140 | + themeIcon.className = 'fa fa-moon-o'; |
| 141 | + localStorage.setItem('theme', 'light'); |
| 142 | + } else { |
| 143 | + html.setAttribute('data-theme', 'dark'); |
| 144 | + themeIcon.className = 'fa fa-sun-o'; |
| 145 | + localStorage.setItem('theme', 'dark'); |
| 146 | + } |
| 147 | + } |
| 148 | + |
| 149 | + |
| 150 | + document.addEventListener('DOMContentLoaded', function() { |
| 151 | + const savedTheme = localStorage.getItem('theme'); |
| 152 | + const themeIcon = document.getElementById('theme-icon'); |
| 153 | + |
| 154 | + if (savedTheme === 'dark') { |
| 155 | + document.documentElement.setAttribute('data-theme', 'dark'); |
| 156 | + themeIcon.className = 'fa fa-sun-o'; |
| 157 | + } |
| 158 | + }); |
| 159 | + </script> |
| 160 | +</body> |
| 161 | +</html> |
0 commit comments