Orient_Website/pte.php
2024-07-10 16:51:35 +05:45

122 lines
6.6 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" id="sidebar">
<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="pte.php">PTE</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="gre.php">GRE</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="gmat.php">GMAT</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="sat.php">SAT</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="japanese.php">Japanese Classes</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="korean.php">Korean Class</a>
</h6>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-9 wow fadeInRight" data-wow-delay="0.3s">
<h1 class="display-5 mb-4">PTE Academic Preparation at Orient International</h1>
<p class="mb-4">Prepare effectively for the Pearson Test of English Academic (PTE Academic) with Orient International's specialized preparation courses. Our comprehensive program is designed to help you demonstrate English proficiency for academic and professional purposes with confidence.</p>
<h1 class="display-5 mb-4">Key features of PTE:</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Experienced Instructors: Learn from tutors with deep expertise in PTE Academic and effective teaching methods.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Comprehensive Curriculum: Access to practice tests, study guides, and strategies tailored to each section of the exam.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Flexible Learning Options: Choose from flexible class schedules to accommodate your busy lifestyle.</p>
<h1 class="display-5 mb-4">Course Structure</h1>
<p class=" mb-3">Our PTE Academic preparation course covers all sections of the exam:</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Speaking: Develop fluency and accuracy in spoken English through practice sessions.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Listening: Enhance your ability to understand spoken English in academic contexts.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Writing: Master the skills required to produce clear, well-structured written responses.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Reading: Improve reading comprehension skills and speed through targeted exercises.</p>
<h1 class="display-5 mb-4">Additional Features</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Mock Exams: Regular mock exams to assess your progress and familiarize you with the exam format.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Personalized Feedback: Receive constructive feedback and tips to improve your performance in each section.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Study Materials: Access to a variety of study materials, including textbooks, online resources, and practice tests.</p>
<h1 class="display-5 mb-4">Resources at Orient International</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Practice Tests: Access to a range of practice tests designed to simulate the PTE Academic exam conditions.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Writing Labs: Workshops and writing labs to practice essay writing skills and receive feedback on structure and content.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Speaking Workshops: Interactive sessions to enhance speaking skills, focusing on pronunciation, fluency, and coherence.</p>
<h1 class="display-5 mb-4">Benefits of Choosing Orient International for IELTS Preparation</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Expert Guidance: Benefit from personalized attention and guidance from experienced instructors.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Proven Success: Many of our students achieve their desired scores and progress in their academic or professional careers.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Supportive Environment: Engage in interactive classes and collaborative learning with peers.</p>
<h1 class="display-5 mb-4">Get Started</h1>
<p class=" mb-3">Ready to excel in the PTE Academic exam? Contact Orient International today to enroll in our PTE Academic preparation course and embark on your journey to academic and professional success.</p>
</div>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>