"Simple Resume template"
Bootstrap 3.2.0 Snippet by TheAmplifier

<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="resume"> <header class="page-header"> <h1 class="page-title">Resume of John Doe</h1> <small> <i class="fa fa-clock-o"></i> Last Updated on: <time>Sunday, October 05, 2014</time></small> </header> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8"> <div class="panel panel-default"> <div class="panel-heading resume-heading"> <div class="row"> <div class="col-lg-12"> <div class="col-xs-12 col-sm-4"> <figure> <img class="img" alt="" src="http://placehold.it/370x205"> </figure> </div> <div class="col-xs-12 col-sm-8"> <ul class="list-group"> <li class="list-group-item">John Doe</li> <li class="list-group-item">Senior Software Engineer</li> <li class="list-group-item">google inc.</li> <li class="list-group-item"><i class="fa fa-phone"></i> 000-000-0000 </li> <li class="list-group-item"><i class="fa fa-envelope"></i> john@example.com</li> </ul> </div> </div> </div> </div> <div class="bs-callout bs-callout-danger"> <h4>Summary</h4> <p> Lorem ipsum dolor sit amet, ea vel prima adhuc, scripta liberavisse ea quo, te vel vidit mollis complectitur. Quis verear mel ne. Munere vituperata vis cu, te pri duis timeam scaevola, nam postea diceret ne. Cum ex quod aliquip mediocritatem, mei habemus persecuti mediocritatem ei. </p> <p> Odio recteque expetenda eum ea, cu atqui maiestatis cum. Te eum nibh laoreet, case nostrud nusquam an vis. Clita debitis apeirian et sit, integre iudicabit elaboraret duo ex. Nihil causae adipisci id eos. </p> </div> <div class="bs-callout bs-callout-danger"> <h4>Key Expertise</h4> <ul class="list-group"> <li class="list-group-item"> Lorem ipsum dolor sit amet, ea vel prima adhuc </li> <li class="list-group-item"> Lorem ipsum dolor sit amet, ea vel prima adhuc</li> <li class="list-group-item"> Lorem ipsum dolor sit amet, ea vel prima adhuc</li> <li class="list-group-item"> Lorem ipsum dolor sit amet, ea vel prima adhuc</li> <li class="list-group-item">Lorem ipsum dolor sit amet, ea vel prima adhuc</li> <li class="list-group-item"> Lorem ipsum dolor sit amet, ea vel prima adhuc</li> </ul> </div> <div class="bs-callout bs-callout-danger"> <h4>Education</h4> <table class="table table-striped table-responsive "> <thead> <tr><th>Degree</th> <th>Graduation Year</th> <th>CGPA</th> </tr></thead> <tbody> <tr> <td>Masters in Computer Science and Engineering</td> <td>2014</td> <td> 3.50 </td> </tr> <tr> <td>BSc. in Computer Science and Engineering</td> <td>2011</td> <td> 3.25 </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div>
/* uses font awesome for social icons */ @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); .page-header{ text-align: center; } /* resume stuff */ .bs-callout { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #eee; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 1px 5px; margin-bottom: 5px; padding: 20px; } .bs-callout:last-child { margin-bottom: 0px; } .bs-callout h4 { margin-bottom: 10px; margin-top: 0; } .bs-callout-danger { border-left-color: #d9534f; } .bs-callout-danger h4{ color: #d9534f; } .resume .list-group-item:first-child, .resume .list-group-item:last-child{ border-radius:0; } /*makes an anchor inactive(not clickable)*/ .inactive-link { pointer-events: none; cursor: default; } .resume-heading .social-btns{ margin-top:15px; } .resume-heading .social-btns i.fa{ margin-left:-5px; } @media (max-width: 992px) { .resume-heading .social-btn-holder{ padding:5px; } } /* skill meter in resume. copy pasted from http://bootsnipp.com/snippets/featured/progress-bar-meter */ .progress-bar { text-align: left; white-space: nowrap; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; } .progress-bar > .progress-type { padding-left: 10px; } .progress-meter { min-height: 15px; border-bottom: 2px solid rgb(160, 160, 160); margin-bottom: 15px; } .progress-meter > .meter { position: relative; float: left; min-height: 15px; border-width: 0px; border-style: solid; border-color: rgb(160, 160, 160); } .progress-meter > .meter-left { border-left-width: 2px; } .progress-meter > .meter-right { float: right; border-right-width: 2px; } .progress-meter > .meter-right:last-child { border-left-width: 2px; } .progress-meter > .meter > .meter-text { position: absolute; display: inline-block; bottom: -20px; width: 100%; font-weight: 700; font-size: 0.85em; color: rgb(160, 160, 160); text-align: left; } .progress-meter > .meter.meter-right > .meter-text { text-align: right; }

Related: See More


Questions / Comments: