-
Notifications
You must be signed in to change notification settings - Fork 7
Fix :Add a link to the github project #23
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! I would prefer if it was on the bottom of the settings modal to avoid a user pressing the github logo by mistake when they wanted to press the settings button. I would like to keep the main screen uncluttered as much as possible. Could you do that? Thanks |
@@ -0,0 +1,3 @@ | |||
{ |
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.
please avoid committing settings files
index.html
Outdated
<div id="credits">made with ❤️ by Zenika</div> | ||
<div id = 'github'> | ||
<a href="https://github.com/zenika-open-source/clepsydre"> | ||
<img src="img/image.png" /> |
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.
Please use the official svg logo provided here : https://github.com/logos it's a lot smaller than the png version. Don't forget the alt text for a11y :)
Hi @david-dasilva , I have updated the code according to ur needs ![]() |
index.html
Outdated
<a href="https://github.com/zenika-open-source/clepsydre"> | ||
<p>Contribute to our project</p> | ||
<img src="img/github-mark-white.png" alt="Github" /> | ||
</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.
<a href="https://github.com/zenika-open-source/clepsydre"> | |
<p>Contribute to our project</p> | |
<img src="img/github-mark-white.png" alt="Github" /> | |
</a> | |
<a href="https://github.com/zenika-open-source/clepsydre" title="contribute to the project on Github"> | |
Contribute on Github <img src="img/github-mark-white.png" alt="Github logo" /> | |
</a> |
But you didn't use the svg file, instead you added 3 png to the project.
Changed now |
Hi @david-dasilva , do i need to change anything still ? |
Hi @Pawankalyan2023, yes you do, as indicated by the pending discussions :
To which I would add :
Please let me know if you have questions. |
Fix #22 : Add a link to the github project
Description :
I have added the github logo so as to contribute to our project , attached a reference so that you can get an idea of how it is being placed , please do review and check if it is okay , I have added next to settings modal so that it relates to an icon