-
Notifications
You must be signed in to change notification settings - Fork 0
about page added, #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| <div class="nav-container"> | ||
| <div class="nav-left"> | ||
| <img src="/website-frontend/assets/logo/helm-white.png" alt="" class="logo"> | ||
| <a href="/website-frontend/index.html" class="logo">HelmHub.IO</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need the /website-frontend/ again since the base URL has changed @1MAGNOVA
| <button class="theme-toggle" onclick="toggleTheme()"> | ||
| <i class="fas fa-toggle-on"></i> | ||
| </button> | ||
| <a href="https://github.com/helmhub/helmhub" class="github-link"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL should be https://github.com/helmhub-io/charts
| </div> | ||
| <button class="hamburger" onclick="toggleMenu()">☰</button> | ||
| <ul class="nav-links" id="navLinks"> | ||
| <li><a href="/website-frontend/index.html">Home</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need the /website-frontend/ again since the base URL has changed @1MAGNOVA
| <em>So, simply put, this is where you can get all your helm charts</em> | ||
| </div> | ||
| <div class="abh-right"> | ||
| <img src="/website-frontend/assets/logo/Helm.svg" alt="helm logo"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need the /website-frontend/ again since the base URL has changed @1MAGNOVA
links active, nav bar to all active pages, contributor page(in...progress)