aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 15:37:28 -0800
committerMark Otto <[email protected]>2012-03-10 15:37:28 -0800
commitcecfe7206060fbf12233c01c4d517d77b624bac7 (patch)
tree6cb39b7eef325bd75f72fbf2524a4d11baaf937a
parent145a36323c209e03c47965f6e341245c63b4e6e2 (diff)
downloadbootstrap-cecfe7206060fbf12233c01c4d517d77b624bac7.tar.xz
bootstrap-cecfe7206060fbf12233c01c4d517d77b624bac7.zip
remove unused images, update examples to include soundready
-rw-r--r--docs/assets/bootstrap.zipbin54825 -> 54825 bytes
-rw-r--r--docs/assets/img/example-sites/bartop.pngbin76969 -> 0 bytes
-rw-r--r--docs/assets/img/example-sites/railwayjs.pngbin28164 -> 0 bytes
-rw-r--r--docs/assets/img/example-sites/soundready.pngbin54323 -> 53979 bytes
-rw-r--r--docs/assets/img/example-sites/totalwireframe.pngbin43364 -> 0 bytes
-rw-r--r--docs/index.html11
-rw-r--r--docs/templates/pages/index.mustache11
7 files changed, 16 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 5e049b9c7..ba68e8c58 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/img/example-sites/bartop.png b/docs/assets/img/example-sites/bartop.png
deleted file mode 100644
index 39045a77b..000000000
--- a/docs/assets/img/example-sites/bartop.png
+++ /dev/null
Binary files differ
diff --git a/docs/assets/img/example-sites/railwayjs.png b/docs/assets/img/example-sites/railwayjs.png
deleted file mode 100644
index b3fb53f91..000000000
--- a/docs/assets/img/example-sites/railwayjs.png
+++ /dev/null
Binary files differ
diff --git a/docs/assets/img/example-sites/soundready.png b/docs/assets/img/example-sites/soundready.png
index 2bad6068b..2675ff911 100644
--- a/docs/assets/img/example-sites/soundready.png
+++ b/docs/assets/img/example-sites/soundready.png
Binary files differ
diff --git a/docs/assets/img/example-sites/totalwireframe.png b/docs/assets/img/example-sites/totalwireframe.png
deleted file mode 100644
index 66a4e8509..000000000
--- a/docs/assets/img/example-sites/totalwireframe.png
+++ /dev/null
Binary files differ
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>