-
Notifications
You must be signed in to change notification settings - Fork 49
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
As a reader, I want the top navigation to be tighter so that there is less noise when scrolling in an article/page. #164
Comments
@jwflory I think this is something not that necessary because in our navigation we have grouped both the logo's( the main brand logo and the repo logo) so won't affect the navbar height much. |
We want similar UI/UX to the CryptoFund/Juniper website to have a common user experience across Office of Innovation web resources. This user story is less about navbar height as it is about organizing the navbar in a cleaner way. This likely means refactoring of the navigation code. We'll keep this open on the backlog, but I've flagged it as a good first issue for a new contributor to work on. |
Hi @jwflory, I am new to the project and have set it up on my local machine recently. I have some experience working with Hugo and would like to contribute. Could I take up this issue? 😊 |
Hi @BhavyaT-135, welcome to our project! 👋🏻 Nice to have you here. Yes, this issue is in our backlog so it would be a great one to tackle at your own pace. 👍🏻 Some additional notes about this issue:
Before handing this issue over to you, I have a couple of questions to understand how I can best to support you on the task:
|
Hey @jwflory thanks! |
Sounds good @BhavyaT-135, over to you for the prototype! 🙌🏻 Are you comfortable setting a deadline to share back the prototype in this GH Issue? 🎯 Is Monday morning, 10 October acceptable? Let me know if you need more time. 👍🏻 |
Thanks @jwflory, sounds great! I'll share the prototype ASAP! 😃 |
Hi @jwflory, I first thought of replicating the template that's used in CryptoFund. However, in our case, the logo is included in the navbar itself. What I suggest is, while scrolling, we let the navbar remain at the top and replace the logo with the breadcrumb. I've come up with the following prototype using Figma to demonstrate what I have in mind. Kindly take a look and let me know your thoughts 😊 |
@BhavyaT-135 I like where you are going with this! I think bringing the breadcrumb bar to the persistent navbar is a good move. Since our site is a living collection of content, the breadcrumb bar is probably more important for our site than it would be for others like a blogging site. You are good to continue to the coding implementation for this change. 👍🏻 One suggestion when you write your commit message, you can write " |
Great @jwflory! I'll look into the coding implementation from here on. And I'll keep the commit message in mind! 😊 |
Excellent! One thing I realized after thinking more about this is what you think the mobile view would look like. I think it would be worth doing a responsive prototype too if you have a chance @BhavyaT-135! 🙏🏻 |
Sure @jwflory I'll look into it once I implement the code for this one! 😊 |
Hey @jwflory! I've been trying a bunch of stuff with the navigation and breadcrumb bar. Yet to find an optimal solution. Might take a few more days. Hope you don't mind.😊 |
Summary
Related to #157. The layout would better mimic the approach used on UNICEF sites like the CryptoFund. The logo would disappear when scrolling, and the top navigation bar would persist on screen. But we need to figure out what to do with the breadcrumb bar. Having too many different bars could be confusing for the user interface.
Priority
secondary
Category
front-end
Type
business
The text was updated successfully, but these errors were encountered: