mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-23 11:57:35 +08:00
34 lines
1.8 KiB
HTML
34 lines
1.8 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>
|
|
<span class="mr-2 d-inline-block">
|
|
<a class="github-button" href="https://github.com/probot/probot" data-size="large" data-icon="octicon-star" data-show-count="true" aria-label="Star probot/probot on GitHub">Star</a>
|
|
</span>
|
|
<a href="https://twitter.com/ProbotTheRobot" class="twitter-follow-button" data-size="large" data-show-screen-name="false" data-show-count="false">Follow @ProbotTheRobot</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
</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>
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|