diff options
| author | Mark Otto <[email protected]> | 2013-02-13 23:37:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-13 23:37:08 -0800 |
| commit | d709dba284180679accb6e164686249bdf243211 (patch) | |
| tree | 67a8c2de412ea88d32340666a7fef496f8fc2cd0 /docs/_includes/colophon.html | |
| parent | b12ff91d482199ce64a6e2a39a0f1ba58d22de51 (diff) | |
| download | bootstrap-d709dba284180679accb6e164686249bdf243211.tar.xz bootstrap-d709dba284180679accb6e164686249bdf243211.zip | |
Start using some includes; test out some pygments highlighting
Diffstat (limited to 'docs/_includes/colophon.html')
| -rw-r--r-- | docs/_includes/colophon.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html new file mode 100644 index 000000000..ae92db140 --- /dev/null +++ b/docs/_includes/colophon.html @@ -0,0 +1,35 @@ +<!-- Footer +================================================== --> +<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> + <ul class="footer-links"> + <li><a href="http://blog.getbootstrap.com">Blog</a></li> + <li class="muted">·</li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> + <li class="muted">·</li> + <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li> + </ul> + </div> +</footer>
\ No newline at end of file |
