forked from colmdoyle/gh-activity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (102 loc) · 5.72 KB
/
index.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<title>Unofficial GitHub Activity Widget - TEST PAGE</title>
<!-- Bootstrap -->
<link href="http://colmdoyle.github.io/gh-activity/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="http://colmdoyle.github.io/gh-activity/css/prettify.css" rel="stylesheet" media="screen">
<link href="http://colmdoyle.github.io/gh-activity/css/style.css" rel="stylesheet" media="screen">
<!-- !Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://colmdoyle.github.io/gh-activity/">
<meta name="twitter:image" content="http://colmdoyle.github.io/gh-activity/img/octocat.png">
<meta name="twitter:title" content="GitHub Activity Widget">
<meta name="twitter:description" content="Show off your activity on the world's largest open source community">
<meta name="twitter:creator" content="@colmisainmdom">
<!-- OG Metadata -->
<meta property="og:title" content="GitHub Activity Widget" />
<meta property="og:description" content="Show off your activity on the world's largest open source community" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://colmdoyle.github.io/gh-activity/" />
<meta property="og:image" content="http://colmdoyle.github.io/gh-activity/img/octocat.png" />
<meta property="fb:admins" content="260300016" />
</head>
<body onload="prettyPrint()">
<header class="container">
<div class="row" id="header-hero">
<div class="span12">
<h1>GitHub Activity Widget - TEST PAGE</h1>
<p class="subtitle">Show off your activity on the world's largest open source community</p>
</div>
</div>
<div class="row">
<div class="span12">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://colmdoyle.github.io/gh-activity/" data-via="colmisainmdom">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="fb-like" data-href="http://colmdoyle.github.io/gh-activity/index.html" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false"></div>
</div>
</div>
<hr />
</header>
<section class="container">
<div class="row">
<div class="span4">
<iframe allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="gh-activity.html?user=colmdoyle&repo=gh-activity&type=repo" width="300" height="300"></iframe>
</div>
<div class="span8">
<h2>Repo Activity</h2>
<p>
The repo type allows you to showcase the activity on an individual repository. You can use it to display public information on the project you're trying to highlight
<pre class="prettyprint"><code class="language-html"><iframe allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="http://colmdoyle.github.io/gh-activity/gh-activity.html?user=colmdoyle&repo=gh-activity&type=repo" width="300" height="300"></iframe></code></pre>
</p>
</div>
</div>
<div class="row">
<div class="span8">
<h2>User Activity</h2>
<p>
The user type displays public activity specific to a GitHub user.
<pre class="prettyprint"><code class="language-html"><iframe allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="http://colmdoyle.github.io/gh-activity/gh-activity.html?user=colmdoyle&type=user" width="300" height="300"></iframe></code></pre>
</p>
</div>
<div class="span4">
<iframe allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="gh-activity.html?user=colmdoyle&type=user" width="300" height="300"></iframe>
</div>
</div>
<div class="row">
<div class="span12">
<a href="https://github.com/colmdoyle/gh-activity/archive/master.zip" target="_blank" class="btn btn-primary btn-large">Download from GitHub</a>
</div>
</div>
<hr />
</section>
<footer class="container">
<div class="row" id="gh-btns">
<iframe src="http://ghbtns.com/github-btn.html?user=colmdoyle&repo=gh-activity&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=colmdoyle&repo=gh-activity&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</div>
<div class="row">
<div class="span6 muted">
<p>
Built by <a href="https://github.com/colmdoyle">@colmdoyle</a>
</p>
</div>
<div class="span6">
<p class="pull-right muted">
Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
</p>
</div>
</div>
</footer>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=464515213608531";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://colmdoyle.github.io/gh-activity/js/bootstrap.min.js"></script>
<script src="http://colmdoyle.github.io/gh-activity/js/prettify.js"></script>
</body>
</html>