-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
273 lines (205 loc) · 13.7 KB
/
services.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
<!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">
<!-- Bootstrap CSS -->
<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="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>Services</title>
</head>
<body style="background-color:white;">
<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 ">
<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 ">
<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="japan.html">Japan</a></li>
<li><hr class="dropdown-divider"></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="course.html">NAT</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="course.html">JLPT</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="course.html">JLCT</a></li>
<li><hr class="dropdown-divider"></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">Services</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Migration and Visa</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Educational Counseling</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Educational Loan</a></li>
<li><hr class="dropdown-divider"></li>
</ul>
</li>
</ul>
<form class="d-flex shadow rounded" action="contact.html">
<a href="contact.html">
<a href="contact.html">
<button type="button" class="btn btn-outline-success ">CONTACT US</button></a>
</form>
</div>
</div>
</nav>
</section>
<!--end nav section -->
<!-- Main Section -->
<section>
<div class="hero-container bg-light w-100 h-100 text-white pt-4">
<div class="innerconatiner d-flex flex-wrap justify-content-around">
<div class="education">
<h1>Education Counceling</h1>
<span class="line">_________</span>
<p> With a focus on facilitating international students' academic journeys, we offer valuable insights into the diverse range of educational opportunities available in Japan. We aid students in navigating the Japanese education system, guiding them through admission processes, and assisting with visa applications. Moreover, ensuring students receive accurate and up-to-date information about programs, scholarships, and cultural adaptation</p>
</div>
<div class="visa">
<h1>Migration & Visa </h1>
<span class="line">_________</span>
<p>We specialize in providing comprehensive support and guidance for students aspiring to pursue their education in Japan. With a focus on migration and student visa-related matters, the consultancy excels in navigating the intricate processes involved in relocating to Japan for educational purposes. From assisting in the application process to ensuring compliance with visa requirements,we stands as a reliable partner for those seeking a seamless transition to Japanese academic institutions
</p>
</div>
<div class="loan">
<h1>Education Loan </h1>
<span class="line">_________</span>
<p> We recognize the financial aspect of studying abroad and offer comprehensive assistance in securing educational loans for aspiring students planning to pursue their education in Japan. Our consultancy understands the importance of a seamless financial process and collaborates with reputable financial institutions to help students access the necessary funds for tuition fees, accommodation, and other related expenses. From guiding applicants through the loan application process to providing insights on repayment plans,
</p>
</div>
</div>
</div>
</section>
<!-- footer part start -->
<footer style="background-color: silver;" id="footer-part">
<div class="footer-top pt-4 pb-5">
<div class="container">
<div class="row" style="position: relative; top: 40px;">
<div class="col-lg-3 col-md-6"style="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>
<a>
<a href="#" <li >Migration & Visa</li> </a> <br>
<a href="#" <li >Education Counseling</li> </a> <br>
<a href="#" <li >Educational Loan</li> </a>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 list-item">
<h3 class="mb-3">Quick Links</h3>
<div>
<a>
<a href="#" <li>Home</li> </a> <br>
<a href="#" <li>About US</li> </a> <br>
<a href="#" <li>Abroad Study</li> </a><br>
<a href="#" <li>Courses</li> </a> <br>
<a href="#" <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="#"<li>NAT</li> </a><br>
<a href="#"<li>JLPT</li> </a><br>
<a href="#"<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 -->
<!-- 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="owlcarousel.js"></script>
<script src="app.js"></script>
</body>
</html>