"Lesson Plan Updated"
Bootstrap 3.2.0 Snippet by jhliberty

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ----------> <div class="container"> <div class="row"> <div class="col-md-5"> <h4><a href="#">Lesson 1</a></h4> <p>Overview of the course, prerequisites, instructor contact information, syllabus, location information</p> </div> <div class="col-md-3"> Progress: <span class="pull-right strong">36%</span> <div class="progress"> <div class="progress-bar" style="width: 36%;"></div> </div> </div> </div> <hr> <div class="row"> <div class="col-md-5"> <h4><a href="#">Lesson 2</a></h4> <p>Details about world history, geography of the ancient world, literature and resources</p> </div> <div class="col-md-3"> Progress: <span class="pull-right strong">10%</span> <div class="progress"> <div class="progress-bar" style="width: 10%;"></div> </div> </div> </div> <hr> <div class="row"> <div class="col-md-5"> <h4><a href="#">Lesson 3</a></h4> <p>Pop quiz on the material learned so far, reading of Socrates and watching a movie "Ancient Greece".</p> </div> <div class="col-md-3"> Progress: <span class="pull-right strong">0%</span> <div class="progress"> <div class="progress-bar" style="width: 0%;"></div> </div> </div> </div> </div>

Related: See More


Questions / Comments: