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="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
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;}
.avatar {
text-align: center;
width: 100%;
height: auto;
}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, about me with skills, was published on Mar 23rd 2016, 23:53 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 1.5K+ 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