diff options
| author | Mark Otto <[email protected]> | 2013-03-03 19:40:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-03 19:40:47 -0800 |
| commit | 6239094ca67800b01274ebdae705dd720c75c80e (patch) | |
| tree | b9d36bf92de4f67fde5b1adbbbfcf16669c96653 /docs/index.html | |
| parent | b83fc82aed64f961ba1397865ce29fe810d781ab (diff) | |
| download | bootstrap-6239094ca67800b01274ebdae705dd720c75c80e.tar.xz bootstrap-6239094ca67800b01274ebdae705dd720c75c80e.zip | |
Nuke the gallery, punt it to the new http://expo.getbootstrap.com
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index fff655973..5fbf2e366 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,26 +48,26 @@ title: Bootstrap </div> <h1>Built with Bootstrap.</h1> - <p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery/">visit the gallery</a> or <a href="./getting-started/#examples">browse the examples</a>.</p> + <p class="marketing-byline">For more sites built with Bootstrap, <a href="http://expo.getbootstrap.com">visit the Expo</a> or <a href="./getting-started/#examples">browse the examples</a>.</p> <div class="row bs-docs-gallery"> <div class="span3"> - <a class="thumbnail" href="http://delicious.com"> - <img src="assets/img/example-sites/example-delicious.jpg"> + <a class="thumbnail" href="http://delicious.com" target="_blank"> + <img src="http://expo.getbootstrap.com/screenshots/delicious.jpg" alt="Delicious"> </a> </div> <div class="span3"> - <a class="thumbnail" href="https://yourkarma.com"> - <img src="/assets/img/example-sites/example-karma.jpg"> + <a class="thumbnail" href="https://yourkarma.com" target="_blank"> + <img src="http://expo.getbootstrap.com/screenshots/karma.jpg" alt="Karma"> </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"> + <img src="http://expo.getbootstrap.com/screenshots/soundready.jpg" alt="SoundReady"> </a> </div> <div class="span3"> <a class="thumbnail" href="http://kippt.com/" target="_blank"> - <img src="assets/img/example-sites/example-kippt.jpg" alt="Kippt"> + <img src="http://expo.getbootstrap.com/screenshots/kippt.jpg" alt="Kippt"> </a> </div> </div> |
