diff options
| author | Mark Otto <[email protected]> | 2011-09-12 19:00:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 19:00:44 -0700 |
| commit | 3f64aaf82b6b3486c1b2e98e19047089fdfc331b (patch) | |
| tree | 078191e64bc36b9720867c8b2d10de3e7548210b /docs | |
| parent | 8f5f35e6db79599f8e72b78bbed9ee171c86461f (diff) | |
| download | bootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.tar.xz bootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.zip | |
fix topbar link with button bug
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 08ce0033f..c8d5d81ef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -118,9 +118,12 @@ <div class="row"> <div class="span-one-third"> <h3>History</h3> - <p>In the earlier days of Twitter, engineers used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented and development quickly accelerated during Twitter’s first Hackweek.</p> - <p>With the help and feedback of many engineers at Twitter, Bootstrap has grown significantly to encompass not only basic styles, but more elegant and durable front-end design patterns.</p> + <p>Engineers at Twitter have historically used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented. With the help of many awesome folks, Bootstrap has grown significantly.</p> <p>Read more on <a href="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com ›</a></p> + <p> + <a href="http://twitter.com/twbootstrap" class="twitter-follow-button">Follow @twbootstrap</a> + <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> + </p> </div> <div class="span-one-third"> <h3>Browser support</h3> |
