-
Notifications
You must be signed in to change notification settings - Fork 113
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
code: added fluid design, improved HTML and styles #121
base: master
Are you sure you want to change the base?
Conversation
I have made the top navbar fixed through scroll, and the navbar items collapse into a menu icon according to the viewport size. Here is a GIF illustrating the behavior and also making sure behavior of all other elements remain the same as before. I also have made some style changes and fixed the alignment issues in HTML (in case in future we use linters as code becomes bigger, these errors should be clean). @AdiChat do review and tell if the changes are OK, thank you! |
1. added bootstrap fixed navbar which collapses menu for smaller screen resolutions 2. added container-fluid classes to scale with viewport and made some color and CSS changes 3. cleaned up code and alignment for HTML tags 4. added comments for HTML tags, replaced huge share URL links with Google shortened URLs for better readability Signed-off-by: nj2237 <[email protected]>
@nj2237 This is a welcome change :) Here are a few things I'd like to suggest:
|
Great work 👍 You may move the "More apps" dropdown to the fixed navigation bar. This will make it more accessible. Kindly take a look into this. 👍 |
Hi @AasthaGupta @AdiChat thanks for taking a look at this! Yes, I did initially put the Also, I thought the background color looked good, but if it does not look appealing, I will remove it. What do you think? |
In my opinion, the yellow background looks good. 👍 |
Okay! I will do the changes, resolve conflicts and update the commits on my PR |
The following are the changes made in this PR:
for smaller screen resolutions
and made some color and CSS changes
links with Google shortened URLs for better readability
Signed-off-by: nj2237 [email protected]
Fixes issue:
#87