Created
October 4, 2013 15:57
-
-
Save krutz27/6828248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="span6"> | |
<h5>Poll: Where do you usually browse</h5> | |
<strong>Windows PC</strong><span class="pull-right">30%</span> | |
<div class="progress progress-danger active"> | |
<div class="bar" style="width: 30%;"></div> | |
</div> | |
<strong>Mac</strong><span class="pull-right">40%</span> | |
<div class="progress progress-info active"> | |
<div class="bar" style="width: 40%;"></div> | |
</div> | |
<strong>iPad/iPhone</strong><span class="pull-right">10%</span> | |
<div class="progress progress-striped active"> | |
<div class="bar" style="width: 10%;"></div> | |
</div> | |
<strong>Android</strong><span class="pull-right">5%</span> | |
<div class="progress progress-success active"> | |
<div class="bar" style="width: 5%;"></div> | |
</div> | |
<strong>Others</strong><span class="pull-right">15%</span> | |
<div class="progress progress-warning active"> | |
<div class="bar" style="width: 15%;"></div> | |
</div> | |
<p> | |
<a href="#" class="btn btn-large btn-success">Vote</a> | |
<a href="#" class="pull-right">View detailed results</a> | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment