<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<!-- this section wraps the team members as a container-->
<section class="cf team-container">
<h1 class="team-h1">Our Team</h1>
<!-- member-->
<div class="team-member">
<img class="team-photo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/44742/profile/profile-512_2.jpg">
<h3>Person's Name</h3>
<span>This section could be used to show a very short bio description for each member</span>
<a class="email" href="mailto:email@something.com"><span >email</span></a>
</div>
<!-- member-->
<div class="team-member">
<img class="team-photo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/44742/profile/profile-512_2.jpg">
<h3>Person's Name</h3>
<span>This section could be used to show a very short bio description for each member</span>
<a class="email" href="mailto:email@something.com"><span >email</span></a>
</div>
<!-- member-->
<div class="team-member">
<img class="team-photo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/44742/profile/profile-512_2.jpg">
<h3>Person's Name</h3>
<span>This section could be used to show a very short bio description for each member</span>
<a class="email" href="mailto:email@something.com"><span >email</span></a>
</div>
<!-- member-->
<div class="team-member">
<img class="team-photo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/44742/profile/profile-512_2.jpg">
<h3>Person's Name</h3>
<span>This section could be used to show a very short bio description for each member</span>
<a class="email" href="mailto:email@something.com"><span >email</span></a>
</div>
<!-- member-->
<div class="team-member">
<img class="team-photo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/44742/profile/profile-512_2.jpg">
<h3>Person's Name</h3>
<span>This section could be used to show a very short bio description for each member</span>
<a class="email" href="mailto:email@something.com"><span >email</span></a>
</div>
</section>