Add community link to home page, update buttons#77
Merged
sjwaight merged 3 commits intokubefleet-dev:mainfrom Mar 6, 2026
Merged
Add community link to home page, update buttons#77sjwaight merged 3 commits intokubefleet-dev:mainfrom
sjwaight merged 3 commits intokubefleet-dev:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses issue #76 by adding a direct link to the KubeFleet community site on the landing page, making it easier for visitors to discover community resources such as community calls. It also refreshes the hero section's tagline and button styling.
Changes:
- Updated the hero tagline from "place and run cloud-native workloads at scale on multiple clusters" to "schedule Kubernetes resources onto multiple clusters using properties."
- Restyled the existing Documentation and Source Code buttons with updated Bootstrap classes (
btn-primary,btn-outline-dark, added padding/spacing adjustments). - Added a new "Join our community" button linking to the
kubefleet-dev/communityGitHub repository.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Member
|
Ah, I think it needs a signature per CNCF requirements. |
Member
Author
|
Hmm. Thought I'd signed off. |
Signed-off-by: Simon Waight <simon.waight@microsoft.com>
Signed-off-by: Simon Waight <simon.waight@microsoft.com>
Signed-off-by: Simon Waight <simon.waight@microsoft.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #76.