diff options
| author | Mark Otto <[email protected]> | 2012-03-10 15:37:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 15:37:28 -0800 |
| commit | cecfe7206060fbf12233c01c4d517d77b624bac7 (patch) | |
| tree | 6cb39b7eef325bd75f72fbf2524a4d11baaf937a /docs/index.html | |
| parent | 145a36323c209e03c47965f6e341245c63b4e6e2 (diff) | |
| download | bootstrap-cecfe7206060fbf12233c01c4d517d77b624bac7.tar.xz bootstrap-cecfe7206060fbf12233c01c4d517d77b624bac7.zip | |
remove unused images, update examples to include soundready
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 20508a9d0..0da1443b3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -191,17 +191,22 @@ <h1>Built with Bootstrap.</h1> <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.</p> <ul class="thumbnails example-sites"> - <li class="span4"> + <li class="span3"> + <a class="thumbnail" href="http://soundready.fm/" target="_blank"> + <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> + </a> + </li> + <li class="span3"> <a class="thumbnail" href="http://kippt.com/" target="_blank"> <img src="assets/img/example-sites/kippt.png" alt="Kippt"> </a> </li> - <li class="span4"> + <li class="span3"> <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> </a> </li> - <li class="span4"> + <li class="span3"> <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> </a> |
