HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection
Download<div class="col-xs-12 col-md-6 col-lg-4">
<div class="widget panel">
<div class="thumbnail">
<div class="media">
<div class="indicator">
<span class="spinner"></span>
</div>
<img data-toggle="unveil" src="http://maps.googleapis.com/maps/api/staticmap?center=-15.800513,-47.91378&zoom=11&size=400x250&sensor=false" data-src="http://maps.googleapis.com/maps/api/staticmap?center=-15.800513,-47.91378&zoom=11&size=400x250&sensor=false" alt="Cover" width="100%" class="unveiled">
</div>
</div>
<div class="panel-body" style="margin-top:-55px;z-index:2;">
<ul class="list-unstyled">
<li class="text-center">
<img class="img-circle img-bordered" src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="" width="75px" height="75px">
<br>
<h5 class="semibold mb0">Orli Waller</h5>
<p class="nm text-muted">Front-end Developer</p>
</li>
</ul>
</div>
<a href="javascript:void(0);" class="panel-ribbon panel-ribbon-primary">
<i class="ico-info"></i>
</a>
<table class="table">
<thead></thead>
<tbody>
<tr>
<td width="50%">Web development</td>
<td>
<div class="progress progress-xs nm">
<div class="progress-bar" style="width: 60%"></div>
</div>
</td>
</tr>
<tr>
<td width="50%">Server patching</td>
<td>
<div class="progress progress-xs nm">
<div class="progress-bar progress-bar-warning" style="width: 40%"></div>
</div>
</td>
</tr>
<tr>
<td width="50%">Mobile framework</td>
<td>
<div class="progress progress-xs nm">
<div class="progress-bar progress-bar-success" style="width: 90%"></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!--/ END Widget Panel -->
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection
Downloadbody{
margin-top:20px;
background:#ddd;
}
.widget .panel, .widget.panel {
border-bottom-width: 1px;
border-bottom-color: #cfd9db;
overflow: hidden;
}
.widget {
margin-bottom: 20px;
}
.panel {
position: relative;
border-width: 1px;
border-color: #cfd9db;
border-radius: 3px;
-webkit-box-shadow: 0 .0625rem .0625rem rgba(0,0,0,.05);
box-shadow: 0 .0625rem .0625rem rgba(0,0,0,.05);
}
.text-muted {
color: #a2a2a2!important;
}
.nm {
margin: 0!important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
border-color: #e6ebed;
padding: 10px;
}

About this bootstrap example/template
This example/template, Skills card widget, was published on Mar 5th 2016, 15:52 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 1.7K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.6
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.6 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working