Skip to content

Commit 3878cf9

Browse files
committed
Add +1 button; change button colors for doc links.
1 parent 44719cc commit 3878cf9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ <h1>Overview</h1>
5555
joining the effort. See the section on <a
5656
href="#policies">Project Policies</a> for more information on
5757
getting involved.</p>
58+
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
59+
<script type="text/javascript">
60+
(function() {
61+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
62+
po.src = 'https://apis.google.com/js/platform.js';
63+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
64+
})();
65+
</script>
5866
</section>
5967
<section id="download">
6068
<div class="page-header">
@@ -94,13 +102,13 @@ <h1>Documentation</h1>
94102
library available through the following links.</p>
95103
<div class="row">
96104
<div class="col-md-4">
97-
<a href="0.11.0/index.html" class="btn btn-warning btn-lg btn-block">0.11.0 (stable)</a>
105+
<a href="0.11.0/index.html" class="btn btn-primary btn-lg btn-block">0.11.0 (stable)</a>
98106
</div>
99107
<div class="col-md-4">
100-
<a href="0.10.1/index.html" class="btn btn-primary btn-lg btn-block">0.10.1 (previous stable)</a>
108+
<a href="0.10.1/index.html" class="btn btn-warning btn-lg btn-block">0.10.1 (previous stable)</a>
101109
</div>
102110
<div class="col-md-4">
103-
<a href="0.9.4/index.html" class="btn btn-primary btn-lg btn-block">0.9.4 (previous unsupported)</a>
111+
<a href="0.9.4/index.html" class="btn btn-danger btn-lg btn-block">0.9.4 (previous unsupported)</a>
104112
</div>
105113
</div>
106114
</section>

0 commit comments

Comments
 (0)