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

templates/form.html: Improve "Made with love.." #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanshay
Copy link

@sanshay sanshay commented Nov 24, 2018

This PR tends to improve "Made in love.." at the end of the website.

Closes #124

Copy link

@utkarsh2102 utkarsh2102 left a comment

Choose a reason for hiding this comment

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

Comment inline.
Moreover, CI is failing. Apparently, because you've exceeded the line length. See here:
image
You can fix this easily and make CI green ;)
Also, you will not need another commit for it. Just do it on top of this. Ping me if you need help :D

@@ -86,7 +86,7 @@ <h1 class = "title" >Username Availability Checker</h1>
</div>
</div>
<div class="footer">
Made with love in New Delhi.
<p>Made by <span><a href="https://github.com/manu-chroma/username-availability-checker/graphs/contributors"> Google Code-In mentors and students</a></span> of coala, from all around the world.</p>

Choose a reason for hiding this comment

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

Hey,
There seems to be a redundant space here.
You may remove the space after the href attribute; before Google Code-In.

Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
<p>Made by <span><a href="https://github.com/manu-chroma/username-availability-checker/graphs/contributors"> Google Code-In mentors and students</a></span> of coala, from all around the world.</p>
<p>Made by <span><a href="https://github.com/manu-chroma/username-availability-checker/graphs/contributors"> Google Code-In mentors and students</a></span> of coala and some other good friends, from all around the world.</p>

There have been some contributors too. I think this one's a little better 😉

Copy link

@utkarsh2102 utkarsh2102 left a comment

Choose a reason for hiding this comment

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

Haha, we have more errors this time.
See the log, there are trailing whitespaces.
Just do a proper indentation, that will fix it, IMHO.
Do something like this:

  • Make the whole line into 3 parts.
  • 1st and 3rd for <p> and </p>, respectively.
  • 2nd is for the rest.

This will work.
Ping me if you still need help.

This PR tends to improve "Made in love.." at the end of the website.

Closes manu-chroma#124
Copy link

@utkarsh2102 utkarsh2102 left a comment

Choose a reason for hiding this comment

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

Nice work. Looks good to me.
Over to @manu-chroma.

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.

4 participants