student resources

This commit is contained in:
2024-07-02 13:24:18 +05:45
parent bf32ca2ae9
commit fd727b57e4
4 changed files with 26 additions and 31 deletions

View File

@ -1,32 +1,31 @@
<?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">Student Resources</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">Visa Information</a></li>
</ol>
</div>
<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">Student Resources</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">Visa Information</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-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Documents</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">Canada is renowned worldwide for its high-quality education system, welcoming multicultural society, and diverse landscapes. As a top study destination, Canada offers international students an enriching academic experience combined with vibrant cultural immersion.</p>
<h1 class="display-5 mb-4">Education System</h1>
<p class="">Canada's education system is recognized for its academic excellence, research opportunities, and inclusive learning environment. The country hosts a wide range of institutions, including universities, colleges, and specialized institutes offering programs in various fields. Institutions like the University of Toronto, McGill University, and University of British Columbia are globally recognized for their research contributions and academic rigor.</p>
</div>
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<img src="img/comprehensive.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
<div class="container py-5">
<div class="row g-5">
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Visa Information</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">Visa information is crucial for students planning to study abroad, and our educational consultancy provides comprehensive resources to guide them through the visa application process. We offer detailed information on different types of visas required for various countries, including student visas, work visas, and tourist visas.</p>
<p class="">Our website outlines the necessary documentation, application procedures, and timelines students need to follow when applying for visas. We also provide links to official visa application websites and embassy contacts for further assistance. By offering this essential information, we aim to support students in securing the necessary visas efficiently, ensuring a smooth transition to their chosen academic destination.</p>
</div>
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<img src="img/comprehensive.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>