It might be useful to embed your GitHub contributions graph somewhere into your personal website, because it would show how much you prioritize daily coding practice.
There exists a JavaScript script to do this: https://github.com/IonicaBizau/github-calendar. The CSS of this plugin is 1.92 KB and the JS is 8.42 KB.
Alternatively, you could make an async request to https://github.com/users/devonmoubry/contributions which gives you an SVG of your contributions to use directly.
It might be useful to embed your GitHub contributions graph somewhere into your personal website, because it would show how much you prioritize daily coding practice.
There exists a JavaScript script to do this: https://github.com/IonicaBizau/github-calendar. The CSS of this plugin is 1.92 KB and the JS is 8.42 KB.
Alternatively, you could make an async request to https://github.com/users/devonmoubry/contributions which gives you an SVG of your contributions to use directly.