mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
fix homepage example sites
This commit is contained in:
parent
2eb4c6fc79
commit
80c4d5a9bf
@ -128,30 +128,28 @@
|
|||||||
|
|
||||||
<h1>Built with Bootstrap.</h1>
|
<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="./getting-started.html#examples">browse the examples</a>.</p>
|
<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="./getting-started.html#examples">browse the examples</a>.</p>
|
||||||
<div class="row">
|
<div class="row example-sites">
|
||||||
<ul class="thumbnails example-sites">
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
|
||||||
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
|
<img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
|
||||||
<img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
||||||
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
|
<img src="assets/img/example-sites/gathercontent.png" alt="Gather Content">
|
||||||
<img src="assets/img/example-sites/gathercontent.png" alt="Gather Content">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
||||||
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
46
docs/templates/pages/index.mustache
vendored
46
docs/templates/pages/index.mustache
vendored
@ -59,30 +59,28 @@
|
|||||||
|
|
||||||
<h1>{{_i}}Built with Bootstrap.{{/i}}</h1>
|
<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="./getting-started.html#examples">browse the examples</a>.{{/i}}</p>
|
<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="./getting-started.html#examples">browse the examples</a>.{{/i}}</p>
|
||||||
<div class="row">
|
<div class="row example-sites">
|
||||||
<ul class="thumbnails example-sites">
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
|
||||||
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
|
<img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
|
||||||
<img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
||||||
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
|
<img src="assets/img/example-sites/gathercontent.png" alt="Gather Content">
|
||||||
<img src="assets/img/example-sites/gathercontent.png" alt="Gather Content">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<div class="span3">
|
||||||
<li class="span3">
|
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
||||||
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
||||||
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>{{! /.marketing }}
|
</div>{{! /.marketing }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user