gadmin
Version:
Free Bootstrap 4 Gentelella inspired admin template
155 lines (151 loc) • 6.1 kB
HTML
<header class="g-header">
<a
class="g-header__title d-flex align-items-center justify-content-center"
href="/index.html"
>
<i class="far fa-clone"></i>
<span class="g-header__site-name">
G<span class="e-site-emphasize">Admin</span>
</span>
</a>
<div class="d-flex justify-content-between">
<div class="d-flex align-items-center">
<a class="g-header__sidebar-toggle" href="javascript:void(0)">
<i class="fas fa-bars"></i>
</a>
</div>
<ul class="nav d-flex align-items-center">
<li class="g-header__nav-item dropdown">
<a
class="g-header__nav-link nav-link dropdown-toggle d-flex active align-items-center"
href="#"
>
<img
class="g-header__profile-photo rounded-circle"
src="https://avatars3.githubusercontent.com/u/1621344?s=460&v=4"
/>
Christian
</a>
</li>
<li class="g-header__nav-item dropdown">
<a
class="g-header__nav-link nav-link dropdown-toggle d-flex active align-items-center"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
aria-expanded="false"
>
<i class="g-header__icon far fa-envelope">
<span class="g-header__alert badge-success badge-pill">6</span>
</i>
</a>
<div
class="g-notification g-notification--messages dropdown-menu dropdown-menu-right"
>
<div class="g-notification__items">
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/men/27.jpg"
/>
<span class="g-notification__title">John Doe</span>
<span class="g-notification__message">Hey there!</span>
<span class="g-notification__time">10 mins ago</span>
</div>
</a>
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/women/68.jpg"
/>
<span class="g-notification__title">Jane Doe</span>
<span class="g-notification__message"
>Thanks for using this theme!</span
>
<span class="g-notification__time">1 hour ago</span>
</div>
</a>
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/men/60.jpg"
/>
<span class="g-notification__title">Richard Roe</span>
<span class="g-notification__message">Cheers!</span>
<span class="g-notification__time">1 day ago</span>
</div>
</a>
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/men/27.jpg"
/>
<span class="g-notification__title">John Doe</span>
<span class="g-notification__message">Hey there!</span>
<span class="g-notification__time">15 days ago</span>
</div>
</a>
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/women/68.jpg"
/>
<span class="g-notification__title">Jane Doe</span>
<span class="g-notification__message"
>Thanks for using this theme!</span
>
<span class="g-notification__time">1 month ago</span>
</div>
</a>
<a class="g-notification__item dropdown-item" href="#">
<div>
<img
class="g-notification__image rounded-circle float-left"
src="https://randomuser.me/api/portraits/men/60.jpg"
/>
<span class="g-notification__title">Richard Roe</span>
<span class="g-notification__message">Cheers!</span>
<span class="g-notification__time">1 year ago</span>
</div>
</a>
</div>
<a
class="g-notification__item g-notification__item--toolbar dropdown-item text-center"
href="#"
>
Show older messages
</a>
</div>
</li>
<li class="g-header__nav-item dropdown">
<a
class="g-header__nav-link nav-link dropdown-toggle d-flex active align-items-center"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
aria-expanded="false"
>
<i class="g-header__icon g-header__icon--caret fas fa-caret-down"></i>
</a>
<div class="g-notification dropdown-menu dropdown-menu-right">
<a class="g-notification__item dropdown-item" href="#">Help</a>
<a class="g-notification__item dropdown-item" href="#"
>Activity Log</a
>
<a class="g-notification__item dropdown-item" href="#">Preferences</a>
<a class="g-notification__item dropdown-item" href="#">
Settings
<span class="badge badge-pill badge-danger float-right">50%</span>
</a>
<div class="g-notification__divider dropdown-divider"></div>
<a class="g-notification__item dropdown-item" href="#">Logout</a>
</div>
</li>
</ul>
</div>
</header>