subtleGradient / mootools-github-badge

This URL has Read+Write access

mootools-github-badge / demo-custom.html
100644 48 lines (39 sloc) 2.025 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>MooTools GitHub Badge</title>
<link rel="stylesheet" href="http://tripledoubleyou.subtlegradient.com/c/blueprint/screen.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="http://tripledoubleyou.subtlegradient.com/c/blueprint/print.css" type="text/css" media="print" charset="utf-8" />
<!--[if IE]><link rel="stylesheet" href="http://tripledoubleyou.subtlegradient.com/c/blueprint/ie.css" type="text/css" media="screen" charset="utf-8" /><![endif]-->
</head>
<body>
<div class="container">
<a href="http://github.com/subtleGradient/mootools-github-badge/" style="display:block;text-align:center;padding:2em"><img src="mootools-github-badge.png" width="336" height="214" alt="Mootools Github Badge" /></a>
 
<ol id="github-badge1">
<li id="github-badge-template1">
<strong><a href="{url}">{name}</a></strong>
<em><a href="{homepage}">Homepage</a></em>
 
<b>Fork</b> <span>{fork}</span>
<b>Forks</b> <span>{forks}</span>
<b>Owner</b> <span>{owner}</span>
<b>Watchers</b> <span>{watchers}</span>
 
<p>{description}</p>
</li>
</ol>
 
</div>
 
<!--[if gte IE 6]><!-->
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js" type="text/javascript"> </script>
<script src="http://projects.subtlegradient.com/mootools-subtle-templates/Source/Plugins/SubtleTemplate.js" type="text/javascript"> </script>
 
<script src="http://subtlegradient.github.com/mootools-github-badge/mootools-github-badge.js" type="text/javascript"> </script>
<script type="text/javascript" charset="utf-8">
 
new SubtleTemplate.GitHubBadge.Fade({
username:'kassens',
element:'github-badge1',
templateElement:'github-badge-template1'
});
 
</script>
<!-- <![endif]-->
</body>
</html>