country and class page changes

This commit is contained in:
sujan
2024-09-04 16:28:07 +05:45
parent 11064baefe
commit 0790470fdf
61 changed files with 808 additions and 2249 deletions

View File

@ -27,8 +27,8 @@
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/project-details/1.jpg" alt=""></li>
<li><img src="assets/images/project-details/2.jpg" alt=""></li>
<li><img src="assets/images/access-images/newzealand1.jpg" alt=""></li>
<li><img src="assets/images/access-images/newzealand2.jpg" alt=""></li>
</ul>
</div>
</div>
@ -37,6 +37,7 @@
</section>
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
@ -51,7 +52,7 @@
<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>
<h2> <a href="country-details.php">World-Class Education and Globally Recognized Universities</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>
@ -110,4 +111,16 @@
</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 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-->
<?php include('footer.php');?>