This commit is contained in:
Aashishad
2024-06-19 17:45:34 +05:45
parent 07712766a1
commit 87d5be606f
13 changed files with 242 additions and 86 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="col-lg-2 row-cols-1 text-center mb-2 mb-lg-0">
<a href="extra.php" class="btn btn-primary border-white rounded-pill m-3 ">Apply Now</a>
<a href="" class="btn btn-primary border-white rounded-pill m-3 ">Apply Now</a>
</div>
</div>

View File

@ -5,8 +5,9 @@
<div class="col-lg-6 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<!-- <img src="img/about-2.png" class="img-fluid w-100" style="margin-bottom: -7px;" alt="Image"> -->
<img src="img/about-3.jpg" class="img-fluid w-100 border-bottom border-5 border-primary"
style="border-top-right-radius: 300px; border-top-left-radius: 300px;" alt="Image">
<img src="img/reg-form.jpg" class=" "
style="width: 650px; height: 800px; object-fit: cover; object-position: 100% 0;" alt="Image">
</div>
</div>

View File

@ -10,8 +10,8 @@
</div>
<div class="feature-content d-flex flex-column">
<h5 class="mb-3">Willing to Study Abroad?</h5>
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit.</p>
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
<p class="mb-3">Willing to study abroad? Embrace a world of new opportunities!</p>
<!-- <a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a> -->
</div>
</div>
</div>
@ -22,8 +22,8 @@
</div>
<div class="feature-content d-flex flex-column">
<h5 class="mb-3">Achieve your Dream!</h5>
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit.</p>
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
<p class="mb-3">Ready to achieve your dream? Make it happen today!</p>
<!-- <a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a> -->
</div>
</div>
</div>
@ -34,8 +34,9 @@
</div>
<div class="feature-content d-flex flex-column">
<h5 class="mb-3">Offered Services</h5>
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit.</p>
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
<p class="mb-3">
Discover our offered services and elevate your experience!</p>
<!-- <a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a> -->
</div>
</div>
</div>
@ -46,8 +47,8 @@
</div>
<div class="feature-content d-flex flex-column">
<h5 class="mb-3">Visa Assistance</h5>
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit.</p>
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
<p class="mb-3">Looking for visa assistance? Let us guide you through the process!</p>
<!-- <a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a> -->
</div>
</div>
</div>

View File

@ -10,9 +10,9 @@
<div class="col-12">
<div id="carouselExampleIndicators2" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-4 mb-3">
<div class="carousel-item active ">
<div class="row justify-content-md-center">
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/australia.png">
<div class="card-body">
@ -20,7 +20,7 @@
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/canada.png">
<div class="card-body">
@ -28,7 +28,7 @@
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/usa.png">
<div class="card-body">
@ -36,9 +36,42 @@
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/uk.png">
<div class="card-body">
<h4 class="card-title">UK</h4>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/newzealand.png">
<div class="card-body">
<h4 class="card-title">New Zealand</h4>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/japan.png">
<div class="card-body">
<h4 class="card-title">Japan</h4>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img class="img-fluid" alt="100%x280" src="img/singapore.jpg">
<div class="card-body">
<h4 class="card-title">Singapore</h4>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<!-- <div class="carousel-item">
<div class="row">
<div class="col-md-4 mb-3">
<div class="card">
@ -65,14 +98,14 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="col-12">
<!-- <div class="col-12">
<a class="btn btn-primary mb-3 mr-1" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<i class="fa fa-arrow-left"></i>
</a>
@ -80,7 +113,7 @@
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div> -->
<div class="col-12">
<a class="btn btn-primary rounded-pill py-3 px-5" href="destination.php">Read More</a>
</div>

View File

@ -11,9 +11,11 @@
<div class="owl-carousel testimonial-carousel wow zoomInDown" data-wow-delay="0.2s">
<div class="testimonial-item">
<div class="testimonial-content p-4 mb-5">
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor
incididunt.
<p class="fs-5 mb-0">
New Zealand is a fantastic place to live and study! The Team at Orient is highly experienced and
knowledgeable. If you want to be in
NZ for your higher studies like me, I can vouch for them to guide you
best.
</p>
<div class="d-flex justify-content-end">
<i class="fas fa-star text-warning"></i>
@ -28,15 +30,18 @@
<img class="img-fluid rounded-circle" src="img/testimonial-1.jpg" alt="img">
</div>
<div class="my-auto">
<h5>Person Name</h5>
<h5>Krishna Meche</h5>
</div>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-content p-4 mb-5">
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor
incididunt.
<p class="fs-5 mb-0">
I came to study in London through Orient Consultancy in the year 2008, and I am now
happily settled in this country. Orient consists of a team of highly knowledgeable and experienced people.
They are very supportive, and I would happily recommend Orient to all Nepalese students aiming to study in
the
UK.
</p>
<div class="d-flex justify-content-end">
<i class="fas fa-star text-warning"></i>
@ -51,15 +56,16 @@
<img class="img-fluid rounded-circle" src="img/testimonial-2.jpg" alt="img">
</div>
<div class="my-auto">
<h5>Person Name</h5>
<h5>Kamal Bhusal</h5>
</div>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-content p-4 mb-5">
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor
incididunt.
<p class="fs-5 mb-0">
The team at Orient was highly supportive throughout my application process. Their knowledge of the NZ visa
process is truly unmatched in Nepal. To all the Nepalese students intending to study in New Zealand, I say
Orient can be your best guide.
</p>
<div class="d-flex justify-content-end">
<i class="fas fa-star text-warning"></i>
@ -74,7 +80,7 @@
<img class="img-fluid rounded-circle" src="img/testimonial-3.jpg" alt="img">
</div>
<div class="my-auto">
<h5>Person Name</h5>
<h5>Anita Bhattarai</h5>
</div>
</div>
</div>

View File

@ -71,7 +71,7 @@
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
<div class="training-item">
<div class="training-inner">
<img src="img/training-4.jpg" class="img-fluid w-100 rounded" alt="Image">
<img src="img/langclass.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="training-title-name">
<a href="#" class="h4 text-white mb-0">Language</a>
<a href="#" class="h4 text-white mb-0">Classes</a>