"Portfolio grid"
Bootstrap 3.3.0 Snippet by tammykimkim

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!-- Page Content --> <div class="container"> <!-- Page Heading --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Grid with 4 images <small>Secondary Text</small> </h1> </div> </div> <!-- /.row --> <div class="container"> <!-- Projects Row --> <div class="row"> <div class="col-md-3 col-sm-6 col-xs-12 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 col-sm-6 col-xs-12 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 col-sm-6 col-xs-12 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 col-sm-6 col-xs-12 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> </div> <!-- /.row --> <!-- Projects Row --> <div class="row"> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> </div> <!-- /.row --> <!-- Projects Row --> <div class="row"> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> <div class="col-md-3 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/750x750/000000/ffffff" alt=""> </a> </div> </div> <!-- /.row --> </div> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Grid with text underneath <small>Secondary Text</small> </h1> </div> </div> <!-- /.row --> <div class="container"> <!-- Projects Row --> <div class="row"> <div class="col-md-4 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x400" alt=""> </a> <h3> <a href="#">Project Name</a> </h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p> </div> <div class="col-md-4 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x400" alt=""> </a> <h3> <a href="#">Project Name</a> </h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p> </div> <div class="col-md-4 portfolio-item"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x400" alt=""> </a> <h3> <a href="#">Project Name</a> </h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p> </div> </div> <!-- /.row --> </div> <!-- Page Content --> <div class="container"> <!-- Page Heading --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Text on Right <small>Secondary Text</small> </h1> </div> </div> <!-- /.row --> <!-- Project One --> <div class="row"> <div class="col-md-7"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x300" alt=""> </a> </div> <div class="col-md-5"> <h3>Project One</h3> <h4>Subheading</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.</p> <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a> </div> </div> <!-- /.row --> <hr> <!-- Project Two --> <div class="row"> <div class="col-md-7"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x300" alt=""> </a> </div> <div class="col-md-5"> <h3>Project Two</h3> <h4>Subheading</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p> <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a> </div> </div> <!-- /.row --> <hr> <!-- Project Three --> <div class="row"> <div class="col-md-7"> <a href="#"> <img class="img-responsive" src="http://placehold.it/700x300" alt=""> </a> </div> <div class="col-md-5"> <h3>Project Three</h3> <h4>Subheading</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis, temporibus, dolores, at, praesentium ut unde repudiandae voluptatum sit ab debitis suscipit fugiat natus velit excepturi amet commodi deleniti alias possimus!</p> <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a> </div> </div> <!-- /.row --> <hr> </div> </div>
.portfolio-item { margin-bottom: 10px; padding-right: 5px; padding-left: 5px; }

Related: See More


Questions / Comments: