Orient_Website/home/testprep.php
2024-07-24 16:33:55 +05:45

92 lines
4.4 KiB
PHP

<div class="container-fluid training overflow-hidden bg-light py-5">
<div class="container py-5">
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="sub-style">
<h5 class="sub-title px-3">Prepare for Success</h5>
</div>
<h1 class="display-5 mb-4">Master Your Exam and Language Skills with Orient International</h1>
</div>
<div class="row g-4">
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
<div class="training-item">
<div class="training-inner">
<img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="training-title-name">
<a href="#" class="h4 text-white mb-0">IELTS</a>
<a href="#" class="h4 text-white mb-0">Preparation</a>
</div>
</div>
<div class="training-content rounded-bottom p-4" style="background-color: #f54813;">
<a href="ielts.php">
<h4 class="text-white">IELTS Preparation</h4>
</a>
<p class="text-white-50">Achieve your target IELTS score with our expert-led preparation classes.</p>
<a class="btn btn-secondary rounded-pill text-white p-0" href="ielts.php">Read More <i
class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
<div class="training-item">
<div class="training-inner">
<img src="img/toefl.png" class="img-fluid w-100 rounded" alt="Image">
<div class="training-title-name">
<a href="#" class="h4 text-white mb-0">TOEFL</a>
<a href="#" class="h4 text-white mb-0">Preparation</a>
</div>
</div>
<div class="training-content rounded-bottom p-4" style="background-color: #f54813;">
<a href="toefl.php">
<h4 class="text-white">TOEFL Preparation</h4>
</a>
<p class="text-white-50">Prepare thoroughly for the TOEFL exam with our structured study programs.</p>
<a class="btn btn-secondary rounded-pill text-white p-0" href="toefl.php">Read More <i
class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
<div class="training-item">
<div class="training-inner">
<img src="img/pte_coaching.png" class="img-fluid w-100 rounded" alt="Image">
<div class="training-title-name">
<a href="#" class="h4 text-white mb-0">PTE</a>
<a href="#" class="h4 text-white mb-0">Preparation</a>
</div>
</div>
<div class="training-content rounded-bottom p-4" style="background-color: #f54813;">
<a href="pte.php">
<h4 class="text-white">PTE Preparation</h4>
</a>
<p class="text-white-50">Excel in the PTE exam with comprehensive guidance and practice sessions.
</p>
<a class="btn btn-secondary rounded-pill text-white p-0" href="pte.php">Read More <i
class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<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/langclass.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="training-title-name">
<a href="#" class="h4 text-white mb-0">JAPANESE & KoreanKOREAN Language</a>
<a href="#" class="h4 text-white mb-0">Classes</a>
</div>
</div>
<div class="training-content rounded-bottom p-4" style="background-color: #f54813;">
<a href="language.php">
<h4 class="text-white">Japanese & Korean Language Classes</h4>
</a>
<p class="text-white-50">Learn Korean language fundamentals with our experienced instructors.</p>
<a class="btn btn-secondary rounded-pill text-white p-0" href="language.php">Read More <i
class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 justify-content-center text-center">
<a class="btn btn-primary rounded-pill py-3 px-5" href="testprep.php">Read More</a>
</div>
</div>