layout: default title: About permalink: /about/


<div class=“container”> <!– Introduction Row –> <div class=“row”>

<div class="col-sm-8">
    <h2>What We Do</h2>
    <p>Introduce the team using clear, informative text. Use well-targeted keywords within your sentences to make sure search engines can find the team.</p>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et molestiae similique eligendi reiciendis sunt distinctio odit? Quia, neque, ipsa, adipisci quisquam ullam deserunt accusantium illo iste exercitationem nemo voluptates asperiores.</p>
    <p>
        <a class="btn btn-default btn-lg" href="#">Call to Action &raquo;</a>
    </p>
</div>
<div class="col-sm-4">
    <h2>Contact Us</h2>
    <address>
        <strong>Gadgetry.io</strong>
        <br>123 Broadway
        <br>Nashville, Tennessee
        <br>
    </address>
    <address>
        <abbr title="Phone">P:</abbr>(123) 456-7890
        <br>
        <abbr title="Email">E:</abbr> <a href="mailto:#">hello@example.com</a>
    </address>
</div>

</div> <!– /.row –>

<hr>

  <!-- Team Members Row -->
  <div class="row">
      <div class="col-lg-12">
          <h2 class="page-header">Our Team</h2>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
      <div class="col-lg-4 col-sm-6">
          <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
          <h3>John Smith
              <small>Job Title</small>
          </h3>
          <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
      </div>
  </div>
</div><!-- / .container -->