mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-03-28 08:17:51 +08:00
30 lines
1.3 KiB
HTML
30 lines
1.3 KiB
HTML
<div class="bg-gray text-gray border-top">
|
|
<div class="container-lg px-3 page-section d-md-flex flex-md-row-reverse">
|
|
<div class="col-md-6">
|
|
{% include subscribe.html %}
|
|
</div>
|
|
<div class="col-md-6">
|
|
<p>
|
|
<a class="link-gray text-bold mr-3" href="https://github.com/probot">GitHub</a>
|
|
<a class="link-gray text-bold mr-3" href="/docs/">Docs</a>
|
|
</p>
|
|
<p>{% octicon code %} with {% octicon heart %} by <a class="text-gray-light" href="https://twitter.com/bkeepers">@bkeepers</a></p>
|
|
<p style="opacity: 0.5">
|
|
<span class="mr-2">Code licensed <a class="text-inherit" href="https://github.com/probot/probot/blob/master/LICENSE">ISC</a></span>
|
|
<span>Docs licensed <a class="text-inherit" href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a></span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="text-center">
|
|
</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>
|