Bootstrap snippet and html example. Profile options

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: user,profile,image,bootstrap,snippet,3.2.0,options

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

<link href="https://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<div class="container bootstrap snippets bootdey">
<div class="col-md-10 text-center">
    <div class="jumbotron">
        <img src="https://bootdey.com/img/Content/avatar/avatar7.png" class="img-circle img-thumbnail img-user" alt="">    
        <div class="content">
            <ul class="brands brands-inline hidden-xs">
                <li><a href="#"><i class="fa fa-facebook"></i></a></li>
                <li><a href="#"><i class="fa fa-twitter"></i></a></li>
            </ul>   
            <h2 class="name">El Grone's</h2>
            <ul class="brands brands-inline hidden-xs">
                <li><a href="#"><i class="fa fa-google-plus"></i></a></li>
                <li><a href="#"><i class="fa fa-linkedin"></i></a></li>
            </ul>       
        </div>
        <!-- Slideshow start -->                          
        <div class="carousel slide vertical" data-ride="carousel">
            <div class="carousel-inner">
                <!-- Slideshow item 1 active --> 
                <div class="item next left"><h3>I <i class="fa fa-heart"></i> webdesign</h3></div>
                <!-- Slideshow item 2 -->     
                <div class="item"><h3>Creative coder <i class="fa fa-code icon"></i></h3></div>
                <!-- Slideshow item 3 -->   
                <div class="item active left"><h3><i class="fa fa-trophy"></i> Awesome designer</h3></div>
            </div>
        </div>
        <!-- Slideshow end -->
        <div class="row">
            <a href="#" class="btn btn-info btn-lg text-success" >
                <i class="glyphicon glyphicon-share"></i> Option one
            </a>
            <a href="#" class="btn btn-info btn-lg text-success" >
                <i class="glyphicon glyphicon-check"></i>Option two
            </a>
        </di>
    </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.2.0 included, to get the result that you can see in the preview selection

body {
    background: #2E95EF;
    background-image: -moz-radial-gradient(center 45deg,circle cover, #9BD1FF, #2E95EF);
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%,800, from(#9BD1FF), to(#2E95EF));
    padding-top: 20px;
}


.img-user{
    width:300px; 
    height:300px;
}

.name{
    text-shadow: 1px 1px 0 #888;
    color: #FFFFFF;
    font-family: 'Montserrat';
}

.jumbotron {
    margin: 0;
    background: #2E95EF;
    background-image: -moz-radial-gradient(center 45deg,circle cover, #9BD1FF, #2E95EF);
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%,800, from(#9BD1FF), to(#2E95EF));
}

.jumbotron img {
    margin: 0 auto 0 auto;
    max-height: 350px;
    margin-bottom: 15px;
}

.brands li:hover{
    background:#FFFFFF;
}

.brands li:hover .fa{
    color:#000000;
}

.brands {
    list-style: none;
    padding-left: 0;
}

.brands {
    display: inline;
}

.brands-inline  li {
    display: inline-block;
    margin-right: 5px;
}
.brands  li {
    margin: 0 0 8px;
}

.brands  li  a {
    background-color: transparent;
    color: #FFFFFF;
    border-top: 3px solid #16A085;
}
.brands  li  a {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    padding-top: 11px;
    width: 50px;
    height: 50px;
}

.content h2 {
    display: inline;
    padding: 0 15px 0 15px;
    font-size: 78px;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel-inner {
    margin-bottom: 15px;
}

.jumbotron .btn {
    margin-right: 15px;
}

Similar snippets

Bootstrap example and template. Photo post

Photo post

Bootstrap example and template. Followers page

Followers page

Bootstrap example and template. Social profile head

Social profile head

Bootstrap example and template. Profile with tabs like facebook page

Profile with tabs like facebook page

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. update my profile

update my profile

Bootstrap example and template. account settings

account settings

Bootstrap example and template. time table

time table

Bootstrap example and template. Profile options

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

Bootstrap 3.2.0

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

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

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