-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updated UI for the NGO page #15
base: master
Are you sure you want to change the base?
Conversation
Sorry for re-commiting the files related to "about" page as the branch we were working upon was not up-to-date initially. |
@@ -28,6 +28,7 @@ a:hover { | |||
font-size: 16px; | |||
line-height: 38px; | |||
margin: 0; | |||
|
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.
Unnecessary extra space.
I checked a few files. You have added so many unnecessary files. When you copy templates online, make sure you know why you are using them. I will review rest once you fix your commit by removing unused files. |
@hkasera I apologize for the wrong commit. All the unnecessary files have been removed. Kindly review the PR. |
<ul class="sidebar-nav"> | ||
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a> | ||
<li class="sidebar-brand"> | ||
<a href="#top" onclick = $("#menu-close").click(); >We Care</a> |
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.
Avoid inline javascript.
The current UI has a lot of white space. The images are of varied sizes which does not look good. See if you can come up with a better UI. Also, as I mentioned before try to create a rough diagram in a paper before actually writing the HTML. Also, get the rough thing reviewed! |
fixed #8
The UI of the "NGO page" i.e. the page that displays information related to a specific NGO has been updated.
Bootstrap has been used for better styling. All the bootstrapping content (including scripts, stylesheets and images) have been including in the "ngo_bootstrap" folder.
Attached screenshots
1.) Main view of the page.
2.) Sidebar wrapper
3.) Short description of NGO and its associated campaigns
4.) Contact Information
@hkasera Kindly review the PR and provide your valuable feedback.
Thanks