Bootstrap 3 Template

This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.

HTML

<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="row" style="margin-bottom: 5em;">
  <div class="col-sm-5 col-md-5" style="height: 300px">
    <div class="row">
        <div class="col-sm-4 col-md-4">
          <a href="#" class="thumbnail">
            <img src="http://placehold.it/275x275" class="img-responsive">
          </a>
        </div>
          <div class="col-sm-4 col-md-4">
          <a href="#" class="thumbnail">
            <img src="http://placehold.it/275x275" class="img-responsive">
          </a>
        </div>
        <div class="col-sm-4 col-md-4">
            <a href="#" class="thumbnail">
            <img src="http://placehold.it/275x275" class="img-responsive">
          </a>
        </div>
        <div class="col-sm-4 col-md-4">
            <a href="#" class="thumbnail">
              <img src="http://placehold.it/275x275" class="img-responsive">
            </a>
          </div>
          <div class="col-sm-4 col-md-4">
            <a href="#" class="thumbnail">
              <img src="http://placehold.it/275x275" class="img-responsive">
            </a>
          </div>
          <div class="col-sm-4 col-md-4">
            <a href="#" class="thumbnail">
              <img src="http://placehold.it/275x275" class="img-responsive">
            </a>
          </div>
      </div>
  </div>
  <div class="col-sm-7 col-md-7 panel-body" style="background-color: #ccc; padding: 2em">
    <h3 style="margin-top: 0px; margin-bottom: 1em">Brand Name</h3>
    <div class="row">
      <div class="col-sm-6 col-md-6">
        <div class="fluid-media">
          <iframe src="https://www.youtube.com/embed/QyIIeQbL1Zo" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
        </div>
      </div>
      <div class="col-sm-6 col-md-6">
        Description text - Lorem ipsum dolor sit amet,...

CSS

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');

body {
    margin: 10px;
}

JavaScript

/* Latest compiled and minified JavaScript included as External Resource */