Skip to content

Commit

Permalink
Merge pull request #103 from ekoindia/develop
Browse files Browse the repository at this point in the history
Release: Develop to Master
  • Loading branch information
manustays committed Jul 11, 2024
2 parents 8881485 + 9b6790f commit 7634b48
Show file tree
Hide file tree
Showing 29 changed files with 1,172 additions and 7 deletions.
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

0 comments on commit 7634b48

Please sign in to comment.