linux-store-frontend
linux-store-frontend copied to clipboard
Refine the navigation bar
The navigation bar currently looks like this:
There are various issues with this:
- The logo text is misaligned with the other text
- The search entry isn't vertically centered
- "Applications" is an odd word to use in a navigation item - everything is applications, after all
- "Publish your app" doesn't read quite right - most people don't have apps, and the phrase implies that they do
- The order of the items don't reflect what's most useful and/or interesting to users
- The bar feels too tall
- It looks a bit unbalanced with navigation items both
One option would be to change it like to look like this:
This orders the items in terms of hierarchy and usefulness. It's also more visually balanced.
Or just like the official Angular page https://angular.io
The menu currently looks like this:
So it looks like the issue has been resolved?