add profile pict in header include dropdown, profile and password

This commit is contained in:
LailaWulandarii 2025-12-11 18:17:32 +07:00
parent 4317d04a6d
commit 536235b798
1 changed files with 30 additions and 1 deletions

View File

@ -79,7 +79,36 @@
</header> </header>
<div class="page-heading"> <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>
<div class="page-content"> <div class="page-content">
<section class="row"> <section class="row">