1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00
choosealicense.com/_includes/footer.html

40 lines
1.5 KiB
HTML
Raw Normal View History

2013-12-09 19:05:34 +01:00
<footer class="site-footer clearfix">
2013-07-13 16:38:53 +02:00
<nav>
<a href="/about/">About</a>
2013-07-13 21:48:28 +02:00
<a href="/terms-of-service/">Terms of Service</a>
2013-07-13 16:38:53 +02:00
</nav>
<p>
If you have questions or issues, it is always best to consult a legal professional.<br>
2013-07-13 16:38:53 +02:00
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
2013-10-30 19:17:12 +01:00
Creative Commons Attribution 3.0 Unported License</a>.
2013-07-13 16:38:53 +02:00
</p>
<div class="with-love">
Demystified with &lt;3 by <a href="http://github.com">GitHub, Inc.</a>
2013-07-14 01:07:43 +02:00
</div>
2013-07-13 16:38:53 +02:00
</footer>
</div> <!-- /container -->
2013-07-13 21:18:57 +02:00
2014-07-31 18:36:56 +02:00
{% if page.collection == "licenses" or page.class == "license-types" %}
<script src="/assets/vendor/jquery/jquery.min.js"></script>
<script src="/assets/vendor/qtip2/jquery.qtip.min.js"></script>
<script src="/assets/vendor/zeroclipboard/ZeroClipboard.min.js"></script>
2014-07-31 18:36:56 +02:00
<script>
2014-09-05 17:26:54 +02:00
window.annotations = {{ site.data.rules | jsonify }};
2014-07-31 18:36:56 +02:00
</script>
<script src="/assets/js/app.js"></script>
2013-07-13 21:18:57 +02:00
{% endif %}
<script>
!function(L,I,C,e,N,S,E){L.GoogleAnalyticsObject=N,L[N]=L[N]||function(){
(L[N].q=L[N].q||[]).push(arguments)},L[N].l=+new Date,S=I.createElement(C),
E=I.getElementsByTagName(C)[0],S.src=e,E.parentNode.insertBefore(S,E)
}(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga('create', 'UA-3769691-24', 'choosealicense.com');
ga('send', 'pageview');
</script>
2013-07-13 16:38:53 +02:00
</body>
</html>