Orient_Website/blogpage.php

71 lines
5.5 KiB
PHP
Raw Normal View History

2024-06-11 06:47:26 +00:00
<?php include ('header.php'); ?>
2024-06-24 11:08:38 +00:00
<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">Blog-Page</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">Blog Details</a></li>
</ol>
</div>
</div>
2024-06-11 06:47:26 +00:00
<!-- Page Content -->
<div class="container mt-4">
<div class="row">
<!-- Main Content -->
<div class="col-lg-8">
2024-07-02 05:51:06 +00:00
<h1 class="mb-4">Empowering Students Through Expert Guidance</h1>
2024-06-11 06:47:26 +00:00
<div class="card mb-4">
2024-07-10 11:06:35 +00:00
<img src="img/empowering.jpg" class="card-img-top" alt="...">
2024-06-11 06:47:26 +00:00
<div class="card-body">
2024-07-02 05:51:06 +00:00
<p class="mb-3 mt-40">Orient International is in Town with All-New Orientation and Commitment for Student's Success</p>
2024-06-24 11:08:38 +00:00
2024-07-02 05:51:06 +00:00
<p class="mb-3">At Orient International, located in the heart of Kathmandu City at New Baneshwor, we are thrilled to announce our renewed commitment to guiding students towards academic excellence and career success. As a leading consultancy specializing in study abroad services, Orient International is dedicated to empowering students with the knowledge, resources, and support needed to thrive in their educational journeys.</p>
2024-06-24 11:08:38 +00:00
2024-07-02 05:51:06 +00:00
<p class="mb-3">Our team of experienced counselors is here to provide expert guidance tailored to each student's unique aspirations and goals. Whether you're dreaming of studying in the bustling cities of the USA, the historic universities of the UK, the serene landscapes of Australia, or exploring the cultural richness of Japan and South Korea, Orient International offers personalized advice to help you navigate the complexities of international education.</p>
2024-06-24 11:08:38 +00:00
2024-07-02 05:51:06 +00:00
<h1 class=" mb-4">Comprehensive Services for Every Step of the Journey</h1>
<p class="mb-3">From initial consultation to post-arrival support, Orient International offers a comprehensive range of services to ensure a seamless study abroad experience. Our services include:</p>
2024-06-24 11:08:38 +00:00
2024-07-02 05:51:06 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Study Abroad Counseling: Personalized guidance to help you choose the right destination and program.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Country-specific Expertise: Detailed insights into educational opportunities and cultural nuances across various countries.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Language Classes: Learn Japanese and Korean languages from native-speaking instructors.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Test Preparation: Prepare effectively for exams like IELTS, PTE, TOEFL, SAT, GRE, and GMAT.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Visa Assistance: Navigate visa processes with confidence and ease.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Pre-departure and Post-arrival Support: Practical advice and support for a smooth transition and integration.</p>
2024-06-11 06:47:26 +00:00
2024-07-02 05:51:06 +00:00
<h1 class=" mb-4">Commitment to Student Success</h1>
<p class=" mb-3">At Orient International, our commitment extends beyond facilitating study abroad opportunities. We are dedicated to equipping students with essential skills, cultural understanding, and global perspectives that enrich their academic and personal growth. Our educational workshops, career counseling services, and student resources are designed to enhance your learning experience and prepare you for future challenges.</p>
<h1 class=" mb-4">Join Us in Your Journey to Success</h1>
<p class=" mb-3">Whether you're a high school graduate planning your first venture abroad or a working professional seeking advanced studies, Orient International welcomes you to explore the world of opportunities awaiting you. Our team is here to support you at every step, ensuring you make informed decisions and achieve your academic and career aspirations.</p>
<h1 class=" mb-4">Get Started Today!</h1>
<p class=" mb-3">Visit Orient International at our centrally located office in New Baneshwor, Kathmandu, or contact us to schedule a consultation. Let us help you embark on a transformative journey towards academic excellence and personal growth. Together, we can turn your study abroad dreams into reality with confidence and commitment.</p>
2024-06-11 06:47:26 +00:00
</div>
</div>
</div>
<!-- Sidebar -->
2024-07-10 11:06:35 +00:00
<div class="col-lg-4" id="sidebar">
2024-06-11 06:47:26 +00:00
<div class="card mb-4">
<h5 class="card-header">Trending Blogs</h5>
<ul class="list-group list-group-flush">
2024-07-02 05:51:06 +00:00
<li class="list-group-item"><a href="best.php">Korea, Japan or Vietnam? Which is best for Nepalese Students?</a></li>
<li class="list-group-item"><a href="study-abroad.php">About Abroad Study - Quality, Affordability, and Sustainability</a></li>
<li class="list-group-item"><a href="blogpage.php">Empowering Students Through Expert Guidance</a></li>
2024-06-11 06:47:26 +00:00
</ul>
</div>
</div>
</div>
</div>
<!-- Bootstrap JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<?php include ('footer.php'); ?>