HTML code
Clean, semantic HTML that powers this Bootstrap 3.3.6 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
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
Scoped CSS that styles the component. Paste it after Bootstrap 3.3.6 to keep the design, spacing, and responsiveness consistent.
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;
}
FAQ
How do I use this snippet?
Include Bootstrap 3.3.6, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 3.3.6.

About this bootstrap example/template
This free Bootstrap 3.3.6 snippet, Skills card widget, was published on Mar 5th 2016, 15:52 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 2.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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