mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
homepage images
This commit is contained in:
parent
da24a3e118
commit
f8a78d7de7
1 changed files with 4 additions and 4 deletions
|
|
@ -59,19 +59,19 @@ base_url: "./"
|
|||
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/coinbase.jpg" alt="" class="thumbnail">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/coinbase.jpg" alt="" class="img-responsive img-thumbnail">
|
||||
<h4>Coinbase</h4>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/localcrime.jpg" alt="" class="thumbnail">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/localcrime.jpg" alt="" class="img-responsive img-thumbnail">
|
||||
<h4>Localcrime</h4>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/fortrabbit.jpg" alt="" class="thumbnail">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/fortrabbit.jpg" alt="" class="img-responsive img-thumbnail">
|
||||
<h4>Fortrabbit</h4>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/sentry.jpg" alt="" class="thumbnail">
|
||||
<img src="http://expo.getbootstrap.com/screenshots/sentry.jpg" alt="" class="img-responsive img-thumbnail">
|
||||
<h4>Sentry</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue