Skip to content

Instantly share code, notes, and snippets.

@MrKioZ
Created August 23, 2022 13:29
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 MrKioZ/b742b1df80f1fb730289b8e9c34119d2 to your computer and use it in GitHub Desktop.
Save MrKioZ/b742b1df80f1fb730289b8e9c34119d2 to your computer and use it in GitHub Desktop.
<!-- 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