Bootstrap snippet and html example. profile text

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.4 included, to get the result that you can see in the preview selection

<div class="container bootstrap snippets bootdeys">
    <div class="row">
        <div class="col-sm-12 col-md-6">
            <div class="col-inside-lg decor-info b-profile text-c" data-height-col="" style="height: 440px;">
                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="image" class="b-profile-avatar">
                <div class="b-profile-name">
                    Alexander Van Gok
                </div>
                <div class="b-profile-profession">
                    Web Designer
                </div>
                <div class="b-profile-about">
                    <p>Lorem ipsum dolor sit amet, consecteter adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>
                </div>
                <ul class="b-profile-share">
                    <li><a class="f" href="#">f</a></li>
                    <li><a class="t" href="#">t</a></li>
                    <li><a class="l" href="#">l</a></li>
                    <li><a class="x" href="#">x</a></li>
                </ul>
                <span class="btn-follow-this m-b-md">FOLLOW THIS</span>
            </div>
        </div>
        
        <div class="col-sm-12 col-md-6">
            <div class="col-inside-lg decor-success b-profile text-c" data-height-col="" style="height: 440px;">
                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="image" class="b-profile-avatar">
                <div class="b-profile-name">
                    Alexander Van Gok
                </div>
                <div class="b-profile-profession">
                    Web Designer
                </div>
                <div class="b-profile-about">
                    <p>Lorem ipsum dolor sit amet, consecteter adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>
                </div>
                <ul class="b-profile-share">
                    <li><a class="f" href="#">f</a></li>
                    <li><a class="t" href="#">t</a></li>
                    <li><a class="l" href="#">l</a></li>
                    <li><a class="x" href="#">x</a></li>
                </ul>
                <span class="btn-follow-this m-b-md">FOLLOW THIS</span>
            </div>
        </div>
        
        <div class="col-sm-12 col-md-6">
            <div class="col-inside-lg decor-warning b-profile text-c" data-height-col="" style="height: 440px;">
                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="image" class="b-profile-avatar">
                <div class="b-profile-name">
                    Alexander Van Gok
                </div>
                <div class="b-profile-profession">
                    Web Designer
                </div>
                <div class="b-profile-about">
                    <p>Lorem ipsum dolor sit amet, consecteter adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>
                </div>
                <ul class="b-profile-share">
                    <li><a class="f" href="#">f</a></li>
                    <li><a class="t" href="#">t</a></li>
                    <li><a class="l" href="#">l</a></li>
                    <li><a class="x" href="#">x</a></li>
                </ul>
                <span class="btn-follow-this m-b-md">FOLLOW THIS</span>
            </div>
        </div>
        
        <div class="col-sm-12 col-md-6">
            <div class="col-inside-lg decor-default b-profile text-c" data-height-col="" style="height: 440px;">
                <img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="image" class="b-profile-avatar">
                <div class="b-profile-name">
                    Alexander Van Gok
                </div>
                <div class="b-profile-profession">
                    Web Designer
                </div>
                <div class="b-profile-about">
                    <p>Lorem ipsum dolor sit amet, consecteter adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>
                </div>
                <ul class="b-profile-share">
                    <li><a class="f" href="#">f</a></li>
                    <li><a class="t" href="#">t</a></li>
                    <li><a class="l" href="#">l</a></li>
                    <li><a class="x" href="#">x</a></li>
                </ul>
                <span class="btn-follow-this m-b-md">FOLLOW THIS</span>
            </div>
        </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.4 included, to get the result that you can see in the preview selection

body{margin-top:20px;}
 .col-inside-lg {
    padding: 20px;
}
.b-profile {
    padding-bottom: 20px;
    color: #ffffff;
    margin-bottom:20px;
}
.b-profile-name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.b-profile-avatar {
    display: block;
    width: 64px;
    height: 64px;
    margin: 20px auto;
    border-radius: 50%;
}
.b-profile-profession {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 6px 0 12px;
}
.b-profile-share {
    display: block;
    text-align: center;
    padding: 12px 0 24px;
    margin: 0;
}
ol, ul {
    list-style: none;
}
.b-profile-share li {
    display: inline-block;
    margin: 0 8px;
    overflow: hidden;
}
.b-profile-share li a, .b-profile-share li a:hover {
    font-size: 24px;
    color: #fff;
}
.b-profile .btn-follow-this {
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0 40px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
.m-b-md {
    margin-bottom: 20px;
}
.text-c {
    text-align: center;
}
.decor-success {
    background-color: #46be8a;
}
.decor-warning {
    background: #f2a654;
}
.decor-default {
    background: #7266ba;
}
.decor-info {
    background: #39bee8;
}

Similar snippets

Bootstrap example and template. profile with info skills and friends

profile with info skills and friends

Bootstrap example and template. shop user profile with ticket

shop user profile with ticket

Bootstrap example and template. bs4 social profile

bs4 social profile

Bootstrap example and template. bs4 social tiemeline

bs4 social tiemeline

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. account setting or edit profile

account setting or edit profile

Bootstrap example and template. Simple email inbox page

Simple email inbox page

Bootstrap example and template. Nice modal

Nice modal

Bootstrap example and template. profile text

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 6.2K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 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