Bootstrap snippet and html example. Goolge plus style user profile

Bootstrap 3.1.0 snippet "Goolge plus style user profile" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: user,profile

HTML code

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


                        

<div class="col-md-4 col-sm-6">
        <div class="panel panel-default">
           <div class="panel-heading"><a class="pull-right" href="#">View all</a> <h4>Profiles</h4></div>
   			<div class="panel-body">
              Check out some of our member profiles..
              <hr>
              <div class="well well-sm">
                <div class="media">
                    <a href="#" class="thumbnail pull-left">
                        <img src="//placehold.it/80" class="media-object">
                    </a>
                    <div class="media-body">
                        <h4 class="media-heading">John Doe</h4>
                		<p><span class="label label-info">10 photos</span> <span class="label label-primary">89 followers</span></p>
                        <p>
                            <a class="btn btn-xs btn-default" href="#"><span class="glyphicon glyphicon-comment"></span> Message</a>
                            <a class="btn btn-xs btn-default" href="#"><span class="glyphicon glyphicon-heart"></span> Favorite</a>
                        </p>
                    </div>
                </div>
               </div>
            </div>
         </div> 
    </div>				                                  

CSS code

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


                        

				                
body{margin-top:20px;}				                                  

Similar snippets

Bootstrap example and template. shopping and portfolio profile

shopping and portfolio profile

Bootstrap example and template. bs5 profile security page

bs5 profile security page

Bootstrap example and template. user profile cover like facebook

user profile cover like facebook

Bootstrap example and template. contact details page

contact details page

Bootstrap example and template. Whatsapp web chat template

Whatsapp web chat template

Bootstrap example and template. Social network clean feed list

Social network clean feed list

Bootstrap example and template. payment credit card form

payment credit card form

Bootstrap example and template. Goal progress widget

Goal progress widget

FAQ

How do I use this snippet?

Include Bootstrap 3.1.0, 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.1.0.

Bootstrap example and template. Goolge plus style user profile

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

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