Access_Website/newzealand.php

127 lines
6.3 KiB
PHP
Raw Normal View History

2024-08-29 11:59:20 +00:00
<?php include('header.php');?>
<!-- start wpo-page-title -->
2024-09-03 12:19:00 +00:00
<section class="newzealand-bg">
2024-08-29 11:59:20 +00:00
<div class="container">
<div class="row">
<div class="col col-xs-12">
2024-09-03 12:19:00 +00:00
<div class="wpo-breadcumb-wrap hero-breadcrumb">
2024-08-29 11:59:20 +00:00
<h2>Study Abroad</h2>
<h3>New Zealand</h3>
</div>
</div>
</div>
</div>
</section>
2024-09-03 12:19:00 +00:00
<!-- end page-title -->
<!--Description Section-->
<section class="wpo-project-single-page section-padding">
<div class="container">
<div class="project-wrap">
<div class="project-top-info">
<div class="row align-items-center">
<div class="col-lg-9 col-12">
<h1>Why Study in New Zealand</h1>
<p class="country-desc">The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.</p>
</div>
</div>
<div class="image-gallery">
<ul>
2024-09-04 10:43:07 +00:00
<li><img src="assets/images/access-images/newzealand1.jpg" alt=""></li>
<li><img src="assets/images/access-images/newzealand2.jpg" alt=""></li>
2024-09-03 12:19:00 +00:00
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
2024-09-04 10:43:07 +00:00
<!--Blog Information-->
2024-09-03 12:19:00 +00:00
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Additional information</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
2024-09-04 10:43:07 +00:00
<h2> <a href="country-details.php">World-Class Education and Globally Recognized Universities</a> </h2>
2024-09-03 12:19:00 +00:00
<p>Studying in Australia offers access to a diverse range of world-renowned educational institutions. From top-ranking universities to specialized colleges, Australia provides a wide array of programs and courses across various fields of study.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Vibrant and Multicultural Campus Life</a> </h2>
<p>Australia's multicultural society offers a vibrant campus life enriched by students from diverse cultural backgrounds. Studying in this welcoming environment not only expands your global network but also fosters cross-cultural interactions and friendships that last a lifetime.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">World-Class Research Opportunities and Facilities</a> </h2>
<p>Australia is at the forefront of cutting-edge research and innovation, offering students access to state-of-the-art facilities and research opportunities.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Post-Study Work Opportunities and Immigration Pathways</a> </h2>
<p>Australia's post-study work opportunities make it an attractive destination for international students seeking real-world experience after graduation.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Australian Education System</a> </h2>
<p>The Australian Education System has three levels of education in practice. Primary, secondary and tertiary are the three distinct levels of education.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Vocational Education</a> </h2>
<p>VET (Vocational Education and Training), a vocational training course in Australia is a professional training which enables students to work in their desired occupations.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
2024-09-04 10:43:07 +00:00
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In New Zealand</h1>
<div class="col-12"><img src="assets/images/access-images/newzealand-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
2024-09-03 12:19:00 +00:00
<?php include('footer.php');?>