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

Design improvements in pages #277

Merged
merged 1 commit into from
Jun 11, 2017
Merged

Design improvements in pages #277

merged 1 commit into from
Jun 11, 2017

Conversation

jajodiaraghav
Copy link
Contributor

@jajodiaraghav jajodiaraghav commented Jun 10, 2017

The commit handles the following:

  • Remove inline css
  • Remove useless JS snippets
  • Improve design
  • Refactor code for better readabilty
  • Fix indentation
  • Add a line at the end
  • Put subscription panels in a template

@jajodiaraghav jajodiaraghav changed the title Design improvements in pages [WIP] Design improvements in pages Jun 10, 2017
@jajodiaraghav jajodiaraghav changed the title [WIP] Design improvements in pages Design improvements in pages Jun 11, 2017
@jajodiaraghav
Copy link
Contributor Author

@souravbadami Please review this PR.
It greatly improves the code quality. This will get us one step closer to adding a linter to our repository.

<div class="col-lg-12">
<p>{{emails}}</p>
</div>
</div>
{% endblock %}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a line ending here.

</div>
</div>
</div>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a line ending here.

#login p {
font-size: 13px;
padding-top: 20px;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a line ending here.

background: #eee;
border-radius: 50%;
font-size: 30px;
box-shadow: 0 1px 1px #dd4252;
}


.no-shadow{
box-shadow: 0 0 0 #000;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Replace tab with 4 spaces.

@@ -1,30 +1,68 @@
.fa{
color: #555;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Replace tab with 4 spaces. Also, look for indentation with 4 spaces in this entire file. I can see several places that has to be fixed.

Remove inline css
Remove useless JS snippets
Improve design
Refactor code for better readabilty
Fix indentation
Add a line at the end
@jajodiaraghav
Copy link
Contributor Author

@souravbadami Updated the commit

Copy link
Collaborator

@souravbadami souravbadami left a comment

Choose a reason for hiding this comment

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

LGTM.

@souravbadami souravbadami merged commit 0584bc6 into OWASP-BLT:master Jun 11, 2017
@jajodiaraghav jajodiaraghav deleted the patch_1 branch July 7, 2017 17:09
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
Remove inline css
Remove useless JS snippets
Improve design
Refactor code for better readabilty
Fix indentation
Add a line at the end
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.

None yet

2 participants