-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathfooter.html
More file actions
43 lines (32 loc) · 1.65 KB
/
footer.html
File metadata and controls
43 lines (32 loc) · 1.65 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
<footer>
<div class="wrapper">
<hr />
<p>
<a href="https://github.com/nodegit/nodegit/">NodeGit</a>, along with
<a href="https://github.com/nodegit/nodegit.github.com">this website</a>,
is open source. It’s brought to you by <a href="https://github.com/orgs/nodegit/people">a core team</a>,
and a <a href="https://github.com/nodegit/nodegit/graphs/contributors">marvelous group of contributors</a>.
</p>
<p>
Follow us on Twitter: <a href="https://twitter.com/nodegit">@NodeGit</a>
</p>
<p><a href="https://github.com/nodegit/nodegit/blob/master/LICENSE">Licenced under MIT</a>.</p>
<iframe src="https://ghbtns.com/github-btn.html?user=nodegit&repo=nodegit&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=nodegit&repo=nodegit&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=nodegit&repo=nodegit&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</div>
</footer>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '550b1da492c6ac049e00013f');
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
t.src = 'https://track.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>