mattn / jquery-github-badge

jQuery Github Badge

This URL has Read+Write access

jquery-github-badge / index.html
100644 25 lines (24 sloc) 0.759 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>jQuery Github Badge</title>
<link href="jquery.github.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript" charset="utf-8" src="jquery.github.js"></script>
<script type="text/javascript"><!--
$(function() {
    $('#github-badge').githubBadge({ repos : [
        {author: 'mattn', name: 'gist-vim' },
        {author: 'mattn', name: 'gtktwitter'},
        {author: 'miyagawa', name: 'remedie' },
        {author: 'otsune', name: 'plagger' }
    ]});
});
--></script>
</head>
<body>
<div class="hatena-fav-container">
    <div id="github-badge"></div>
</div>
</body>
</html>