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. gallery images profile

gallery images profile

Bootstrap example and template. Social network wall

Social network wall

Bootstrap example and template. bs4 favorite product profile

bs4 favorite product profile

Bootstrap example and template. dark profile settings

dark profile settings

Bootstrap example and template. bs4 profile header card

bs4 profile header card

Bootstrap example and template. check file manager

check file manager

Bootstrap example and template. rating contacts

rating contacts

Bootstrap example and template. bs4 account tickets

bs4 account tickets

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