Orient_Website/japanese.php

117 lines
5.9 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">Japanese 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">Japanese 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="korean.php">Korean 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">Japanese Language Classes at Orient International</h1>
<p class="mb-4">Learn Japanese language and culture with Orient International's specialized courses, led by our experienced sensei from Japan. Our program is designed to help you develop practical language skills and cultural insights.</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> Experienced Sensei: Learn from a native Japanese instructor with over 10 years of experience living, working, and teaching in Japan.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Interactive Classes: Engage in interactive sessions focusing on speaking, listening, reading, and writing skills.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cultural Immersion: Gain insights into Japanese customs, traditions, and etiquette alongside language learning.</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 starting with hiragana to advanced learners focusing on kanji and complex grammar.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Conversation Practice: Practice conversational Japanese through role-playing and real-life scenarios.</p>
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Business Japanese: Specialized classes for professionals needing Japanese 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 Japanese 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 Japanese 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 Japan.</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 Japanese 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');?>