-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse.html
306 lines (244 loc) · 15.7 KB
/
course.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="course.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<title>Courses</title>
</head>
<body data-bs-spy="scroll" data-bs-target="#navBar" style="background-color: azure;" >
<button onclick="topFunction()" id="myBtn" title="Go to top" class="rounded-circle"><img src="images/up-arrow.png" alt="" class="shadow bg-body rounded-circle" width="50" height="50" ></button>
<!-- nav section -->
<div class="container top-header ribbon" data-aos="fade-down">
<div class="row">
<div class="col-md-12 ">
<div class="whole d-flex align-items-center justify-content-end">
<img src="images/phone.png" alt="email" width="16" height="16"> <span>+977 9849132084</span>
<img src="images/open-mail.png" alt="contact" width="16" height="16"> <span>[email protected]</span>
</div>
</div>
</div>
</div>
<section id="navBar" class="sticky-top bg-white" data-aos="fade-down">
<nav class="navbar shadow-sm p-3 bg-body navbar-expand-lg navbar-light " >
<div class="container">
<a class="navbar-brand" href="#"> <img src="images/logo.png" alt="" width="40px" height="40px"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Abroad Study
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="australia.html">Australia</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="japan.html">Japan</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" >Courses</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">NAT</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">JLPT</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">JLCT</a></li>
<li><hr class="dropdown-divider"></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " href="services.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Services</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="services.html">Migration and Visa</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="services.html">Educational Counseling</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="services.html">Educational Loan</a></li>
</ul>
</li>
</ul>
<form class="d-flex shadow rounded">
<a href="contact.html">
<button type="button" class="btn btn-outline-success ">CONTACT US</button></a>
</form>
</div>
</div>
</nav>
</section>
<!--end nav section -->
<!-- Courses Start -->
<div class="course-card">
<div class="main-back">
</div>
<div class="actbtn">
<button class="button-36" onclick="toggleContent('NAT')">NAT</button>
<button class="button-36" onclick="toggleContent('JLTP')">JLTP</button>
<button class="button-36" onclick="toggleContent('JLTC')">JLCT</button>
</div>
<div id="NAT" class="content-container">
<h1>NAT</h1>
<p>The japanese language NAT- test is an examination to determine the japanese language ability of students who are not the native japanese speakers.The test is divided into different levels to accommodate a range of language proficiency.
Categories of Measurement:
The general language ability is measured across three main categories:
<ol>1) Grammar/Vocabulary: This section assesses a candidate's knowledge of Japanese grammar rules and vocabulary usage.</ol>
<ol>2) Listening: Evaluates the ability to comprehend spoken Japanese in various contexts, testing auditory comprehension skills.</ol>
<ol>3) Reading Comprehension: Focuses on assessing the candidate's understanding of written Japanese passages.</ol>
Format and Types of Questions:<br>
The format of the exam is designed to mimic real-life language situations. Types of questions may include:
<ol>1) Multiple-choice questions for grammar and vocabulary.</ol>
<ol>2) Listening comprehension exercises with spoken dialogues or passages.</ol>
<ol>3) Reading comprehension tasks involving written passages.</ol>
</p>
</div>
<div class="content-container" id="JLTP">
<h1>JLTP</h1>
<p>The Japanese Language Proficiency Test (JLPT) is a standardized test to evaluate and certify the Japanese language proficiency of non-native speakers. It is widely recognized and administered worldwide as a benchmark for measuring Japanese language skills. The JLPT offers five levels N1 being advanced and N5 being the easiest.
<ol><b>N1: </b> This level is designed for individuals with an advanced command of the Japanese language. It tests complex language skills, including the ability to understand and express nuanced ideas in formal and informal contexts.
</ol>
<ol><b>N2: </b>This level requires a high level of language proficiency. Test-takers should be able to comprehend a wide range of written and spoken materials, and they need a solid understanding of grammar and vocabulary.
</ol>
<ol><b>N3: </b>This level assesses an intermediate level of proficiency. Test-takers should be able to understand Japanese used in everyday situations and have a grasp of more complex grammar and vocabulary.</ol>
<ol><b>N4: </b>This level is aimed at individuals with basic language skills. It tests the ability to understand basic Japanese used in daily life and simple situations.</ol>
<ol><b>N5: </b>This level is for beginners. Test-takers should have a basic understanding of the Japanese language, including simple expressions and the ability to engage in basic communication.</ol>
</p>
</div>
<div class="content-container" id="JLTC">
<h1>JLCT</h1>
<p>The Japanese Language Capability Test is for foreigners to measure their Japanese Language Communication skills. The level is divided into 5 levels. That is, there are five levels: JCT1, JCT2, JCT3, JCT4 and JCT5.
Further JLCT checks Japanese-language skill by dividing the test in following three sections in each level:
<ol>1) Grammar/Vocabulary: This section assesses a candidate's knowledge of Japanese grammar rules and vocabulary usage.</ol>
<ol>2) Listening: Evaluates the ability to comprehend spoken Japanese in various contexts, testing auditory comprehension skills.</ol>
<ol>3) Reading Comprehension: Focuses on assessing the candidate's understanding of written Japanese passages.</ol>
Format and Types of Questions:<br>
The format of the exam is designed to mimic real-life language situations. Types of questions may include:
<ol>1) Multiple-choice questions for grammar and vocabulary.</ol>
<ol>2) Listening comprehension exercises with spoken dialogues or passages.</ol>
<ol>3) Reading comprehension tasks involving written passages.</ol>
</p>
</div>
</div>
<!-- Courses End -->
<!-- footer part start -->
<footer id="footer-part">
<div class="footer-top pt-4 pb-5">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6" tyle="position: relative; right: 40px; bottom: 40px;">
<a href="">
<img src="images/logo.png" alt="" width="70" height="71" class="rounded-circle">
</a>
<p>Founded in 2078 BS, Sumida International Educational Consultancy is renowned for its exceptional career guidance, visa assistance, and top-notch facilities. Positive reviews attest to its excellence, and with classes like NAT, JLPT, and JLCT, Sumida is a trusted solution for students aiming to study in Japan, particularly for visa-related queries.</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 list-item">
<h3 class="mb-3 ">Service</h3>
<div>
<ul class="">
<li class="">Education Counseling</li>
<li>NAT</li>
<li>JLPT</li>
<li>Migration and Visa</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 list-item">
<h3 class="mb-3">Quick Links</h3>
<div>
<a href="index.html" <li>Home</li> </a> <br>
<a href="about.html" <li>About US</li> </a> <br>
<a href="japan.html" <li>Abroad Study</li> </a><br>
<a href="course.html" <li>Courses</li> </a> <br>
<a href="services.html" <li>Service</li> </a>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 list-item ">
<h3 class="mb-3">Courses</h3>
<div >
<a>
<a href="course.html"<li>NAT</li> </a><br>
<a href="course.html"<li>JLPT</li> </a><br>
<a href="course.html"<li>JLCT</li> </a>
</div>
</div>
<div class="col-lg-3 col-md-6 list-item">
<h3 class="mb-3">Our Social Media</h3>
<ul class="d-flex mt-1 ">
<li>
<a href="https://www.facebook.com/sumidainternational?mibextid=PlNXYD" class="p-2"><img src="images/facebook.png" alt="" height="24px" width="24px"></a>
</li>
<li>
<a href="" class="p-2"><img src="images/instagram.png" alt="" height="24px" width="24px"></a>
</li>
<li>
<a href="" class="p-2"><img src="images/twitter.png" alt="" height="24px" width="24px"></a>
</li>
</ul>
<h4>join a Newsletter</h4>
<form >
<div class="form-group newsletter shadow-sm p-4 mb-5 bg-body rounded p-3 d-flex">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<button class="search rounded"><img src="images/right-arrow (1).png" alt="" width="14px" height="14px"></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright pt-1 pb-2">
<div class="container">
<div class="row">
<div class="col-md-12 pt-2">
<p class="text-center text-white">© Copyright 2023. Designed and managed by: <a style="color: white;" href="https://project0rbit.com/" >Antarikshya</a> </p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part ends -->
<script>
function toggleContent(courseId) {
// Hide all content containers
var allContentContainers = document.querySelectorAll('.content-container');
allContentContainers.forEach(function(container) {
container.style.display = 'none';
});
// Show the selected content container
var selectedContentContainer = document.getElementById(courseId);
selectedContentContainer.style.display = 'block';
}
</script>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Box Shadow To Sticky Navigation On Scroll -->
<script src="script.js"></script>
<script src="app.js"></script>
</body>
</html>