Skip to content

Commit

Permalink
other navigation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-THE-DESTROYER committed Jul 11, 2023
1 parent b4f8b78 commit db6f588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{# ====================== DEVELOPERS MENU ==================== #}
<li><a href="#">
<label title="Toggle Drop-down" for="sbmnu2">
<div>APIs<span class="drop-icon">▾</span></div>
<div>APIs <span class="drop-icon">▾</span></div>
</label>
</a>
<input type="checkbox" id="sbmnu2">
Expand All @@ -63,10 +63,10 @@
</ul>
<ul>
<li class="capt">Resources</li>
<li role="menuitem"><a href="https://developers.eko.in/reference">{% dotTag "API references" %}</a></li>
<li role="menuitem"><a href="https://developers.eko.in/reference">{% dotTag "API References" %}</a></li>
<li role="menuitem"><a href="https://developers.eko.in/docs">{% dotTag "Developer Guide" %}</a></li>
<li class="capt">Verification APIs</li>
<li role="menuitem"><a href="/developers/eps/pan-verification-api/">{% dotTag "Pan" %}</a></li>
<li role="menuitem"><a href="/developers/eps/pan-verification-api/">{% dotTag "PAN" %}</a></li>
<li role="menuitem"><a href="/developers/eps/aadhaar-verification-api//">{% dotTag "Aadhaar" %}</a></li>
<li role="menuitem"><a href="/developers/eps/account-verification-api/">{% dotTag "Bank Account" %}</a></li>
<li role="menuitem"><a href="/developers/eps/ocr-verification-api/">{% dotTag "OCR" %}</a></li>
Expand All @@ -78,7 +78,7 @@
{# ====================== RETAILERS MENU ==================== #}
<li><a href="#">
<label title="Toggle Drop-down" for="sbmnu1">
<div>Retailers<span class="drop-icon">▾</span></div>
<div>Retailers <span class="drop-icon">▾</span></div>
</label>
</a>
<input type="checkbox" id="sbmnu1">
Expand Down
4 changes: 2 additions & 2 deletions src/eloka.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ business: api
{% set product = {
icon: "/assets/img/eloka/eloka-logo.opt.svg",
tag_line: "A Complete White-Label Solution For Your Agent Network",
sub_tag_line: "",
sub_tag_line: "Go-live with your own brand in 10 minutes!",
hero_image: "/assets/img/eloka/eloka-hp.png",
signup_label: "Start For Free",
learn_more_link: "#sectionAccordian"
Expand All @@ -48,7 +48,7 @@ business: api

<p class="sub_tag_line">{{ product.sub_tag_line }}</p>

<p class="lh-high">Welcome to Eloka, an end-to-end white-label platform that helps businesses like yours to easily step into the digital payments world.</p>
<p class="lh-high"></p>

<div class="layout horizontal center">
<a href="#sectionSignupForm" class="button">{{ product.signup_label or 'Sign up' }}</a>
Expand Down

0 comments on commit db6f588

Please sign in to comment.