Orient_Website/korean.php

119 lines
6.6 KiB
PHP
Raw Permalink Normal View History

2024-07-01 11:19:18 +00:00
<?php include('header.php');?>
2024-07-01 13:22:49 +00:00
<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">Korean Language</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">Korean Language</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="gmat.php">GMAT</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="japanese.php">Japanese Classes</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="sat.php">SAT</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">Korean Language Classes at Orient International</h1>
<p class="mb-4">Learn Korean language and culture with Orient International's specialized courses designed to help you develop practical language skills and cultural insights.</p>
2024-07-10 11:06:35 +00:00
<h1 class="display-5 mb-4">Key features of Korean Language class:</h1>
2024-07-01 13:22:49 +00:00
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Qualified Instructors: Learn from experienced instructors who specialize in teaching Korean language and culture.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Interactive Learning: Engage in interactive sessions focusing on speaking, listening, reading, and writing skills in Korean.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cultural Immersion: Gain insights into Korean customs, traditions, and etiquette alongside language learning.</p>
<h1 class="display-5 mb-4">Importance of Learning Korean</h1>
<p class=" mb-3">Studying in Korea has been increasingly popular among Nepalese students due to the country's affordability and job opportunities. Learning Korean is essential for:</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Work Opportunities: Korean language proficiency enhances job prospects in Korea, especially for English-taught programs that require language skills for work.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cost Considerations: Learning Korean in Korea can be costly for Nepalese students, making preparation at Orient International a cost-effective choice.</p>
<h1 class="display-5 mb-4">Course Offerings</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Beginner to Advanced Levels: Courses tailored for all proficiency levels, from beginners learning Hangul to advanced learners focusing on complex grammar and conversation.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Conversation Practice: Practice conversational Korean through role-playing and real-life scenarios.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Business Korean: Specialized classes for professionals needing Korean language skills for business interactions.</p>
<h1 class="display-5 mb-4">Additional Features</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Small Class Sizes: Benefit from small class sizes to receive personalized attention and feedback from the instructor.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Language Lab: Access to language labs equipped with audio and visual aids for enhanced learning.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cultural Workshops: Participate in cultural workshops to deepen your understanding of Korean culture and traditions.</p>
<h1 class="display-5 mb-4">Benefits of Choosing Orient International for Japanese Preparation</h1>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Expert Instruction: Learn Korean language skills from qualified instructors with a passion for teaching Korean language and culture.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Practical Learning: Gain practical language skills applicable for travel, work, or further studies in Korea.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cultural Understanding: Develop cultural sensitivity and understanding through language and cultural immersion.</p>
<h1 class="display-5 mb-4">Get Started</h1>
<p class=" mb-3">Ready to embark on your journey to learn Korean? Contact Orient International today to enroll in our Korean language classes and immerse yourself in the language and culture of Korea.</p>
</div>
</div>
</div>
</div>
2024-07-01 11:19:18 +00:00
<?php include('footer.php');?>