Orient_Website/blog.php
2024-06-24 16:53:38 +05:45

101 lines
5.4 KiB
PHP
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.

<?php include ('header.php'); ?>
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px;">
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Blogs</h1>
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
<li class="breadcrumb-item"><a href="#" class="text-white">Blogs</a></li>
</ol>
</div>
</div>
<div class="container-fluid service overflow-hidden py-5">
<div class="container py-5">
<!-- <div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
<h1 class="display-5 mb-4">Blogs</h1>
</div> -->
<div class="row g-4">
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item">
<div class="service-inner">
<div class="service-img">
<img src="img/service-1.jpg" class="img-fluid w-100 rounded" alt="Image">
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="blogpage.php" class="h4 text-white mb-0">Top Benefits of Studying Abroad</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
</div>
<div class="service-content pb-4">
<a href="blogpage.php">
<h4 class="text-white mb-4 py-3">Top Benefits of Studying Abroad</h4>
</a>
<div class="px-4">
<p class="mb-4 text-light">Studying abroad is a transformative experience that goes beyond academic pursuits, offering students a profound journey of personal growth and cultural immersion. Whether in bustling cities like London or serene campuses in Kyoto, the benefits of studying abroad are diverse and far-reaching.</p>
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="blogpage.php">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item">
<div class="service-inner">
<div class="service-img">
<img src="img/service-2.jpg" class="img-fluid w-100 rounded" alt="Image">
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="mba.php" class="h4 text-white mb-0">Top MBA Programs for International Students</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="mba.php">Read More</a>
</div>
<div class="service-content pb-4">
<a href="mba.php">
<h4 class="text-white mb-4 py-3">Top MBA Programs for International Students</h4>
</a>
<div class="px-4">
<p class="mb-4 text-light">Choosing the right MBA program involves considering factors like reputation, specialization, and opportunities for international exposure. Heres a comprehensive guide to some of the top MBA programs worldwide that consistently attract and cater to international students.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="mba.php">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="service-item">
<div class="service-inner">
<div class="service-img">
<img src="img/service-3.jpg" class="img-fluid w-100 rounded" alt="Image">
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="#" class="h4 text-white mb-0">Top Study Abroad Destinations for 2024</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
</div>
<div class="service-content pb-4">
<a href="#">
<h4 class="text-white mb-4 py-3">Top Study Abroad Destinations for 2024</h4>
</a>
<div class="px-4">
<p class="mb-4 text-light">Choosing a study abroad destination is an exciting decision that can shape your academic journey and personal growth. Whether you're drawn to cultural immersion, academic excellence, or career opportunities, selecting the right destination is crucial. Heres a guide to the top study abroad destinations for 2024, offering diverse experiences and opportunities for students seeking international education.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="blogpage.php">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>