-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
413 lines (395 loc) · 23.7 KB
/
about.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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>About Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon
============================================ -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Google Fonts
============================================ -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="http://allfont.net/allfont.css?fonts=montserrat-light" rel="stylesheet" type="text/css" />
<!--linearicons font-->
<link rel="stylesheet" href="css/linearfont.css">
<!-- Bootstrap CSS
============================================ -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- meanmenu CSS
============================================ -->
<link rel="stylesheet" href="css/meanmenu.min.css">
<!-- Bootstrap CSS
============================================ -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- owl.carousel CSS
============================================ -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<!-- animate CSS
============================================ -->
<link rel="stylesheet" href="css/animate.css">
<!-- normalize CSS
============================================ -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Nivo Slider CSS -->
<link rel="stylesheet" href="css/nivo-slider.css">
<!-- Add venobox css -->
<link rel="stylesheet" href="venobox/venobox.css">
<!-- main CSS
============================================ -->
<link rel="stylesheet" href="css/main.css">
<!-- Nivo Slider CSS -->
<link rel="stylesheet" href="css/nivo-slider.css">
<!-- style CSS
============================================ -->
<link rel="stylesheet" href="style.css">
<!-- responsive CSS
============================================ -->
<link rel="stylesheet" href="css/responsive.css">
<!-- modernizr JS
============================================ -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--start header area -->
<div class="header_area">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-3 col-xs-10">
<div class="logo">
<a href="index.html"><img src="img/last.jpg" alt="" /></a>
</div>
</div>
<!-- end header logo -->
<div class="col-md-8 col-sm-9 col-xs-10">
<div>
<div class="social_icon pull-right">
<p>
<a target="_blank" href="https://www.facebook.com/migrateshyd" class="icon-set" style="font-size: 40px"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/migrateshyd/" class="icon-set" style="font-size: 40px"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://twitter.com/migrateshyd" class="icon-set" style="font-size: 40px"><i class="fa fa-twitter"></i></a>
</p>
</div>
</div>
<div class="phone_address pull-right clear">
<p class="no-margin">
<small>
<span class="text-msg"style="font-size:20px">Have any questions?</span>
<span class="icon-set"style="font-size:20px"><i class="fa fa-phone"></i> +9140 6633-3969</span>
<span class="icon-set"style="font-size:20px"><i class="fa fa-envelope"></i> [email protected]</span>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end header area -->
<!--Start nav area -->
<div class="nav_area home-3">
<div class="container">
<div class="row">
<!--nav item-->
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- nav menu-->
<nav class="menu">
<ul class="navid pull-left">
<li><a href="home.html">Home <i class="fa fa-angle-down"></i></a>
</li>
<li><a href="#">Contries</a>
<ul>
<li><a href="australia.html">Study in australia</a></li>
<li><a href="canada.html">Study in Canada</a></li>
<li><a href="usa.html">Study in Usa</a></li>
<li><a href="nz.html">Study in New Zeland</a></li>
</ul>
</li>
<li><a href="service.html">Services <i class="fa fa-angle-down"></i></a>
<li><a href="association.html">Association</a></li>
<li><a href="institution.html">institutions</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<!--end nav menu-->
<div class="search pull-right">
<div class="search-box home-3">
<input type="text" class="form_control" placeholder="search" />
<span class="search-open"><i class="fa fa-search search"></i><i class="fa fa-close hidden close"></i></span>
</div>
</div>
</div>
<!--end nav item -->
</div>
</div>
</div>
<!--end nav area -->
<!--Start mobile menu area -->
<div class="mobile_memu_area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="mobile_memu">
<!-- nav menu-->
<nav>
<ul class="navid">
<li><a href="index.html">Home</a>
<li><a href="#">Contries</a>
<ul>
<li><a href="australia.html">Study in australia</a></li>
<li><a href="canada.html">Study in Canada</a></li>
<li><a href="usa.html">Study in Usa</a></li>
<li><a href="nz.html">Study in New Zeland</a></li>
</ul>
</li>
<li><a href="service.html">Services <i class="fa fa-angle-down"></i></a>
<li><a href="association.html">Association</a></li>
<li><a href="institution.html">institutions</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<!--end nav menu-->
</div>
</div>
</div>
</div>
</div>
<!--end mobile menu area -->
<!--Start slider area -->
<br>
<br>
<div id="page-content">
<div class="container">
<div class="row">
<!--MAIN Content-->
<div class="col-md-8">
<div id="page-main"><img src="img/about.jpg" width="719px" />
<section id="about">
<!--
<header>
<h1>About Us</h1>
</header>
<img src="assets/img/p1.jpg">
<!-- <h2>Vision</h2>
<p>
To be the first choice for the parents who seek to send their students overseas for education. And to become the most trusted and reputed overseas education consultancy service provider.
</p>-->
<br>
<br>
<h2 style="font-size: 25px">Mission and Vision</h2>
<p style="font-size: 17px">Our sole mission is to help the students of India get the education they want and deserve. We aspire to be the first choice for every student as well as a parent when it comes to consultancy services. We believe in hard work
that our team puts in to shape the future of students of India and we seek to become the most trusted educational consultancy provider for overseas education.</p>
<br>
<br>
<h2 style="font-size: 25px">Gallant History with better Future ahead of us</h2>
<p style="font-size: 17px">
<strong>Migrates Overseas Consultancy overseas LLP </strong>is not only an overseas educational consultancy, in fact, we are a team that helps students build a better future. We make the dreams of a student, come true.
We are based in Hyderabad. And we not only provide consultancy services but also coaching for IELTS. As we all know in past few years the competition for overseas education has risen a lot. Along with this, the number of
students who want to go abroad rose as well. So, a group of people came together to form Migrates Consultancy with a thought of helping students in need of guidance to go overseas. Our consultancy gives paramount importance
to the future of students and concentrates them to make their dreams come true. </p>
<p style="font-size: 17px">After Globalization and development of our country as well as other countries, it has become a relatively easier job to get an education from abroad. The countries are more open to foreign students and their culture. This is
the best time to get an education from around the world. But due to lack of information, improper guidance, fear of surviving in another country, not enough knowledge about universities etc., the students with potential
never get to go to the Universities they dream of. Instead, they give up on their dreams due to complications and end up in a University abroad which doesn't provide quality education.</p>
<p style="font-size: 17px">We at Migrates, take pride in ourselves for helping students wholeheartedly and guide them towards a better future that they deserve. The definition of success, for us, is the number of students we help and guide to get the
education they wanted and the number of parents we made proud by getting the students into the pristine Universities around the world.</p>
<p style="font-size: 17px">Education is the defining factor of our life and if we are guided in the wrong direction in the field of education, it could lead to a lot of problems in students' lives. That is why Migrates is at work so that you can get
the service you need to explore your full potential without worrying about misguidance.</p>
<!-- <h2>Gallery</h2>
<div>
<ul class="gallery-list">
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-01.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-02.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-03.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-04.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-05.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-06.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-07.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-08.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-09.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-10.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-11.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-12.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-13.jpg" alt=""></a></li>
<li><a href="assets/img/gallery-big-image.jpg" class="image-popup"><img src="assets/img/image-14.jpg" alt=""></a></li>
</ul>
<a href="" class="read-more">Go to Gallery</a>
</div>
<h2>Research</h2>
<p>
Sed bibendum, tortor in ornare sodales, sem augue suscipit tortor, auctor placerat nisi justo vel mauris.
In convallis nunc nunc, in tincidunt leo volutpat et. Donec in consequat lorem.
</p>
<ul class="element-framed">
<li>Aenean volutpat aliquet diam, id venenatis nisi faucibus sit amet. In hac habitasse platea dictumst</li>
<li>Integer vel sem est. Nulla pharetra, justo vitae placerat dapibus, dui massa pellentesque magn</li>
<li>Sagittis magna lorem a massa. Integer convallis augue eu felis euismod, vel iaculis velit pretium</li>
<li>Nam et diam ut sem aliquet ultrices non eu ante</li>
</ul>
</section> -->
</section>
</div>
<!-- /#page-main -->
</div>
<!-- /.col-md-8 -->
<!--SIDEBAR Content-->
<div class="col-md-4">
<div class="sidebar" id="page-sidebar">
<!-- <aside class="news-small" id="news-small">
<header>
<h2>Related News</h2>
</header>
<div class="section-content">
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">U-M School of Public Health, Detroit partners aim to improve air quality in the city</a></header>
</article>
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">At 50, Center for the Education of Women celebrates a wider mission</a></header>
</article>
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">Three U-Michigan scientists receive Sloan fellowships</a></header>
</article>
</div>
<a href="" class="read-more">All News</a>
</aside>-->
<aside id="newsletter" style="margin-top:200px">
<header>
<h2 style="font-size: 25px">Newsletter</h2>
<div class="section-content">
<div class="newsletter">
<div class="input-group"><input class="form-control" placeholder="Your e-mail" type="text" /> <span class="input-group-btn"><button class="btn" type="submit"></button> </span></div>
<!-- /input-group -->
<br>
<div>
<p style="font-size: 17px">Want to stay updated on what’s happening in the world of Overseas Consultancy? Or looking for an opportunity from a prestigious university? Subscribe to our newsletter and get daily/weekly alerts about
latest events in Overseas Consultancy including new scholarships and upcoming tests.</p>
</div>
</div>
<!-- /.newsletter -->
</div>
<!-- /.section-content -->
</header>
</aside>
<!-- /.newsletter -->
<!-- <aside id="our-professors">
<header>
<h2>Our Professors</h2>
</header>
<div class="section-content">
<div class="professors">
<article class="professor-thumbnail">
<figure class="professor-image"><a href="member-detail.html"><img src="assets/img/professor.jpg" alt=""></a></figure>
<aside>
<header>
<a href="member-detail.html">Prof. Mathew Davis</a>
<div class="divider"></div>
<figure class="professor-description">Applied Science and Engineering</figure>
</header>
<a href="member-detail.html" class="show-profile">Show Profile</a>
</aside>
</article>
<article class="professor-thumbnail">
<figure class="professor-image"><a href="member-detail.html"><img src="assets/img/professor-02.jpg" alt=""></a></figure>
<aside>
<header>
<a href="member-detail.html">Prof. Jane Stairway</a>
<div class="divider"></div>
<figure class="professor-description">Applied Science and Engineering</figure>
</header>
<a href="member-detail.html" class="show-profile">Show Profile</a>
</aside>
</article>
<a href="" class="read-more">All Professors</a>
</div> /.professors
</div>
</aside> /.our-professors -->
</div>
<!-- /#sidebar -->
</div>
<!-- /.col-md-4 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- end Page Content -->
<!-- footer area -->
<div class="footer_area">
<div class="container">
<!-- widget area -->
<div class="row">
<div class="col-md-6 col-sm-12">
<!--single widget item -->
<div class="single_widget">
<div class="widget_thumb">
<img src="img/home1/camp-1.jpg" alt="" />
</div>
<div class="widget_content">
<h2>Contact Us</h2>
<br>
<p style="font-size: 15px">Migrates Overseas Consultancy LLP</p>
<br>
<p>204, Lorven Complex, Behind HP Petrol Pump, Chaitanyapuri,
<br>DilsukhNagar, Hyderabad, Telangana-500060, India<br> Telephone: +9140 6633-3969<br> Mobile: 9100544402/3/4/5<br> Email: [email protected]<br> Email: [email protected]</p>
</div>
</div>
</div>
</div>
</div>
<!-- end widget area -->
</div>
</div>
<!-- end footer area -->
<!-- footer bottom area -->
<div class="footer_bottom_area">
<div class="container">
<div class="row">
<div class=" col-sm-6 col-md-6 col-lg-6">
<div class="footer_text">
<p>
© Migrates, All rights reserved
</p>
</div>
</div>
</div>
</div>
</div>
<!-- jquery
============================================ -->
<script src="js/vendor/jquery-1.11.3.min.js"></script>
<!-- bootstrap JS
============================================ -->
<script src="js/bootstrap.min.js"></script>
<!-- wow JS
============================================ -->
<script src="js/wow.min.js"></script>
<!-- Nivo Slider JS -->
<script src="js/jquery.nivo.slider.pack.js"></script>
<!-- meanmenu JS
============================================ -->
<script src="js/jquery.meanmenu.min.js"></script>
<!-- owl.carousel JS
============================================ -->
<script src="js/owl.carousel.min.js"></script>
<!-- scrollUp JS
============================================ -->
<script src="js/jquery.scrollUp.min.js"></script>
<!-- Apple TV Effect -->
<script src="js/atvImg-min.js"></script>
<!-- Add venobox js -->
<script type="text/javascript" src="venobox/venobox.min.js"></script>
<!-- plugins JS
============================================ -->
<script src="js/plugins.js"></script>
<!-- main JS
============================================ -->
<script src="js/main.js"></script>
</body>
</html>