Created
August 23, 2022 13:29
-
-
Save MrKioZ/b742b1df80f1fb730289b8e9c34119d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Prepare a container for your calendar. --> | |
<script | |
src="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js" | |
> | |
</script> | |
<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) --> | |
<link | |
rel="stylesheet" | |
href="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.css" | |
/> | |
<!-- Prepare a container for your calendar. --> | |
<div class="calendar" style="width: 50%;"> | |
<!-- Loading stuff --> | |
Loading the data just for you. | |
</div> | |
<script> | |
new GitHubCalendar(".calendar", "MrKioZ"); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment