This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing GitHub fork icon in top right Monocular can be run in numerous places with an intent other than highlighting monocular. Our next big example is the hub. Since the about link can be customized we are enabling the header to focus on how the instance is setup. Signed-off-by: Matt Farina <[email protected]> * Updating the Monocular footer The new footer highlights: - The Helm Hub - The CNCF - Where people can follow Helm - Monocular Signed-off-by: Matt Farina <[email protected]>
- Loading branch information
1 parent
c5f9514
commit eadfa5a
Showing
4 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
<footer class="footer"> | ||
<app-footer-list [title]="'Contribute'"> | ||
<li><a class="reverse" target="_blank" href="https://github.com/helm/monocular">Github</a></li> | ||
<li><a class="reverse" target="_blank" href="http://slack.k8s.io/#helm-users">Slack</a></li> | ||
<li><a class="reverse" target="_blank" href="https://twitter.com/helmpack">Twitter</a></li> | ||
</app-footer-list> | ||
<app-footer-list [title]="'How to use'"> | ||
<app-footer-list [title]="'Helm'"> | ||
<li><a class="reverse" target="_blank" href="https://helm.sh/">What is Helm?</a></li> | ||
<li><a class="reverse" target="_blank" href="https://docs.helm.sh">Documentation</a></li> | ||
<li><a class="reverse" target="_blank" href="https://github.com/helm/community">Community</a></li> | ||
</app-footer-list> | ||
<app-footer-list [title]="'Contribute'"> | ||
<li><a class="reverse" target="_blank" href="https://github.com/helm/hub">Helm Hub</a></li> | ||
<li><a class="reverse" target="_blank" href="https://github.com/helm/monocular">Monocular</a></li> | ||
<li><a class="reverse" target="_blank" href="https://github.com/helm/helm">Helm</a></li> | ||
</app-footer-list> | ||
<app-footer-list [title]="'Follow'"> | ||
<li><a class="reverse" target="_blank" href="http://slack.k8s.io/#helm-users">Slack</a></li> | ||
<li><a class="reverse" target="_blank" href="https://twitter.com/helmpack">Twitter</a></li> | ||
<li><a class="reverse" target="_blank" href="https://www.youtube.com/c/helmpack">YouTube</a></li> | ||
</app-footer-list> | ||
<div class="footer__repo"> | ||
<div class="footer__opensource">Monocular is an | ||
<a class="reverse" href="https://github.com/helm/monocular">Open Source project</a> | ||
| {{ monocularVersion }} | ||
<div class="footer__opensource"> | ||
We are a <a href="https://www.cncf.io/" target="_blank">Cloud Native Computing Foundation</a> incubating project. | ||
</div> | ||
<span class="footer__maintainers"> | ||
With <img src="/assets/images/hearth.svg" /> | ||
by <a class="reverse" target="_blank" href="https://bitnami.com/">Bitnami</a> | ||
and <a class="reverse" target="_blank" href="https://microsoft.com/">Microsoft</a> | ||
<a href="https://www.cncf.io/" target="_blank"><img src="/assets/images/logo-CNCF.png" /></a> | ||
</span> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
font-size: .9em; | ||
|
||
img { | ||
width: 1em; | ||
display: inline-block; | ||
vertical-align: bottom; | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters