Skip to content

Commit

Permalink
Merge pull request #1422 from Saipradyumnagoud/main
Browse files Browse the repository at this point in the history
Added Drop Down With more Help Links
  • Loading branch information
arghadipmanna101 authored Jul 21, 2024
2 parents 2e4d810 + bbf5d8b commit 13228cd
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,34 @@ <h4>Login</h4>
</a>
</li>
<li class="nav-item dropdown" id="moreLinksDropdown">
<a class="nav-link nav-dd dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
<div class="dropdown-menu">
<a href="#"><i class="fa-regular fa-bell"></i> &nbsp; Notification Preferences</a>
<a href="#"><i class="fa-solid fa-headset"></i>&nbsp; 24 X 7 customer service</a>
<a href="#"><i class="fas fa-arrow-up"></i>&nbsp; Advertise</a>
<a href="#"><i class="fa-solid fa-download"></i> &nbsp; Download App</a>
</div>
</li>
<style>
.nav-item .dropdown-menu a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.nav-item .dropdown-menu a:hover {
background-color: #f1f1f1;
}

.nav-item:hover .dropdown-menu {
display: block;
}</style>
<!-- <a class="nav-link nav-dd dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/header_3verticalDots-ea7819.svg" style="width: 20px; height: 20px; margin-right: 5px;" /> More Links
</a>
</a> -->


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="moreLinksDropdown" style="left: auto; right: 0;">
<a class="dropdown-item" href="notifications/"><img width="20" height="20" src="img/svg/notificationPreferences.svg" alt="appointment-reminders--v2" style="margin-right: 5px;"> Notification Preferences</a>
<a class="dropdown-item" href="helpcentre/"><img width="20" height="20" src="img/svg/helpcenter.svg" alt="imgcc" style="margin-right: 5px;"> 24x7 Customer Care</a>
Expand Down

0 comments on commit 13228cd

Please sign in to comment.