Skip to content

Instantly share code, notes, and snippets.

@sigdelsanjog
Last active September 29, 2017 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigdelsanjog/0476906e2daff1f263cf5a8dd46b4e92 to your computer and use it in GitHub Desktop.
Save sigdelsanjog/0476906e2daff1f263cf5a8dd46b4e92 to your computer and use it in GitHub Desktop.
<img src="http://ghchart.rshah.org/sigdelsanjog" alt="Sanjog Sigdel's Contribution" />

replace the username sigdelsanjog with your github username and the emphasis text inside alt tag alt
You will then see following output:
Sanjog Sigdel's Contribution

You can also add a different color instead of the default green one. And this is how you do it. In your image source link you need to append any HEXCombination colour code to generate chart in different colot that you want

<img src="http://ghchart.rshah.org/0040ff/sigdelsanjog" alt="Sanjog Sigel's GitHub Contribution" />

You will than see a blue color in your contribution chart. Sanjog Sigel's GitHub Contribution

Finally link your contribution back to your GitHub Url with a href tag.

<a href="https://github.com/sigdelsanjog">
    <img src="http://ghchart.rshah.org/0040ff/sigdelsanjog" alt="Sanjog Sigel's GitHub Contribution" />
</a>
Sanjog Sigel's GitHub Contribution
So with this small link viewers can direcly be redirected to your profile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment