Orient_Website/newzealand.php
2024-06-10 18:01:14 +05:45

105 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">Study abroad</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">New Zealand</a></li>
</ol>
</div>
</div>
<div class="container-fluid py-5 bg-light">
<div class="container py-5">
<div class="row g-5">
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<img src="img/canada.png" class="img-fluid w-100" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">New zealand</h5>
<h1 class="display-5 mb-4">Why Study in New Zealand?
</h1>
<p class="mb-4">New Zealand is becoming an increasingly popular destination for international students due to
its high-quality education system, stunning natural landscapes, and friendly, welcoming environment. Here are
some key reasons to choose New Zealand for your studies:</p>
<div class="mb-4">
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> High-Quality Education: New Zealands universities
consistently rank high in global education rankings and offer a wide range of courses.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Safe and Peaceful Environment: Known for its safety,
political stability, and low crime rates, New Zealand offers a peaceful environment for students.
</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Natural Beauty: The country boasts breathtaking
landscapes, from mountains and forests to beaches and lakes, providing numerous opportunities for outdoor
activities.
</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Work Opportunities: Students can work part-time
during their studies and have post-study work visa options.
</p>
</div>
</div>
<div>
<h1 class="display-5 mb-4">Top Universities
</h1>
<p class="mb-4">Some of the top universities in New Zealand include:</p>
<div class="mb-4">
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>University of Auckland</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> University of Otago</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Victoria University of Wellington</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>University of Canterbury</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Massey University</p>
</div>
</div>
<div class="col-12 wow fadeInRight" data-wow-delay="0.3s">
<h1 class="display-5 mb-4 ">Application process</h1>
<div class="mb-4">
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Research and Choose Programs: Identify programs and
universities that match your interests and career objectives.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Check Admission Requirements: Each program has
specific entry requirements, including academic qualifications and English language proficiency (e.g.,
IELTS, TOEFL).</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Prepare Application Materials: Gather transcripts,
recommendation letters, personal statements, and any required test scores.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Apply: Submit applications directly through the
universitys online portal or via authorized representatives.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Receive Offer Letter: If accepted, you will receive
an offer of admission.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Accept the Offer: Confirm your place by accepting the
offer and paying any required deposit.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Apply for Visa: Apply for a student visa once you
have an offer of admission.</p>
</div>
<div>
<h1 class="display-5 mb-4">Scholarships
</h1>
<p class="mb-4">Numerous scholarships and financial aid options are available for international students,
including:</p>
<div class="mb-4">
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>New Zealand Government Scholarships: For students
from eligible countries.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> University Scholarships: Many universities offer
scholarships based on academic merit, financial need, or specific criteria.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> External Scholarships: Various organizations
provide scholarships for international students.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>