Orient_Website/gmat.php

122 lines
6.8 KiB
PHP
Raw Permalink Normal View History

2024-07-01 13:22:49 +00:00
<?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">GRE</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">GRE</a></li>
</ol>
</div>
</div>
<div class="container-fluid py-5 bg-light">
<div class="container py-5">
<div class="row g-5">
2024-07-10 11:06:35 +00:00
<div class="col-xl-3 wow fadeInLeft" data-wow-delay="0.1s" id="sidebar">
2024-07-01 13:22:49 +00:00
<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="toefl.php">TOEFL</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">GMAT Preparation at Orient International</h1>
<p class="mb-4">Prepare effectively for the GMAT (Graduate Management Admission Test) with Orient International's specialized preparation courses. Our program is designed to help you achieve your best possible score, enhancing your prospects for admission to graduate management programs worldwide.</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> Expert Instructors: Learn from experienced tutors who specialize in GMAT preparation and test-taking strategies.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Comprehensive Curriculum: Access to comprehensive study materials, practice tests, and exercises tailored to each section of the GMAT.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Flexible Scheduling: Choose from flexible class timings to fit your schedule and optimize your learning experience.</p>
<h1 class="display-5 mb-4">Course Structure</h1>
<p class=" mb-3">Our GMAT preparation course covers all sections of the exam:</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Analytical Writing Assessment (AWA): Develop skills to analyze arguments and communicate ideas effectively.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Integrated Reasoning: Enhance abilities to interpret data and solve complex problems.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Quantitative Reasoning: Strengthen mathematical skills in arithmetic, algebra, geometry, and data analysis.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Verbal Reasoning: Improve critical reading, reasoning, and grammar skills essential for the verbal section.</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 progress and simulate real GMAT exam conditions.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Personalized Feedback: Receive detailed feedback on practice tests and writing tasks to identify strengths and areas for improvement.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Study Groups: Collaborate with peers in study groups to reinforce learning and enhance test preparation strategies.</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 variety of GMAT practice tests designed to replicate the format and timing of the actual exam.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Writing Workshops: Workshops focused on improving analytical writing skills, including brainstorming, outlining, and structuring essays.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Math Clinics: Interactive sessions to review and practice challenging math concepts tested on the GMAT.</p>
<h1 class="display-5 mb-4">Benefits of Choosing Orient International for GMAT Preparation</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Expert Guidance: Benefit from personalized guidance and support from experienced instructors dedicated to your success.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Proven Results: Many of our students achieve competitive GMAT scores and gain admission to top graduate management programs.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Supportive Learning Environment: Engage in interactive classes and receive constructive feedback to maximize your potential.</p>
<h1 class="display-5 mb-4">Get Started</h1>
<p class=" mb-3">Ready to excel in the GMAT exam? Contact Orient International today to enroll in our GMAT preparation course and take the first step towards your graduate management education goals.</p>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>