1+ <!-- header section start-->
2+ <div class =" header-section" >
3+
4+ <!-- logo and logo icon start-->
5+ <div class =" logo dark-logo-bg hidden-xs hidden-sm" >
6+ <a href =" /" >
7+ <img src =" /cms/img/logo.png" alt =" " >
8+ <!-- <i class="fa fa-maxcdn"></i>-->
9+ </a >
10+ </div >
11+
12+ <div class =" icon-logo dark-logo-bg hidden-xs hidden-sm" >
13+ <a href =" /" >
14+ <img src =" /cms/img/logo-icon.png" alt =" " >
15+ <!-- <i class="fa fa-maxcdn"></i>-->
16+ </a >
17+ </div >
18+ <!-- logo and logo icon end-->
19+
20+ <!-- toggle button start-->
21+ <a class =" toggle-btn" ><i class =" fa fa-outdent" ></i ></a >
22+ <!-- toggle button end-->
23+
24+
25+ <div class =" notification-wrap" >
26+
27+
28+
29+ <!-- right notification start-->
30+ <div class =" right-notification" >
31+ <ul class =" notification-menu" >
32+ <li >
33+ <form class =" search-content" action =" /" method =" post" >
34+ <input type =" text" class =" form-control" name =" keyword" placeholder =" Buscar..." >
35+ </form >
36+ </li >
37+
38+ <li >
39+ <a href =" javascript:;" class =" btn btn-default dropdown-toggle" data-toggle =" dropdown" >
40+ <img src =" /cms/img/avatar-mini.jpg" alt =" " >Jonh Doe
41+ <span class =" fa fa-angle-down" ></span >
42+ </a >
43+ <ul class =" dropdown-menu dropdown-usermenu purple pull-right" >
44+
45+ <li >
46+ <a href =" http://" target =" _blank" >
47+ AJUDA
48+ </a >
49+ </li >
50+
51+ <li >
52+ <a href =" alterar_senha.html" >
53+ ALTERAR SENHA
54+ </a >
55+ </li >
56+
57+ <li ><a href =" login.html" ><i class =" fa fa-sign-out pull-right" ></i > SAIR</a ></li >
58+ </ul >
59+ </li >
60+
61+
62+ </ul >
63+ </div >
64+ <!-- right notification end-->
65+ </div >
66+
67+ </div >
68+ <!-- header section end-->
69+
70+ <!-- page head start-->
71+ <div class =" page-head" >
72+ <h3 class =" m-b-less" >HOME</h3 >
73+ <!-- <span class="sub-title">Welcome to Static Table</span>-->
74+ <div class =" state-information" >
75+ <ol class =" breadcrumb m-b-less bg-less" >
76+ <li ><a href =" #" >Home</a ></li >
77+ <!-- <li class="active"> Notícias </li>-->
78+ </ol >
79+ </div >
80+
81+ </div >
82+ <!-- page head end-->
0 commit comments