# HTML에 GitHub Contribution Calendar 삽입하는 방법.
<!-- 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">
<!-- Loading stuff -->
Loading the data just for you.
</div>
<script>
new GitHubCalendar(".calendar", "your-username");
</script>
이 소스코드에서 `"your-usernamne"`부분에 github 이름을 넣어준다.
결과는 내 블로그 하단에...
728x90
반응형
'ETC' 카테고리의 다른 글
SMTP 발송 혹은 수신시 발생하는 에러 코드 (0) | 2021.06.04 |
---|---|
[ETC TIP] Windows 환경에서 Tomcat Log 실시간 보기 (0) | 2021.03.15 |
[조달청/나라장터] iframe 링크 생성 (0) | 2021.02.04 |
대용량 텍스트 파일 읽기 (0) | 2020.07.01 |
Blog (0) | 2019.11.01 |