Closed dmahajan980 closed 4 years ago
@dmahajan980 Good work! There are still some issues that need to be fixed. Some of them are -
Too much margin between Cambridge and the first line. Although it looks fine in the screenshot you attached with your PR.
Sidenav overlaps topnav
The fix for footer is quiet simple.
For navbar, I think we can simplify the code a little bit so that we don't have to write so many media queries. Also the buttons can be arranged in a nicer and more logical manner. While we are at it we can either replace the API key not added icon with something similar to other buttons or change its position so that it doesn't look out of place.
@Nikhil-Vats For the navbar part, I think we can use a drop-down menu/hamburger which contains all the six options present on the right side of the navbar. This will make the navbar look less congested and will also save enough space in mobile screen display sizes. This will also solve the issue of these buttons constantly overlapping with the side-navigation bar.
Thanks, @dmahajan980 for working on this and implementing all our suggestions. :smile:
Fixes #55 and #56
Navigation Bar Screen 1
Screen 2
Screen 3
Screen 4
Footer Screen 1
Screen 2
Screen 3