Bootstrap snippet and html example. Skills card widget

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: profile,user

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

<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&amp;zoom=11&amp;size=400x250&amp;sensor=false" data-src="http://maps.googleapis.com/maps/api/staticmap?center=-15.800513,-47.91378&amp;zoom=11&amp;size=400x250&amp;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

body{
    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;
}

Similar snippets

Bootstrap example and template. bs4 wishlist profile page

bs4 wishlist profile page

Bootstrap example and template. bs4 social network followers page

bs4 social network followers page

Bootstrap example and template. Contact detail

Contact detail

Bootstrap example and template. Social network profile with panels

Social network profile with panels

Bootstrap example and template. bs5 edit profile account details

bs5 edit profile account details

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. bs4 card widget

bs4 card widget

Bootstrap example and template. Skills card widget

About this bootstrap example/template

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.6K 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