diff options
| author | Mark Otto <[email protected]> | 2013-02-15 17:21:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-15 17:21:41 -0800 |
| commit | 3d041096ba995c4ae8422a9a8491b77d0d4460fe (patch) | |
| tree | 61e126572efb1b481b548967846685985a38e444 /docs/index.html | |
| parent | 6789a30a3d4f184b02cd5c686309aa7bd547ea4c (diff) | |
| download | bootstrap-3d041096ba995c4ae8422a9a8491b77d0d4460fe.tar.xz bootstrap-3d041096ba995c4ae8422a9a8491b77d0d4460fe.zip | |
Update gallery examples on homepage; make all gallery entries open in new tabs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 41742011d..a6d2a413e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,6 +56,11 @@ title: Bootstrap </a> </div> <div class="span3"> + <a class="thumbnail" href="https://yourkarma.com"> + <img src="/assets/img/example-sites/example-karma.jpg"> + </a> + </div> + <div class="span3"> <a class="thumbnail" href="http://soundready.fm/" target="_blank"> <img src="assets/img/example-sites/example-soundready.jpg" alt="SoundReady.fm"> </a> @@ -65,11 +70,6 @@ title: Bootstrap <img src="assets/img/example-sites/example-kippt.jpg" alt="Kippt"> </a> </div> - <div class="span3"> - <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> - <img src="assets/img/example-sites/example-gathercontent.jpg" alt="Gather Content"> - </a> - </div> </div> </div> |
