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="row">
<div class="col-md-12">
<!-- Title -->
<div class="title">
<h1>David Smith</h1>
<span class="h4 element">I'm Web Developer</span><span class="typed-cursor">|</span>
</div>
<!-- End of title -->
<!-- About me -->
<div class="space">
<h3>ABOUT ME</h3>
<p class="text-justify">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In hendrerit libero ac accumsan lobortis. Nam sem lacus, vulputate ut turpis vel, viverra porta ante. Pellentesque a ornare libero. Aenean sed ipsum a lectus volutpat dictum non non
neque. Nunc sit amet felis non velit consequat venenatis id eu dui.</p>
<p class="text-justify">In congue eu dui sit amet euismod. Ut vehicula tellus nec laoreet congue. Mauris id eros ultricies, vulputate metus ac, euismod lorem.</p>
</div>
<!-- End of about me -->
</div>
<!-- Avatar image -->
<div class="col-md-6 col-sm-12 animated" data-sr-id="1" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s; transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s; ">
<img src="http://themyhub.com/cross/img/avatar500x680.jpg" class="avatar" alt="Avatar">
</div>
<!-- End avatar image -->
<!-- Start skills / expertise -->
<div class="col-md-6 col-sm-12">
<div class="space">
<h3>EXPERTISE</h3>
<h5>HTML / CSS3</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" style="width: 90%"></div>
</div>
<h5>Javascript</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" style="width: 85%"></div>
</div>
<h5>PHP</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" style="width: 80%"></div>
</div>
<h5>Angular JS</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-default" style="width: 70%"></div>
</div>
<h5>MySQL / NoSQL</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" style="width: 75%"></div>
</div>
<h5>.NET</h5>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" style="width: 90%"></div>
</div>
</div>
</div>
<!-- End of skills / expertise -->
</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;}
.avatar {
text-align: center;
width: 100%;
height: auto;
}

About this bootstrap example/template
This example/template, about me with skills, was published on Mar 23rd 2016, 23:53 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.2K 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