Skip to content

Instantly share code, notes, and snippets.

@ozee
Created November 1, 2012 15:36
Show Gist options
  • Save ozee/3994395 to your computer and use it in GitHub Desktop.
Save ozee/3994395 to your computer and use it in GitHub Desktop.
HTML: Bootstrap - simple badges
<div class="row">
<div class="span3">
<div class="page-header">
<p class="pull-right">
<a href="#">see all</a>
</p>
<h4>
Honors
<small>(10)</small>
</h4>
</div>
<div>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
<a href="#">
<img src="http://placehold.it/60x60" class="img-circle"></a>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment