Bootstrap snippet and html example. profile text

Bootstrap 3.3.4 snippet "profile text" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: profile

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.4 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<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

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.4 to keep the design, spacing, and responsiveness consistent.

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 options

Profile options

Bootstrap example and template. user profile details

user profile details

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. Profile header with carousel

Profile header with carousel

Bootstrap example and template. bs4 post list

bs4 post list

Bootstrap example and template. bs4 card widget

bs4 card widget

Bootstrap example and template. bs4 File Manager

bs4 File Manager

Bootstrap example and template. profile edit data and skills

profile edit data and skills

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, 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.4.

Bootstrap example and template. profile text

About this bootstrap example/template

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 8.2K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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