Add star/twitter buttons to footer

This commit is contained in:
Brandon Keepers
2017-09-14 16:09:25 -07:00
parent 57b8370d9d
commit ee1ee47103

View File

@@ -5,8 +5,10 @@
</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>
<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">
@@ -27,3 +29,5 @@
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>