Skip to content

Commit ed3b4e9

Browse files
committed
New Menu
1 parent 43e22d8 commit ed3b4e9

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

_includes/portal.html

+16-10
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,38 @@
1717
<ul class="flex flex-row mr-auto">
1818
<li class="static">
1919
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('software') ? 'bg-orange-500' : 'bg-stone-800' }}"
20-
href="/core">
21-
CORE BANKING & LOANS
20+
href="/crowdfunding/projects">
21+
PROJECTS
2222
</a>
2323
</li>
2424
<li class="static">
2525
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('platform') ? 'bg-orange-500' : 'bg-stone-800' }}"
26-
href="/accounting">
27-
BLOCKCHAIN ACCOUNTING
26+
href="/crowdfunding/matchfunding">
27+
MATCHFUNDING
2828
</a>
2929
</li>
3030
<li class="static">
3131
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('infrastructure') ? 'bg-orange-500' : 'bg-stone-800' }}"
32-
href="/risks">
33-
RISK MANAGEMENT SYSTEM
32+
href="/crowdfunding/stakeholders">
33+
STAKEHOLDERS
3434
</a>
3535
</li>
3636
<li class="static">
3737
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('large-scale') ? 'bg-orange-500' : 'bg-stone-800' }}"
38-
href="/fmi">
39-
FINANCIAL MARKET INFRASTRUCTURE
38+
href="/crowdfunding/funds">
39+
FUNDS
4040
</a>
4141
</li>
4242
<li class="static">
4343
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('large-scale') ? 'bg-orange-500' : 'bg-stone-800' }}"
44-
href="/compliance">
45-
REGULATORY COMPLIANCE
44+
href="/crowdfunding/investors">
45+
INVESTORS
46+
</a>
47+
</li>
48+
<li class="static">
49+
<a class="flex items-end h-24 pb-6 font-semibold text-white transition duration-200 ease-in-out hover:bg-neutral-600 focus:bg-neutral-600 lg:px-6 {{ request()->routeIs('large-scale') ? 'bg-orange-500' : 'bg-stone-800' }}"
50+
href="/crowdfunding/investments">
51+
INVESTMENTS
4652
</a>
4753
</li>
4854
</ul>

0 commit comments

Comments
 (0)