-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adds a Global Footer to the website #126
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kmesh-net ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@LiZhenCheng9527 I have added a footer for the website, and carefully did the changes. This change does not affect anything else on the site, So we can merge it 🙌 |
I've gone through several Kubernetes organizations and noticed some common design patterns. I have a small suggestion regarding the footer section. Currently, the navbar already displays the logo and buttons, and repeating them in footer section might not be necessary. Instead, we could consider displaying only essential elements like social media icons or a "Contact Us" section for better clarity and usability. Here are some references that might help in refining the design: You can consider picking one of these designs as inspiration for improvements. as per my opinion first one is good. Just a humble suggestion—looking forward to your thoughts! |
Fixes Issue #112
Description
The Pull request aims to add a Footer at the bottom of the site, which was absent earlier. A footer is important for a site for various purposes like ease of user access, better navigability, and providing a conclusion to the webpage. This PR adds a simple footer for the website, which is
responsive
to all screen sizes. The footer can also be easily updated for changes in the future.Screenshots
Before:
After:
Checklist