student resources

This commit is contained in:
Anju 2024-07-02 12:30:56 +05:45
parent 0f6417d4a8
commit bf32ca2ae9
15 changed files with 287 additions and 20 deletions

35
comprehensive-support.php Normal file
View File

@ -0,0 +1,35 @@
<?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">Services</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">Comprehensive Support</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/comprehensive.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Counseling</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>
</div>
</div>
<?php include('footer.php');?>

32
embassy.php Normal file
View File

@ -0,0 +1,32 @@
<?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">Embassy Address</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>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>

32
essentials.php Normal file
View File

@ -0,0 +1,32 @@
<?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">Essential Resources</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">Resources</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>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>

35
experienced-team.php Normal file
View File

@ -0,0 +1,35 @@
<?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">Services</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">Experienced Team</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/experienced.png" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Counseling</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>
</div>
</div>
<?php include('footer.php');?>

View File

@ -29,10 +29,10 @@
<div class="footer-item d-flex flex-column"> <div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Student Resources</h4> <h4 class="text-white mb-4">Student Resources</h4>
<h6 class="text-white">Essential resources and services for students planning to study abroad.</h6> <h6 class="text-white">Essential resources and services for students planning to study abroad.</h6>
<a href="#.php" class=""><i class="fas fa-angle-right me-2"></i> Resources</a> <a href="essentials.php" class=""><i class="fas fa-angle-right me-2"></i> Resources</a>
<a href="#.php" class=""><i class="fas fa-angle-right me-2"></i> Sample Documents </a> <a href="sample-documents.php" class=""><i class="fas fa-angle-right me-2"></i> Sample Documents </a>
<a href="#.php" class=""><i class="fas fa-angle-right me-2"></i> Embassy Address </a> <a href="embassy.php" class=""><i class="fas fa-angle-right me-2"></i> Embassy Address </a>
<a href="#.php" class=""><i class="fas fa-angle-right me-2"></i> Visa Information </a> <a href="visa-information.php" class=""><i class="fas fa-angle-right me-2"></i> Visa Information </a>
</div> </div>
</div> </div>
<div class="col-md-6 col-lg-6 col-xl-3"> <div class="col-md-6 col-lg-6 col-xl-3">

View File

@ -182,17 +182,16 @@
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span <a href="#" class="nav-link" data-bs-toggle="dropdown"><span
class="dropdown-toggle">Student Resources</span></a> class="dropdown-toggle">Student Resources</span></a>
<div class="dropdown-menu m-0"> <div class="dropdown-menu m-0">
<a href="i#" class="dropdown-item">Essential Resources</a> <a href="essentials.php" class="dropdown-item">Essential Resources</a>
<a href="#" class="dropdown-item">Sample Documents</a> <a href="sample-documents.php" class="dropdown-item">Sample Documents</a>
<a href="#" class="dropdown-item">Embassy Addresses <a href="embassy.php" class="dropdown-item">Embassy Addresses</a>
</a> <a href="visa-information.php" class="dropdown-item">Visa Information</a>
<a href="#" class="dropdown-item">Visa Information</a>
</div> </div>
</div> </div>
<a href="blog.php" class="nav-item nav-link">Blog</a> <a href="blog.php" class="nav-item nav-link">Blog</a>
<a href="contact.php" class="nav-item nav-link">Contact</a> <a href="contact.php" class="nav-item nav-link">Contact Us</a>
</div> </div>
</div> </div>
</nav> </nav>

BIN
img/comprehensive.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
img/counseling.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
img/experienced.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
img/prime.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,35 @@
<?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">Services</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">Personalized Counseling</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/counseling.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Counseling</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>
</div>
</div>
<?php include('footer.php');?>

35
prime-location.php Normal file
View File

@ -0,0 +1,35 @@
<?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">Services</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">Prime Location</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/prime.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Counseling</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>
</div>
</div>
<?php include('footer.php');?>

32
sample-documents.php Normal file
View File

@ -0,0 +1,32 @@
<?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">Sample Documents</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>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>

View File

@ -34,15 +34,15 @@
<div class="service-title"> <div class="service-title">
<div class="service-title-name"> <div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4"> <div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="#" class="h4 text-white mb-0">Personalized Counseling</a> <a href="personalized-counseling.php" class="h4 text-white mb-0">Personalized Counseling</a>
</div> </div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a> <a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="personalized-counseling.php">Explore More</a>
</div> </div>
<div class="service-content pb-4"> <div class="service-content pb-4">
<a href="#"><h4 class="text-white mb-4 py-3">"Personalized Counseling"</h4></a> <a href="personalized-counseling.php"><h4 class="text-white mb-4 py-3">"Personalized Counseling"</h4></a>
<div class="px-4"> <div class="px-4">
<p class="mb-4">Tailored guidance from experts to help you achieve your study abroad dreams.</p> <p class="mb-4">Tailored guidance from experts to help you achieve your study abroad dreams.</p>
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="#">Explore More</a> <a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="personalized-counseling.php">Explore More</a>
</div> </div>
</div> </div>
</div> </div>
@ -63,10 +63,10 @@
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a> <a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div> </div>
<div class="service-content pb-4"> <div class="service-content pb-4">
<a href="#"><h4 class="text-white mb-4 py-3"> "Comprehensive Support"</h4></a> <a href="comprehensive-support.php"><h4 class="text-white mb-4 py-3"> "Comprehensive Support"</h4></a>
<div class="px-4"> <div class="px-4">
<p class="mb-4">End-to-end assistance from application to visa processing for a seamless experience.</p> <p class="mb-4">End-to-end assistance from application to visa processing for a seamless experience.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a> <a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="comprehensive-support.php">Explore More</a>
</div> </div>
</div> </div>
</div> </div>
@ -87,10 +87,10 @@
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a> <a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div> </div>
<div class="service-content pb-4"> <div class="service-content pb-4">
<a href="#"><h4 class="text-white mb-4 py-3"> "Experienced <br>Team"</h4></a> <a href="experienced-team.php"><h4 class="text-white mb-4 py-3"> "Experienced <br>Team"</h4></a>
<div class="px-4"> <div class="px-4">
<p class="mb-4">Over a decade of expertise in international education and student success.</p> <p class="mb-4">Over a decade of expertise in international education and student success.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a> <a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="experienced-team.php">Explore More</a>
</div> </div>
</div> </div>
</div> </div>
@ -111,10 +111,10 @@
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a> <a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div> </div>
<div class="service-content pb-4"> <div class="service-content pb-4">
<a href="#"><h4 class="text-white mb-4 py-3">"Prime <br> Location"</h4></a> <a href="prime-location.php"><h4 class="text-white mb-4 py-3">"Prime <br> Location"</h4></a>
<div class="px-4"> <div class="px-4">
<p class="mb-4">Conveniently located at New Baneshwor for easy access to our services.</p> <p class="mb-4">Conveniently located at New Baneshwor for easy access to our services.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a> <a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="prime-location.php">Explore More</a>
</div> </div>
</div> </div>
</div> </div>

32
visa-information.php Normal file
View File

@ -0,0 +1,32 @@
<?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>
<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>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>