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

made copyright year dynamic #142

Merged
merged 6 commits into from Mar 19, 2019
Merged

Conversation

nikhilmudholkar
Copy link
Contributor

Fix #131 : made the copyright year dynamic. Also instead of manually writing the copyright symbol which might face rendering issues in different text editors, used &copy for displaying the same symbol

@krtkvrm
Copy link
Member

krtkvrm commented Feb 11, 2019

@nikhilmudholkar Can you please resolve the conflicts here?

docs/index.html Outdated
@@ -420,7 +420,7 @@ <h4 class="code-container-style"><b>View stats of your hosted challenge with ID
</div>
<p id="footer-margin">
Maintained by the EvalAI core team
<br> ©2019 EvalAI
&copy;<script>new Date().getFullYear()&&document.write(new Date().getFullYear());</script> EvalA
Copy link
Member

Choose a reason for hiding this comment

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

Add br for new line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think there is no need to add the
tag. I have tried adding it, it makes no change in the display

Copy link
Member

Choose a reason for hiding this comment

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

By adding br tag, ©2019 EvalAI will come on the next line!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's anyway coming on the next line. I'll change it if you say so

docs/index.html Outdated
@@ -420,7 +420,7 @@ <h4 class="code-container-style"><b>View stats of your hosted challenge with ID
</div>
<p id="footer-margin">
Maintained by the EvalAI core team
<br> ©2019 EvalAI
&copy;<script>new Date().getFullYear()&&document.write(new Date().getFullYear());</script> EvalA
Copy link
Member

Choose a reason for hiding this comment

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

Change EvalA to EvalAI

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. So irresponsible of me to forget it. Sorry mate

Copy link
Member

@gautamjajoo gautamjajoo left a comment

Choose a reason for hiding this comment

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

LGTM! @RishabhJain2018 Please review!

@RishabhJain2018
Copy link
Member

@nikhilmudholkar Can you please resolve the conflicts?

@nikhilmudholkar
Copy link
Contributor Author

Done @RishabhJain2018

@RishabhJain2018 RishabhJain2018 merged commit 0057349 into Cloud-CV:master Mar 19, 2019
Ram81 pushed a commit to Ram81/evalai-cli that referenced this pull request Nov 9, 2020
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

4 participants