mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<footer class="site-footer clearfix">
|
|
<nav>
|
|
<a href="/about/">About</a>
|
|
<a href="/terms-of-service/">Terms of Service</a>
|
|
</nav>
|
|
<p>
|
|
If you have questions or issues, it is always best to consult a legal professional.<br>
|
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
|
Creative Commons Attribution 3.0 Unported License</a>.
|
|
</p>
|
|
<div class="with-love">
|
|
Demystified with <3 by <a href="http://github.com">GitHub, Inc.</a>
|
|
</div>
|
|
</footer>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
{% if page.layout == "license" 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>
|
|
<script src="/assets/js/javascript.js"></script>
|
|
{% endif %}
|
|
|
|
<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-24', 'choosealicense.com');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|