first change
This commit is contained in:
112
language.php
Normal file
112
language.php
Normal file
@ -0,0 +1,112 @@
|
||||
<?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">Language Class</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">Language Class</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="pte.php">PTE</a>
|
||||
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<div class="">
|
||||
|
||||
<h6>
|
||||
<a href="toefl.php">TOEFL</a>
|
||||
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 wow fadeInRight" data-wow-delay="0.3s">
|
||||
<div>
|
||||
<h2 class=" mb-4">Japanese Language
|
||||
</h2>
|
||||
<p class="mb-4">
|
||||
At Orient Consultancy, our primary objectives regarding Japanese language preparation are to equip students
|
||||
with the linguistic proficiency and cultural understanding necessary for successful integration into
|
||||
Japanese
|
||||
academic and social environments. We provide personalized language coaching tailored to each student's
|
||||
learning pace and goals, utilizing modern resources and immersive techniques to enhance their reading,
|
||||
writing, speaking, and listening skills. Our experienced instructors offer comprehensive guidance on all
|
||||
aspects of the Japanese language, from basic communication to advanced academic proficiency, ensuring
|
||||
students
|
||||
are well-prepared for their studies in Japan. By fostering an engaging and supportive learning environment,
|
||||
and offering insights into Japanese culture and etiquette, we aim to build students' confidence and
|
||||
competence. Our goal is to help students achieve their desired language proficiency levels, enabling them to
|
||||
meet the requirements of Japanese educational institutions and fully embrace their study abroad experience.
|
||||
Through our dedicated efforts, we strive to make the journey to studying in Japan as enriching and
|
||||
successful
|
||||
as possible.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class=" mb-4">Korean Language
|
||||
</h2>
|
||||
<p class="mb-4">
|
||||
|
||||
At Orient Consultancy, our primary objectives regarding Korean language preparation are to empower students
|
||||
with the skills and cultural insights necessary for thriving in Korean academic and social settings. We
|
||||
offer personalized language coaching tailored to each student's proficiency level and learning goals, using
|
||||
modern resources and immersive techniques to develop their reading, writing, speaking, and listening
|
||||
abilities. Our experienced instructors provide comprehensive guidance on all aspects of the Korean language,
|
||||
from fundamental communication to advanced academic fluency, ensuring students are well-prepared for their
|
||||
studies in Korea. By creating a dynamic and supportive learning environment and incorporating lessons on
|
||||
Korean culture and etiquette, we aim to build students' confidence and competence. Our goal is to help
|
||||
students achieve their target language proficiency levels, enabling them to meet the requirements of Korean
|
||||
educational institutions and fully immerse themselves in their study abroad experience. Through our
|
||||
dedicated approach, we strive to facilitate a seamless and successful pathway for students to achieve their
|
||||
academic and personal aspirations in Korea.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php include ('footer.php'); ?>
|
Reference in New Issue
Block a user