Orient_Website/language.php

72 lines
6.4 KiB
PHP
Raw Normal View History

2024-06-10 11:48:07 +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">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">
2024-07-10 11:06:35 +00:00
<div class="col-xl-3 wow fadeInLeft" data-wow-delay="0.1s" id="sidebar">
2024-06-10 11:48:07 +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="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>
2024-06-24 11:08:38 +00:00
<p class="mb-4"> At Orient International, 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>
<p class="mb-4"> Studying the Korean language offers learners a gateway into the vibrant culture of South Korea and its rich historical background. With over 75 million speakers primarily in South Korea and North Korea, Korean is known for its unique phonetic alphabet called Hangul, which was designed for ease of learning compared to complex character systems of other Asian languages. Learning Korean not only facilitates communication with native speakers but also opens doors to economic opportunities in industries like technology, automotive, and entertainment. Korean pop culture, including K-pop music and Korean dramas, has a global following, making the language appealing to enthusiasts worldwide. Proficiency in Korean enhances travel experiences in South Korea, allowing deeper engagement with locals and a better understanding of cultural nuances.</p>
2024-06-10 11:48:07 +00:00
</div>
<div>
<h2 class=" mb-4">Korean Language
</h2>
2024-06-24 11:08:38 +00:00
<p class="mb-4"> At Orient International, 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>
<p class="mb-4"> On the other hand, the Japanese language provides learners with a deep dive into Japan's intricate cultural tapestry, blending traditional practices like tea ceremonies and calligraphy with modern phenomena like anime, manga, and J-pop music. Spoken by approximately 128 million people globally, primarily in Japan, Japanese features a complex writing system comprising Kanji (Chinese characters), Hiragana, and Katakana alphabets. Proficiency in Japanese not only facilitates travel and tourism experiences in Japan but also opens doors to academic opportunities at prestigious universities and research institutions. Japan's robust economy, known for its leading industries in technology, automotive manufacturing, and electronics, offers career prospects for individuals proficient in Japanese. Moreover, the language serves as a bridge for cultural understanding and diplomatic relations between Japan and the rest of the world, fostering global connections and collaboration.</p>
2024-06-10 11:48:07 +00:00
</div>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>