forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
50 lines (45 loc) · 1.97 KB
/
footer.html
File metadata and controls
50 lines (45 loc) · 1.97 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
49
50
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="http://help.github.com/terms-of-service/">Terms</a></li>
<li><a href="http://help.github.com/privacy-policy/">Privacy</a></li>
<li><a href="http://help.github.com/security/">Security</a></li>
<li><a href="https://github.com/contact">Contact</a></li>
</ul>
<span class="footer-cell">
<a href="https://github.com" class="mega-octicon octicon-mark-github"></a>
</span>
<ul class="footer-cell">
<li><a href="https://status.github.com/">Status</a></li>
<li><a href="http://training.github.com/">Training</a></li>
<li><a href="http://shop.github.com/">Shop</a></li>
<li><a href="https://github.com/blog">Blog</a></li>
<li><a href="https://github.com/about">About</a></li>
</ul>
</div>
<div class="wrapper">
<p>Design © <span class="js-year"></span> Copyright <span class="js-year"></span> GitHub, Inc. </p>
</div>
</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', '4f2038e0cb25bc1b55000003');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3769691-37', 'github.com');
ga('send', 'pageview');
</script>
<script src="/js/retina.js" type="text/javascript"></script>