"Experience Flow"
Bootstrap 3.0.0 Snippet by gihandilanka

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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-6"> <div class="blockquote-box blockquote-primary clearfix" style="display: block;"> <div class="square pull-left"> <i class="fa fa-calendar"></i> 1993 - 1998 </div> <h2>Primary School</h2> <p class="text-justify box-p"> KG/Dewalegama Bamunugama Maliyadewa. It was my childhood. Students around 1000 and staff around 40. I have studied from grade 1 to 5. </p> </div> <div class="blockquote-box blockquote-warning clearfix" style="display: block;"> <div class="square pull-left"> <i class="fa fa-calendar"></i> 2008 - 2012 </div> <h2>University</h2> <p class="text-justify box-p"> Rajarata University of Srilanka - ICT (Information & Communication Technology), Faculty of Applied Sciences. </p> </div> </div> <div class="col-md-6"> <div class="blockquote-box blockquote-success clearfix" style="display: block;"> <div class="square pull-left"> <i class="fa fa-calendar"></i> 1999 - 2007 </div> <h2>Secondary School</h2> <p class="text-justify box-p"> KG/Kegalu Vidyalaya. Principle was S.B Koswatta. I was very lucky to study under his control. Students about 2800 and staff about 135. From grade 6 to 13. </p> </div> <div class="blockquote-box blockquote-danger clearfix" style="display: block;"> <div class="square pull-left"> <i class="fa fa-calendar"></i> 2015 - present </div> <h2>Post Graduate</h2> <p class="text-justify box-p"> Planning to do a MBA in IT. Most probably It will be started in end of this year. Planning to select the place from UOM or UCSC. </p> </div> </div> </div> </div>
.blockquote-box.blockquote-primary .square { background-color: #428bca; color: #FFF; } .blockquote-box .square { width: 120px; min-height: 50px; margin-right: 22px; text-align: center !important; background-color: #E6E6E6; padding: 20px 0; font-size: 15px; } .blockquote-box { border-left: 5px solid; border-top: 1px solid; border-right: 1px solid; border-bottom: 1px solid; margin-bottom: 25px; } .blockquote-box.blockquote-primary { border-color: #428bca; } .blockquote-box.blockquote-warning .square { background-color: #f0ad4e; color: #FFF; } .blockquote-box .square { width: 120px; min-height: 50px; margin-right: 22px; text-align: center !important; background-color: #E6E6E6; padding: 20px 0; font-size: 15px; } .blockquote-box.blockquote-warning { border-color: #f0ad4e; } .blockquote-box.blockquote-success .square { background-color: #449d44; color: #FFF; } .blockquote-box .square { width: 120px; min-height: 50px; margin-right: 22px; text-align: center !important; background-color: #E6E6E6; padding: 20px 0; font-size: 15px; } .blockquote-box.blockquote-success { border-color: #449d44; } .blockquote-box.blockquote-danger { border-color: #d9534f; } .blockquote-box { border-left: 5px solid; border-top: 1px solid; border-right: 1px solid; border-bottom: 1px solid; margin-bottom: 25px; } .blockquote-box.blockquote-danger .square { background-color: #d9534f; color: #FFF; } .progress .progress-type { position: absolute; left: 0px; font-weight: 800; padding: 3px 30px 2px 10px; color: white; background-color: rgba(25, 25, 25, 0.2); } .progress { position: relative; height: 25px !important; } .box-p{ padding:5px; }

Related: See More


Questions / Comments: