Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

prachiagrawal269
Copy link

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.

screenshot from 2016-04-08 17 37 23


2.) Sidebar wrapper

screenshot from 2016-04-08 17 37 46

3.) Short description of NGO and its associated campaigns

screenshot from 2016-04-08 17 38 22

4.) Contact Information

screenshot from 2016-04-08 17 38 32

@hkasera Kindly review the PR and provide your valuable feedback.
Thanks

@prachiagrawal269
Copy link
Author

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;

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary extra space.

@hkasera
Copy link
Owner

hkasera commented Apr 8, 2016

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.

@prachiagrawal269
Copy link
Author

@hkasera I apologize for the wrong commit. All the unnecessary files have been removed. Kindly review the PR.
Thanks

<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>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid inline javascript.

@hkasera
Copy link
Owner

hkasera commented Apr 12, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Website UI
3 participants