diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54825 -> 54825 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/bartop.png | bin | 76969 -> 0 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/railwayjs.png | bin | 28164 -> 0 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/soundready.png | bin | 54323 -> 53979 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/totalwireframe.png | bin | 43364 -> 0 bytes | |||
| -rw-r--r-- | docs/index.html | 11 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 11 |
7 files changed, 16 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 5e049b9c7..ba68e8c58 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/img/example-sites/bartop.png b/docs/assets/img/example-sites/bartop.png Binary files differdeleted file mode 100644 index 39045a77b..000000000 --- a/docs/assets/img/example-sites/bartop.png +++ /dev/null diff --git a/docs/assets/img/example-sites/railwayjs.png b/docs/assets/img/example-sites/railwayjs.png Binary files differdeleted file mode 100644 index b3fb53f91..000000000 --- a/docs/assets/img/example-sites/railwayjs.png +++ /dev/null diff --git a/docs/assets/img/example-sites/soundready.png b/docs/assets/img/example-sites/soundready.png Binary files differindex 2bad6068b..2675ff911 100644 --- a/docs/assets/img/example-sites/soundready.png +++ b/docs/assets/img/example-sites/soundready.png diff --git a/docs/assets/img/example-sites/totalwireframe.png b/docs/assets/img/example-sites/totalwireframe.png Binary files differdeleted file mode 100644 index 66a4e8509..000000000 --- a/docs/assets/img/example-sites/totalwireframe.png +++ /dev/null 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> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 14983ac1d..e8c924c2e 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -115,17 +115,22 @@ <h1>{{_i}}Built with Bootstrap.{{/i}}</h1> <p class="marketing-byline">{{_i}}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>.{{/i}}</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> |
