Files
PathFinder/home-parts/blog.php
Roshan476 00fe2f744d update
2026-01-24 19:07:59 +05:45

107 lines
5.9 KiB
PHP

<!-- Start Blog Area -->
<div class="blog-area mb--110">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="title-flex-between">
<div class="tmp-section-title-border text-start">
<div class="pres-line-separator-wrapper text-start mb--10">
<span class="subtitle">
<span class="number">03</span>
<span class="subtitle-text">Latests Blogs</span>
</span>
<div class="line-separator line-right"></div>
</div>
<h2 class="title w-700 tmp-title-split">Our <span class="theme-gradient">Latests Blogs</span></h2>
</div>
<div class="tmp-load-more d-flex justify-content-center">
<a class="tmp-btn btn-large hover-icon-reverse" href="./blog-list.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">View More Blogs</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="row g-5 mt--10">
<div class="col-lg-5">
<div class="tmp-card box-card-style-default bentostyle-left-blog tmponhover">
<div class="inner">
<div class="thumbnail invers-anime">
<a class="image" href="blog-detail.php">
<img loading="lazy" class="w-100" src="assets/images/photos/blog.jpg" alt="Blog Image">
</a>
</div>
<div class="content">
<h4 class="title">
<a href="blog-detail.php">Top Tips to Choose the Right University Abroad</a>
</h4>
<p class="descriptiion">Discover how to select universities that align with your career goals, budget, and preferred study destination with expert guidance.</p>
<div class="read-more-btn">
<a class="btn-read-more" href="blog-detail.php"><span>Read More</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-7">
<div class="tmp-card box-card-style-default card-list-view bentostyle tmponhover">
<div class="inner">
<div class="thumbnail invers-anime">
<a class="image" href="blog-detail.php">
<img loading="lazy" src="assets/images/photos/visa.jpg" alt="Blog Image">
</a>
</div>
<div class="content">
<h4 class="title"><a href="blog-detail.php">How to Secure a Student Visa Successfully</a></h4>
<p class="descriptiion">A step-by-step guide on preparing your student visa application to maximize approval chances.</p>
<div class="read-more-btn">
<a class="btn-read-more" href="blog-detail.php"><span>Read More</span></a>
</div>
</div>
</div>
</div>
<div class="tmp-card box-card-style-default card-list-view bentostyle tmponhover">
<div class="inner">
<div class="thumbnail invers-anime">
<a class="image" href="blog-detail.php">
<img loading="lazy" src="assets/images/photos/scholarship.png" alt="Blog Image">
</a>
</div>
<div class="content">
<h4 class="title"><a href="blog-detail.php">Scholarships for International Students</a></h4>
<p class="descriptiion">Learn about the latest scholarships available for students planning to study abroad and how to apply successfully.</p>
<div class="read-more-btn">
<a class="btn-read-more" href="blog-detail.php"><span>Read More</span></a>
</div>
</div>
</div>
</div>
<!-- <div class="tmp-card box-card-style-default card-list-view bentostyle tmponhover">
<div class="inner">
<div class="thumbnail invers-anime">
<a class="image" href="blog-detail.php">
<img loading="lazy" src="assets/images/blog/12.webp" alt="Blog Image">
</a>
</div>
<div class="content">
<h4 class="title"><a href="blog-detail.php">Career Opportunities After Studying Abroad</a></h4>
<p class="descriptiion">Explore how international education can boost your career prospects and help you achieve your professional goals.</p>
<div class="read-more-btn">
<a class="btn-read-more" href="blog-detail.php"><span>Read More</span></a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- End Blog Area -->