Files
ask-mutual-fund/pages/blog.html
AnsariTufail 21ffad2a9a bug fixed
2025-10-29 10:15:45 +05:30

90 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="blog-banner">
<video autoplay muted loop playsinline>
<source src="./assests/video/vecteezy_a-woman-in-a-business-suit-is-working-on-her-laptop_57327662.mp4" type="video/mp4">
</video>
<div class="container blog-aling">
<div class="row">
<div class="col-md-12">
<h1 class="blog-tittle-banner">Insights to Grow Your</h1>
<p class="blog-text-banner">Wealth Smarter</p>
</div>
</div>
</div>
</section>
<section class="ask-advantage-blog container">
<div class="row">
<div class="col-md-12">
<div class="blog-card d-flex align-items-center">
<!-- Left Image -->
<div class="blog-image">
<img src="./assests/images/row-blog.svg" alt="Understanding SIPs" class="img-fluid rounded-3">
</div>
<!-- Right Text Content -->
<div class="blog-content">
<h5 class="tittle-blog mb-2">How Market Cycles Affect Mutual Fund Returns</h5>
<p class="time mb-2">7 min read</p>
<p class="desc-blog mb-3">
Markets rise and fall — but how does that impact your mutual fund investments? Get to know how long-term compounding can smooth out
</p>
<a href="#" class="read-more">
Read More <img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow ms-1">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="ask-advantage-blog2 container">
<h2>Top Picks</h2>
<div class="row g-4 mt-3">
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog1.svg" alt="Understanding SIPs" class="img-fluid rounded-3 mb-3">
<h5 class="tittle-blog">Understanding SIPs: Building Wealth One Step at a Time</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Small monthly investments can lead to big financial milestones. Explore how SIPs work, why they matter, and how you can get started today.
</p>
<a href="#" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"></a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog2.svg" alt="Goals First" class="img-fluid rounded-3 mb-3">
<h5 class="tittle-blog">Goals First: Planning for Retirement, Children & More</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Whether its your dream home or your childs future, financial goals need clarity and discipline. Learn how goal-based investing can help.
</p>
<a href="#" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"></a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog3.svg" alt="Market Cycles" class="img-fluid rounded-3 mb-3">
<h5 class="tittle-blog">How Market Cycles Affect Mutual Fund Returns</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Markets rise and fall — but how does that impact your mutual fund investments? Learn how long-term compounding can smooth out volatility.
</p>
<a href="#" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"></a>
</div>
</div>
</div>
</section>