Bootstrap snippet and html example. Simple admin dashboard home

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: panel,admin,dashboard

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

<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<div class="container">
<div class="row">
    <div class="col-lg-12">
        <h1>Dashboard <small>Statistics Overview</small></h1>
        <ol class="breadcrumb">
    		<li class="active"><i class="fa fa-dashboard"></i> Dashboard</li>
		</ol>
        <div class="alert alert-success alert-dismissable">
    		<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
			Use this boxes to fill your dashboard. You can load number of users, activities, logs, Bootstrap 3, Html, Css, Js, etc...
		</div>
    </div>
</div>
<div class="row">
    <div class="col-md-3">
        <div class="panel panel-default ">
            <div class="panel-body panel-tw panel-content">
                <div class="col-xs-5">
                    <i class="fa fa-twitter fa-5x"></i>
                </div>
                <div class="col-xs-5 text-right">
                    <i class="fa fa-arrow-circle-right"></i>
                    <p class="alerts-heading tex">1200</p>
                    <p class="alerts-text tex">Followers</p>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-3">
        <div class="panel panel-default ">
            <div class="panel-body panel-fb panel-content">
                <div class="col-xs-5">
                    <i class="fa fa-facebook fa-5x"></i>
                </div>
                <div class="col-xs-5 text-right">
                    <i class="fa fa-arrow-circle-right"></i>
                    <p class="alerts-heading tex ">1234</p>
                    <p class="alerts-text tex">likes</p>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-3">
        <div class="panel panel-default ">
            <div class="panel-body panel-in panel-content">
                <div class="col-xs-5">
                    <i class="fa fa-money fa-5x"></i>
                </div>
                <div class="col-xs-5 text-right">
                    <i class="fa fa-arrow-circle-right"></i>
                    <p class="alerts-heading tex">800</p>
                    <p class="alerts-text tex">Income</p>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-3">
        <div class="panel panel-default ">
            <div class="panel-body panel-dl panel-content">
                <div class="col-xs-5">
                    <i class="fa fa-download fa-5x"></i>
                </div>
                <div class="col-xs-5 text-right">
                    <i class="fa fa-arrow-circle-right"></i>
                    <p class="alerts-heading tex">2000</p>
                    <p class="alerts-text tex">Downloads</p>
                </div>
            </div>
        </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.1.1 included, to get the result that you can see in the preview selection

                        
.panel-blue{
    background:#5bc0de;    
}
.panel-tw{
    background:#5bc0de;    
}
.panel-fb {
    background:#3b5998    
}
.panel-in{
    background:#5cb85c;    
}
.panel-content .fa {
    color:#ffffff;    
}
.panel-dl{
   background:#428bca; 
}
.panel-content p{
    font-weight:bold !important; 
    color:#FFFFFF;
}
                    

Similar snippets

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. friends panel list

friends panel list

Bootstrap example and template. Profile page

Profile page

Bootstrap example and template. dashboard user block

dashboard user block

Bootstrap example and template. chat app

chat app

Bootstrap example and template. Invoice with ribbon

Invoice with ribbon

Bootstrap example and template. bs4 Footer

bs4 Footer

Bootstrap example and template. tickets for events

tickets for events

Bootstrap example and template. Simple admin dashboard home

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

Bootstrap 3.1.1

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

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

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