-
Notifications
You must be signed in to change notification settings - Fork 73
/
foot.html
29 lines (26 loc) · 1.18 KB
/
foot.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
<div class="row clearfix">
<p>Want your company on this list?
<a href="https://github.com/joyent/node-in-the-industry">Send us a pull request!</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<a href="http://www.joyent.com"><h5>The Node.js Project is Sponsored by</h5>
<img src="http://nodejs.org/images/joyent-footer.svg" width="200">
<p>Production Node + High Performance Infrastructure</p></a>
<a href="https://my.joyentcloud.com/landing/signup/70180000000ShEu" class="button getstarted">Get Started</a>
<p class="copyright">Copyright <a href="http://joyent.com/">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">View license</a>.</p>
</div>
<script>
window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
</script>
</body>
</html>