Orient_Website/gre.php

121 lines
6.6 KiB
PHP
Raw Permalink Normal View History

2024-07-01 12:23:27 +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 12:23:27 +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>
2024-07-01 13:22:49 +00:00
<a href="toefl.php">TOEFL</a>
2024-07-01 12:23:27 +00:00
</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">GRE Preparation at Orient International</h1>
<p class="mb-4">Prepare effectively for the GRE (Graduate Record Examination) with Orient International's specialized preparation courses. Our program is designed to help you achieve your best possible score, enhancing your graduate school admissions prospects.</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 GRE 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 GRE.</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 GRE preparation course covers all sections of the exam:</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Verbal Reasoning: Develop critical reading, vocabulary, and comprehension skills essential for the verbal section.</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> Analytical Writing: Master the skills required to analyze arguments and communicate complex ideas effectively.</p>
<h1 class="display-5 mb-4">Additional Features</h1>
2024-07-01 13:22:49 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Mock Exams: Regular mock exams to assess progress and simulate real GRE 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>
2024-07-01 12:23:27 +00:00
<h1 class="display-5 mb-4">Resources at Orient International</h1>
2024-07-01 13:22:49 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Practice Tests: Access to a variety of GRE 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 GRE.</p>
2024-07-01 12:23:27 +00:00
<h1 class="display-5 mb-4">Benefits of Choosing Orient International for IELTS Preparation</h1>
2024-07-01 13:22:49 +00:00
<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 GRE scores and gain admission to top graduate programs.</p>
2024-07-01 12:23:27 +00:00
<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>
2024-07-01 13:22:49 +00:00
<p class=" mb-3">Ready to excel in the GRE exam? Contact Orient International today to enroll in our GRE preparation course and take the first step towards your graduate school goals.</p>
2024-07-01 12:23:27 +00:00
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>