Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Develop to Master #103

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/_includes/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ nav.topnav {
-webkit-transition: all .125s ease-in-out;
}

#menu .nested-sub-menu {
padding-left: 40px !important;
}

/* #menu a:hover {
background-color: white;
color: #09c;
Expand Down
13 changes: 11 additions & 2 deletions src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@
<div class="sub-menu layout horizontal">
<div>
<div class="sub-menu-h1">Products</div>
<div class="h2-border"></div>
<div class="h2-border"></div>
</div>
<ul>
<li role="menuitem"><a href="/eloka">{% dotTag "White Label Solution" %}</a></li>
<li role="menuitem">
<a href="/eloka">{% dotTag "White Label /B2B Portal" %}</a>
<ul class="nested-sub-menu">
<li><a href="/eloka/insurance-portal">{% dotTag "Insurance Portal" %}</a></li>
<li><a href="/eloka/recharge-portal">{% dotTag "Recharge Portal" %}</a></li>
<li><a href="/eloka/travel-portal">{% dotTag "Travel Portal" %}</a></li>
</ul>
</li>

<li role="menuitem"><a href="/developers/eps">{% dotTag "API Solutions" %}</a></li>
<li role="menuitem"><a href="/retailer">{% dotTag "Retailers' Banking App" %}</a></li>
<li role="menuitem"><a href="/sbi_kiosk">{% dotTag "SBI Kiosk" %}</a></li>


</ul>
{# <div class="extra-links">
<img src="/assets/img/product-nav-opt.svg" width="80" height="80" loading="lazy">
Expand Down
3 changes: 3 additions & 0 deletions src/assets/img/eloka/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading