-
Notifications
You must be signed in to change notification settings - Fork 69
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
base.html: Improve navbar #113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice, but some changes:
- I don't see any navbar on small screen sizes
- Add about us in navbar
- Would the blocks for home, resources look better at right instead can you check?
- The about us is hidden below footer in small sizes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes:
- If I click on about us nothing happens, increase the size of the section so hat one reaches about us.
- If I go to resources and click on about us nothing happens. (user should land at about us)
- About us should be before resources in navbar
- This is how it looks in small screen sizes which is not at all good http://picpaste.com/Screenshot_20171012_155634-L6uq79tb.png
@sagar-kalra still on it? |
@divyam3897 yeah, I ll complete it. |
Ignore this commit |
@divyam3897 I have designed the navbar, but i am not able to link about us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks good, some minor changes to be done:
- The resources is not active on navbar when I go to /resources and similarly for others.
- The about us should be before resources in navbar.
templates/base.html
Outdated
<div class="loader-rect3"></div> | ||
<div class="loader-rect4"></div> | ||
<div class="loader-rect5"></div> | ||
<div class="loader-rect1"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these changes!!
dde18e5
to
b43159a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see nothing being active now on navigating, you can use a background image instead of jumbotron background now.
.jumbotron h1{ | ||
font-size: 6.2vw !important; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why these empty lines?
templates/base.html
Outdated
<div class="loader-rect3"></div> | ||
<div class="loader-rect4"></div> | ||
<div class="loader-rect5"></div> | ||
<div class="loader-rect1"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these changes!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://picpaste.com/Screenshot_20171026_030441-mvgwxmwX.png I would centre it and remove the scroll.
8e7087f
to
cf76f50
Compare
Add a new page for aboutus and made necessary change in urls and views. Closes pclubuiet#2
Improve navbar and add navstyle.css for styling
Fixes #2 .