"Painel do Administrador PRONTO"
Bootstrap 3.3.0 Snippet by GuilhermeCipriano

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="sumit kumar"> <title>admin-template</title> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <link href="css/font-awesome.css" rel="stylesheet" type="text/css"> <link href="css/style.css" rel="stylesheet" type="text/css"> <script src="https://use.fontawesome.com/07b0ce5d10.js"></script> <div class="container-2"> <div id="page-wrapper"> <div class="row"> <div class="col-md-12"> <div class="page-title"> <h2>Painel de Controle</h2> </div> </div> </div> <div class="row" > <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading dark-blue"> <i class="fa fa-graduation-cap fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content dark-blue"> <div class="circle-tile-description text-faded"> Usuários Cadastrados </div> <div class="circle-tile-number text-faded"> 140 <span id="sparklineA"></span> </div> <a href="#" class="circle-tile-footer">Ver usuários <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading green"> <i class="fa fa-check fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content green"> <div class="circle-tile-description text-faded"> Respostas </div> <div class="circle-tile-number text-faded"> 1024 </div> <a href="#" class="circle-tile-footer">Mais informações <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading orange"> <i class="fa fa-line-chart fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content orange"> <div class="circle-tile-description text-faded"> Rendimento dos estudantes </div> <div class="circle-tile-number text-faded"> 33 Atualizações </div> <a href="#" class="circle-tile-footer">Ver Mais <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading blue"> <i class="fa fa-question fa-fw fa-4x"></i> </div> </a> <div class="circle-tile-content blue"> <div class="circle-tile-description text-faded"> Questões Cadastradas </div> <div class="circle-tile-number text-faded"> 256 <span id="sparklineB"></span> </div> <a href="#" class="circle-tile-footer">Visualizar por matérias <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading red"> <i class="fa fa-university fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content red"> <div class="circle-tile-description text-faded"> Instituições </div> <div class="circle-tile-number text-faded"> 24 <span id="sparklineC"></span> </div> <a href="#" class="circle-tile-footer">Ver Instituições <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading purple"> <i class="fa fa-comments fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content purple"> <div class="circle-tile-description text-faded"> Perguntas a Analisar </div> <div class="circle-tile-number text-faded"> 96 <span id="sparklineD"></span> </div> <a href="#" class="circle-tile-footer">Analisar perguntas <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> <div class="col-lg-2 col-sm-6"> <div class="circle-tile"> <a href="#"> <div class="circle-tile-heading gray"> <i class="fa fa-users fa-fw fa-3x"></i> </div> </a> <div class="circle-tile-content gray"> <div class="circle-tile-description text-faded"> Professores Cadastrados </div> <div class="circle-tile-number text-faded"> 13 </div> <a href="#" class="circle-tile-footer">Ver Mais <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> </div> </div><!-- page-wrapper END--> </div><!-- container-1 END--> <script src="js/jquery-3.1.1.js"></script> <script src="js/bootstrap.js"></script>
/* Painel de Controle*/ body{background-color: #ecf0f1;} #page-wrapper { padding: 0 15px; border: none; } #page-wrapper .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #e0e7e8; border-radius: 0px; } @media (min-width: 768px){ .circle-tile { margin-bottom: 30px; } } .circle-tile { margin-bottom: 15px; text-align: center; } .circle-tile-heading { position: relative; width: 80px; height: 80px; margin: 0 auto -40px; border: 3px solid rgba(255,255,255,0.3); border-radius: 100%; color: #fff; transition: all ease-in-out .3s; } /* -- Background Helper Classes */ /* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */ .dark-blue { background-color: #34495e; } .green { background-color: #16a085; } .blue { background-color: #2980b9; } .orange { background-color: #f39c12; } .red { background-color: #e74c3c; } .purple { background-color: #8e44ad; } .dark-gray { background-color: #7f8c8d; } .gray { background-color: #95a5a6; } .light-gray { background-color: #bdc3c7; } .yellow { background-color: #f1c40f; } /* -- Text Color Helper Classes */ .text-dark-blue { color: #34495e; } .text-green { color: #16a085; } .text-blue { color: #2980b9; } .text-orange { color: #f39c12; } .text-red { color: #e74c3c; } .text-purple { color: #8e44ad; } .text-faded { color: rgba(255,255,255,0.7); } a { text-decoration: none; } .circle-tile-heading .fa { line-height: 80px; } .circle-tile-content { padding-top: 50px; } .circle-tile-description { } .text-faded { color: rgba(255,255,255,0.7); } .circle-tile-number { padding: 5px 0 15px; font-size: 20px; font-weight: 700; line-height: 1; } .circle-tile-footer { display: block; padding: 5px; color: rgba(255,255,255,0.5); background-color: rgba(0,0,0,0.1); transition: all ease-in-out .3s; } .circle-tile-footer:hover { text-decoration: none; color: rgba(255,255,255,0.5); background-color: rgba(0,0,0,0.2); } .morning { background: url(https://lh3.googleusercontent.com/-1YbV7nsVnX8/WMugaq-6BEI/AAAAAAAADSg/0wPfQ84vMUcCle_SkgiUDOumUKscMaA8QCL0B/w530-d-h353-p-rw/widget-bg-morning.jpg) center bottom no-repeat; background-size: cover; } .time-widget { margin-top: 5px; overflow: hidden; text-align: center; font-size: 1.75em; } .time-widget-heading { text-transform: uppercase; font-size: .5em; font-weight: 400; color: #fff; } #datetime{color:#fff;} .tile-img { text-shadow: 2px 2px 3px rgba(0,0,0,0.9); } .tile { margin-bottom: 15px; padding: 15px; overflow: hidden; color: #fff; }

Related: See More


Questions / Comments: