diff options
| author | Mark Otto <[email protected]> | 2012-12-01 13:47:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-01 13:47:07 -0800 |
| commit | dd11d0a3fa4ba061f6dcb8db81f144d81101e052 (patch) | |
| tree | 76535f98161a22339e8ba8a5cbb4242fab481e10 /docs/getting-started.html | |
| parent | 98b0d475ae9db023cc22b011388f1bea1c88c537 (diff) | |
| download | bootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.tar.xz bootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.zip | |
move around social buttons
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 7628a3d36..749effa37 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -308,6 +308,25 @@ ================================================== --> <footer class="footer"> <div class="container"> + + <div class="bs-docs-social"> + <ul class="bs-docs-social-buttons"> + <li> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + </li> + <li> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> + </li> + <li class="follow-btn"> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> + </li> + <li class="tweet-btn"> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> + </li> + </ul> + </div> + + <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> |
