Orient_Website/newzealand.php

105 lines
5.4 KiB
PHP
Raw Normal View History

2024-06-10 11:48:07 +00:00
<?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>
2024-06-10 12:16:14 +00:00
<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>
2024-06-10 11:48:07 +00:00
<div class="mb-4">
2024-06-10 12:16:14 +00:00
<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.
2024-06-10 11:48:07 +00:00
</p>
2024-06-10 12:16:14 +00:00
<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.
2024-06-10 11:48:07 +00:00
</p>
2024-06-10 12:16:14 +00:00
<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.
2024-06-10 11:48:07 +00:00
</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">
2024-06-10 12:16:14 +00:00
<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>
2024-06-10 11:48:07 +00:00
</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>
2024-06-10 12:16:14 +00:00
<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>
2024-06-10 11:48:07 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Prepare Application Materials: Gather transcripts,
2024-06-10 12:16:14 +00:00
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>
2024-06-10 11:48:07 +00:00
</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">
2024-06-10 12:16:14 +00:00
<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>
2024-06-10 11:48:07 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> External Scholarships: Various organizations
2024-06-10 12:16:14 +00:00
provide scholarships for international students.</p>
2024-06-10 11:48:07 +00:00
</div>
</div>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>