Files
probot.github.io/_includes/footer.html
2017-07-29 18:03:51 -07:00

23 lines
1.1 KiB
HTML

<div class="bg-gray-dark text-gray">
<div class="container-lg px-3 page-section">
<p class="mb-3">
<a class="text-white text-bold mr-3" href="https://github.com/probot">GitHub</a>
<a class="text-white text-bold mr-3" href="/docs/">Docs</a>
</p>
<p>
<span class="mr-2">{% octicon code %} with {% octicon heart %} by <a class="text-gray-light" href="https://twitter.com/bkeepers">@bkeepers</a></span>
<span class="mx-2">Code licensed <a class="text-gray-light" href="https://github.com/probot/probot/blob/master/LICENSE">MIT</a></span>
<span class="mx-2">Docs licensed <a class="text-gray-light" href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a></span>
</p>
</div>
</div>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102577034-2', 'auto');
ga('send', 'pageview');
</script>