Skip to content

Instantly share code, notes, and snippets.

@sethvincent
Created February 28, 2013 20:54
Show Gist options
  • Save sethvincent/5060038 to your computer and use it in GitHub Desktop.
Save sethvincent/5060038 to your computer and use it in GitHub Desktop.
<style>
.team-member {
min-height:160px;
border-bottom:1px solid #ececec;
margin-bottom: 25px;
}
.team-member img {
float: left;
margin-right: 20px;
}
.team-member h3 {
font-size: 15px;
margin-bottom: 10px;
}
h3.group {
font-weight: 300 !important;
color: #464646;
font-size: 18px;
}
</style>
<div class="team">
<h2>Our team</h2>
<h3 class="group">Staff</h3>
<div class="team-member">
<img src="http://placekitten.com/125/150" />
<div class="bio">
<h3>Greg Shaw, publisher / CEO</h3>
<p>Greg Shaw writes The Public Publisher and is occasional contributor to Crosscut on the media, policy and politics. After starting his career as a reporter in Oklahoma, Greg went on to executive roles at Microsoft and the Bill & Melinda Gates Foundation.</p>
</div>
</div><!-- /.team-member -->
<div class="team-member">
<img src="http://placekitten.com/125/150" />
<div class="bio">
<h3>Greg Shaw, publisher / CEO</h3>
<p>Greg Shaw writes The Public Publisher and is occasional contributor to Crosscut on the media, policy and politics. After starting his career as a reporter in Oklahoma, Greg went on to executive roles at Microsoft and the Bill & Melinda Gates Foundation.</p>
</div>
</div><!-- /.team-member -->
<h3 class="group">Writers</h3>
<div class="team-member">
<img src="http://placekitten.com/125/150" />
<div class="bio">
<h3>Greg Shaw, publisher / CEO</h3>
<p>Greg Shaw writes The Public Publisher and is occasional contributor to Crosscut on the media, policy and politics. After starting his career as a reporter in Oklahoma, Greg went on to executive roles at Microsoft and the Bill & Melinda Gates Foundation.</p>
</div>
</div><!-- /.team-member -->
<div class="team-member">
<img src="http://placekitten.com/125/150" />
<div class="bio">
<h3>Greg Shaw, publisher / CEO</h3>
<p>Greg Shaw writes The Public Publisher and is occasional contributor to Crosscut on the media, policy and politics. After starting his career as a reporter in Oklahoma, Greg went on to executive roles at Microsoft and the Bill & Melinda Gates Foundation.</p>
</div>
</div><!-- /.team-member -->
</div><!-- /.team -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment