add profile pict in header include dropdown, profile and password
This commit is contained in:
parent
4317d04a6d
commit
536235b798
|
|
@ -79,7 +79,36 @@
|
|||
</header>
|
||||
|
||||
<div class="page-heading">
|
||||
<h3>Profile Statistics</h3>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
|
||||
<h3>Beranda</h3>
|
||||
|
||||
<div class="dropdown">
|
||||
<a href="#" id="profileDropdown" data-bs-toggle="dropdown" aria-expanded="false"><i
|
||||
class="bi bi-person-circle fs-3 text-secondary"></i>
|
||||
</a>
|
||||
|
||||
<ul class="dropdown-menu dropdown-menu-end shadow" aria-labelledby="profileDropdown"
|
||||
style="min-width: 200px;">
|
||||
<li class="dropdown-header text-center">
|
||||
<h6 class="mb-0 text-dark">Nama Admin</h6>
|
||||
<small class="text-muted">Administrator</small>
|
||||
</li>
|
||||
<li>
|
||||
<hr class="dropdown-divider">
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item d-flex align-items-center" href="#"> Profil Saya
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item d-flex align-items-center text-danger" href="#"> Logout
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-content">
|
||||
<section class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue