Access_Website/australia.php
2024-09-04 16:28:07 +05:45

127 lines
6.6 KiB
PHP

<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="australia-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Study Abroad</h2>
<h3>Australia</h3>
</div>
</div>
</div>
</div>
</section>
<!-- 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 Australia</h1>
<p class="country-desc">Embark on a transformative journey of education and discovery in Australia, a leading destination for students seeking academic excellence, vibrant campus life, exceptional research opportunities, and promising post-study work pathways. Immerse yourself in a multicultural society, collaborate with esteemed researchers, and embrace endless possibilities while shaping a successful future. Let the world become your classroom as you unleash your potential and broaden your horizons through studying in Australia.</p>
</div>
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/access-images/australia1.jpg" alt=""></li>
<li><img src="assets/images/access-images/australia2.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
<!--Blog Information-->
<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">
<h2> <a href="country-details.php">Diverse and Renowned Educational Institutions</a> </h2>
<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>
<!--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 Australia</h1>
<div class="col-12"><img src="assets/images/access-images/australia-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>