Bootstrap snippet and html example. Panels friends and about

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

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-md-6">
    <div class="panel panel-default">
      <div class="panel-heading panel-heading-gray">
        <div class="pull-right">
          <a href="#" class="btn btn-primary btn-xs">Add <i class="fa fa-plus"></i></a>
        </div>
        <i class="icon-user-1"></i> Friends
      </div>
      <div class="panel-body">
        <ul class="img-grid">
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-6.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/woman-3.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-2.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-9.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/woman-9.jpg" alt="image">
            </a>
          </li>
          <li class="clearfix">
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-4.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-1.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/woman-4.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="http://themekit-v4.themekit.io/dist/themes/social-3/images/people/110/guy-6.jpg" alt="image">
            </a>
          </li>
          <li>
            <a href="#">
              <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="image">
            </a>
          </li>
        </ul>
      </div>
    </div>
  </div>
  

<div class="col-md-6">
    <div class="panel panel-default">
      <div class="panel-heading panel-heading-gray">
        <a href="#" class="btn btn-white btn-xs pull-right"><i class="fa fa-pencil"></i></a>
        <i class="fa fa-fw fa-info-circle"></i> About
      </div>
      <div class="panel-body">
        <ul class="list-unstyled profile-about margin-none">
          <li class="padding-v-5">
            <div class="row">
              <div class="col-sm-4"><span class="text-muted">Date of Birth</span></div>
              <div class="col-sm-8">12 January 1990</div>
            </div>
          </li>
          <li class="padding-v-5">
            <div class="row">
              <div class="col-sm-4"><span class="text-muted">Job</span></div>
              <div class="col-sm-8">Specialist</div>
            </div>
          </li>
          <li class="padding-v-5">
            <div class="row">
              <div class="col-sm-4"><span class="text-muted">Gender</span></div>
              <div class="col-sm-8">Male</div>
            </div>
          </li>
          <li class="padding-v-5">
            <div class="row">
              <div class="col-sm-4"><span class="text-muted">Lives in</span></div>
              <div class="col-sm-8">Miami, FL, USA</div>
            </div>
          </li>
          <li class="padding-v-5">
            <div class="row">
              <div class="col-sm-4"><span class="text-muted">Credits</span></div>
              <div class="col-sm-8">249</div>
            </div>
          </li>
        </ul>
      </div>
    </div>
  </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;}

.panel-body > *:last-child {
    margin-bottom: 0;
}

ul.img-grid {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}


ul.img-grid li {
    float: left;
    margin: 0;
    width: 20%;
}


ul.img-grid li a {
    display: block;
}


ul.img-grid li img {
    width:100px;
    height:100px;
    display: inline-block;
    max-width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*================== info ============*/
.padding-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.margin-none {
    margin: 0 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.padding-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.text-muted {
    color: #777777;
}


Similar snippets

Bootstrap example and template. shopping and portfolio profile

shopping and portfolio profile

Bootstrap example and template. bs5 edit notifications page

bs5 edit notifications page

Bootstrap example and template. contact details page

contact details page

Bootstrap example and template. bs4 beta user profile info with posts

bs4 beta user profile info with posts

Bootstrap example and template. find jobs cards

find jobs cards

Bootstrap example and template. Bootstrap 3 colors progress bar with titles

Bootstrap 3 colors progress bar with titles

Bootstrap example and template. Combine Pricing table elegance

Combine Pricing table elegance

Bootstrap example and template. Pricing Plan With Size

Pricing Plan With Size

Bootstrap example and template. Panels friends and about

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 682 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