"Lesson plan example"
Bootstrap 2.3.2 Snippet by Demircii

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="span5"> <h4><a href="#">Total Votes</a></h4> <p>The total amount of votes on an category in this cycle</p> </div> <div class="span3"> <h1>248 Votes</h1> </div> </div> <hr> <hr> <hr> <div class="row"> <div class="span5"> <h4><a href="#">Animal Rescue League of Iowa</a></h4> <p>The Animal Rescue League of Iowa is a nonprofit organization founded in 1926. The ARL is the state's largest animal shelter, serving over 19,000 animals each year from all corners of the state.</p> </div> <div class="span3"> <h1>66 votes</h1> </div> </div> <hr> <div class="row"> <div class="span5"> <h4><a href="#">Special Olympics Iowa</a></h4> <p>Special Olympics Iowa (SOIA) is a nonprofit organization that serves athletes with intellectual disabilities in all 99 counties of the state. Iowa has 11 areas throughout the state that serve approximately 12,000 athletes and Unified Sports Partners with more than 80 regional competitions and 8 statewide championships annually.</p> </div> <div class="span3"> <h1>102 Votes</h1> </div> </div> <hr> <div class="row"> <div class="span5"> <h4><a href="#">Central Iowa Shelter & Services</a></h4> <p>Since 1992 Central Iowa Shelter & Services’ mission is to provide free shelter and meals to homeless adults regardless of physical or emotional conditions, and to facilitate their move toward self-sufficiency.</p> </div> <div class="span3"> <h1>80 Votes</h1> </div> </div>

Related: See More


Questions / Comments: