Created
August 3, 2016 19:05
-
-
Save diegolearnstocode/49cd4b3a161106cec14af81f18a02f65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-lg-12"> | |
<h1 class="page-header">Thumbnail Gallery</h1> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | |
<a class="thumbnail" href="#"> | |
<img class="img-responsive" src="http://placehold.it/400x300" alt=""> | |
</a> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment