84 lines
3.0 KiB
PHP
84 lines
3.0 KiB
PHP
<?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">PTE</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="testprep.php" class="text-white">Test Preparation</a></li>
|
||
<li class="breadcrumb-item"><a href="#" class="text-white">PTE</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-3 wow fadeInLeft" data-wow-delay="0.1s">
|
||
<div class="bg-light rounded">
|
||
<div class="">
|
||
<div class="card p-3">
|
||
|
||
<div class=" aos-init aos-animate" data-aos="fade-up">
|
||
|
||
<h4 class="sidebar__title">Other Classes</h4>
|
||
<ul class="">
|
||
<li>
|
||
<div class="">
|
||
|
||
<h6>
|
||
<a href="ielts.php">IELTS</a>
|
||
|
||
</h6>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="">
|
||
|
||
<h6>
|
||
<a href="toefl.php">TOEFL</a>
|
||
|
||
</h6>
|
||
</div>
|
||
|
||
</li>
|
||
<li>
|
||
<div class="">
|
||
|
||
<h6>
|
||
<a href="language.php">Language Class</a>
|
||
|
||
</h6>
|
||
</div>
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-xl-9 wow fadeInRight" data-wow-delay="0.3s">
|
||
<h2 class=" mb-4">Why PTE?
|
||
</h2>
|
||
<p class="mb-4">At Orient International, our primary objectives regarding PTE (Pearson Test of English)
|
||
preparation are to equip students with the skills and confidence needed to excel in the exam. We provide
|
||
personalized coaching tailored to each student’s proficiency level, using the latest resources and techniques
|
||
to enhance their English language abilities. Our expert instructors offer comprehensive guidance on all
|
||
sections of the PTE, including speaking, writing, reading, and listening, ensuring students are well-prepared
|
||
for each component. By fostering a supportive learning environment and providing continuous feedback, we aim
|
||
to help students achieve their desired PTE scores, enabling them to meet the language requirements for their
|
||
chosen educational institutions abroad. Through our dedicated efforts, we strive to make the journey to
|
||
studying overseas as smooth and successful as possible.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<?php include ('footer.php'); ?>
|