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.1.0 included, to get the result that you can see in the preview selection
Download
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<div class="container profile">
<div class="row">
<div class="col-md-12">
<div class="well well-small clearfix">
<div class="row">
<div class="col-md-2">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" class="img-polaroid img-responsive"/>
</div>
<div class="col-md-4">
<h2>Dey-Dey name</h2>
<ul class="list-unstyled">
<li><i class="icon-phone"></i> 916-241-3613</li>
<li><i class="icon-envelope"></i> [email protected]</li>
<li><i class="icon-globe"></i> http://bootnipets.com</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-inline stats">
<li>
<span>275</span>
Friends
</li>
<li>
<span>354</span>
Followers
</li>
<li>
<span>186</span>
Photos
</li>
</ul>
<div><!--/span6-->
</div><!--/row-->
</div>
<!--Body content-->
</div>
</div>
<div class="well clearfix">
<b>Aplication name</b>
</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.1.0 included, to get the result that you can see in the preview selection
Download
body{margin-top:20px;}
body{
padding-top:25px !important;
}
.stats {
text-align:center;
text-shadow:1px 1px 0px #fff;
margin-top:25px;
}
.stats li{
width:125px;
}
.stats span{
font-family:Helvetica;
font-weight:bold;
text-shadow:1px 1px 0px #fff;
font-size:4em;
display:block;
line-height:1em;
}
/* Large desktop */
@media (min-width: 1200px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.profile img{
width:75px;
}
.profile h2{
font-size:1.7em;
}
.stats span{
font-size: 2em;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
}
About this bootstrap example/template
This example/template, simple user profile presentation social, was published on May 6th 2014, 23:07 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 6.4K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.1.0
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.1.0 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