102 lines
6.4 KiB
PHP
102 lines
6.4 KiB
PHP
<?php $currentPage = 'why_freeU'; ?>
|
|
|
|
@extends('Frontend.layouts.master')
|
|
|
|
|
|
|
|
@section('content')
|
|
<!--<div class="inner-banner-about inner-banner">-->
|
|
<!-- <div class="overlay"></div>-->
|
|
<!-- <div class="container">-->
|
|
<!-- <h2>About Us</h2>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
|
|
<div class="about-inner-contain aboutss">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 col-sm-12">
|
|
<h4>Vision: Leading Asia's Alternative Investment Frontier</h4>
|
|
<p>Jericho Alternatives aspires to be Asia's premier platform for alternative assets, distinguished by
|
|
our commitment to innovation, global reach, and continuous evolution guided by deep expertise and
|
|
local insights. We envision establishing a thriving secondary marketplace that enhances liquidity,
|
|
contributing to the evolution of alternative assets into a dynamic and liquid market.</p>
|
|
<h4>Mission: Revolutionizing Alternative Assets</h4>
|
|
<p>Our mission is to revolutionize the alternative asset landscape by empowering investors with
|
|
insights, transparency, and accessibility for more lucrative and informed investment decisions.
|
|
Recognizing the underrepresentation of alternative assets in India, our mission is to bridge this
|
|
gap, bringing comprehensive understanding and accessible investment opportunities to the forefront
|
|
of the Indian market.</p>
|
|
<!--<img src="{{ asset('public/assets/media/FrontendImages/about-frame.jpg') }}">-->
|
|
|
|
<!--Rohit-->
|
|
<h4>Addressing Key Challenges</h4>
|
|
<p>Our platform is designed to tackle three primary challenges in the alternative assets market:</p>
|
|
<ul>
|
|
<li><strong>Enhancing Investor Knowledge:</strong> We offer extensive research and resources to
|
|
educate investors about the potential of alternative assets, aiding in informed decision-making.
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class='row founder'>
|
|
<h4>Founder - Mr. Abhishek Sipani</h4>
|
|
<div class="col-md-6">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/founder.png') }}">
|
|
</div>
|
|
<div class="col-md-6 founder-info">
|
|
<p>Abhishek has over 18 years of extensive experience in banking and financial markets.In 2016,
|
|
he launched Jericho Ventures, a boutique financial services firm catering to high-net-worth
|
|
individuals.
|
|
Under his guidance, the firm now oversees assets totaling $34 Million for more than 75
|
|
families.</p>
|
|
</div>
|
|
<div class='col-md-12 founder-info'>
|
|
<p> Before embarking on his entrepreneurial venture, he has worked with top firms like HSBC
|
|
Bank, Kotak Securities, and Religare Macquarie Private Wealth.
|
|
Abhishek holds an MBA and a CFP (Certified Financial Planner from FPSB), enhancing his deep
|
|
understanding of financial services.
|
|
His career spans various aspects of finance, from investment strategies to client
|
|
management, demonstrating his comprehensive expertise in the industry.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-md-12">
|
|
<ul>
|
|
<li><strong>Centralizing Asset Information:</strong> We eliminate the need for investors to navigate
|
|
multiple platforms for different assets, offering a single, unified source for diverse
|
|
investment opportunities.</li>
|
|
<li><strong>Resolving Illiquidity Concerns:</strong> Our secondary marketplace provides a
|
|
much-needed solution for the liquidity issues traditionally associated with alternative assets.
|
|
</li>
|
|
</ul>
|
|
<h4>Our Solution</h4>
|
|
<p>We are proud to be India's first secondary marketplace for alternative assets. Understanding the
|
|
hesitation of investors towards the lock-in nature of these assets, we offer a unique solution: a
|
|
platform for the sale and purchase of illiquid investments.
|
|
This mitigates the concern of long-term commitments and provides a safety net for unforeseen
|
|
liquidity needs.</p>
|
|
<h4>Strategic Marketplace for Asset Managers</h4>
|
|
<p>In addition to serving individual (HNWI & Ultra HNWI) and institutional investors, we offer a
|
|
strategic avenue for asset managers to trade holdings in investee companies. This dual approach
|
|
positions us as a comprehensive marketplace catering to both individual investors and institutional
|
|
asset managers.</p>
|
|
<h4>Jericho Alternatives at the Forefront of AI</h4>
|
|
<ul style="padding-bottom: 4rem;">
|
|
<li><strong>Investor Matching with Assets:</strong> AI algorithms can match investors with suitable
|
|
alternative assets based on their investment profiles, preferences, and risk tolerance.</li>
|
|
<li><strong>Liquidity Analysis:</strong> AI can assess and predict the liquidity of alternative
|
|
assets, providing valuable insights for both buyers and sellers in secondary markets.</li>
|
|
<li><strong>Efficient Settlement Processes:</strong> AI can streamline settlement processes for both
|
|
primary and secondary transactions, reducing the time and complexity involved.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection
|