-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
359 lines (351 loc) · 17 KB
/
index.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Immigration Law Services | Immibec</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="css/flexslider.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/line-icons.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme-1.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css" />
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700%7CRaleway:700" rel='stylesheet' type='text/css'>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<!--FAVICONS-->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<div class="nav-container">
<nav class="simple-bar top-bar">
<div class="container">
<div class="row nav-menu">
<div class="col-md-3 col-sm-3 columns">
<a href="https://immibec.com/" />
<img class="logo logo-dark" alt="Logo" src="img/immibec_logo.png">
</div>
<div class="col-md-9 col-sm-9 columns text-right">
<ul class="menu">
<a></a>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="services.html" target="_self">Services</a></li>
<li><a href="about.html" target="_self">Bio</a></li>
<li><a href="contact.html" target="_self">Contact</a></li>
<li><a href="index.html" target="_self">Tiếng Việt</a></li>
<li><a href="index.html" target="_self">Français</a></li>
</ul>
</div>
</div>
<div class="mobile-toggle">
<i class="icon icon_menu"></i>
</div>
</div>
</nav>
</div>
<div class="main-container">
<a id="hero-slider" class="in-page-link"></a>
<section class="hero-slider">
<ul class="slides">
<li class="overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/ottawa.jpg">
</div>
</li>
<li class="overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/montreal_skyline.jpg">
</div>
</li>
<li class="overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/toronto_ontario.jpg">
</div>
</li>
<li class="overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/quebec_harbor.jpg">
</div>
</li>
<li class="overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/mcgill.jpg">
</div>
</li>
</ul>
</section>
<section class="feature-selector">
<div class="container">
<ul class="selector-content">
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Immibec Ltd.</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="lead">
Created in Vietnam in 2018 by François Senneville, Canadian Lawyer (registered with the Bar of Quebec
since 2006) specializing in Canadian immigration since 2013, Immibec Ltd. is a Canadian managed
immigration law firm focusing on offering various immigration paths to Canada for investors but also
for skilled workers and students. Mr. Senneville has assisted hundreds of clients successfully. After
living and working for many years in Asia, Mr. Senneville has identified Vietnam as a strong potential
provider of immigrants to Canada.
</p>
<p class="lead">
Our services include solutions to gain permanent resident status through various immigration programs
e.g., Federal and provincial programs aiming at filling future labor shortages, programs based on
investment, self-employed program, employment offers, (temporary or permanent) and study programs. Our
firm also offers all type of legal services pertaining to immigration to Canada e.g., family
sponsorship, inadmissibility, etc.
</p>
<p class="lead">
Regarding immigration to Canada, it is essential to mention that only some people can charge you a fee
or receive anyother type of payment. These people are called <a
href="https://www.canada.ca/en/immigration-refugees-citizenship/services/immigration-citizenship-representative/learn-about-representatives.html"><u>"authorized"
representatives.</u></a> They are:
</p>
<ul>1. Lawyers and paralegals who are members in good standing of a Canadian provincial or territorial
law society.</ul>
<br>
<ul>2. Notaries who are members in good standing of the Chambre des notaires du Québec.</ul>
<br>
<ul>3. Citizenship or immigration consultants who are members in good standing of the Immigration
Consultants of Canada.</ul>
<br>
<p class="lead">
To check if your representative is authorized, see this <a
href="https://www.canada.ca/en/immigration-refugees-citizenship/services/immigration-citizenship-representative/choose/authorized.html"><u>official
government link.</u></a>
</p>
<br>
</div>
<div class="col-sm-6">
<p class="lead">
In all cases, if you were advised by an unlicensed consultant, they will not be able to respond to the
Canadian immigration officials during the process neither sign forms nor represent you. Moreover, if
the Canadian officials find out you were assisted by an unlicensed consultant, you may be barred from
applying to any Canadian immigration programs for 2 to 5 years and your application will be
automatically refused.
</p>
<p class="lead">
Beware of companies claiming they have an authorized representative when you have never met and
identified that person or signed an agreement for their services.
</p>
<p class="lead">
At all times, at Immibec Ltd. you’ll meet and have full and direct access to your authorized
representative and you will be fully represented from your free eligibility assessment until
completing your immigration plan. As a commitment to success in your application, at every stage of
the process, we charge competitive prices for our professional legal services based on the results.
Consequently, we’ll give you a fair assessment of your chances to succeed in the most suitable
immigration program available that is relevant to your situation. Finally, we take the time to clearly
understand your needs and take the best decisions to lead you to your goal.
</p>
</div>
</div>
</li>
<li class="clearfix">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Program Experience Quebec</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
</div>
</li>
<li class="clearfix">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Quebec Skilled Worker Program</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
</div>
</li>
<li class="clearfix">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Express Entry | Provincial Programs</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
<div class="col-sm-6">
<p class="lead">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta
sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem.
</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="no-pad-bottom no-pad-top projects-gallery">
<div class="projects-wrapper clearfix">
<div class="projects-container">
<div class="col-md-4 col-sm-6 no-pad project print image-holder">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="img/vancouver.jpg">
</div>
</div>
<div class="col-md-4 col-sm-6 no-pad project branding image-holder">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="img/montreal_city.jpg">
</div>
</div>
<div class="col-md-4 col-sm-6 no-pad project print image-holder">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="img/pei.jpg">
</div>
</div>
</div>
</div>
</section>
</div>
<div class="footer-container">
<footer class="details">
<div class="container">
<div class="row">
<div class="col-sm-4">
<img alt="logo" class="logo" src="img/immibec_logo.png">
<p>
<b>GIVE YOURSELF THE BEST CHANCE BY DIRECTLY USING A CERTIFIED CANADIAN IMMIGRATION LAWYER FROM START TO
FINISH.</b>
</p>
</div>
<div class="col-sm-4">
<h1>Contact</h1>
<p><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="71181c1c181314125f1002181031161c10181d5f121e1c">[email protected]</a><br>+84 96 802 31 22<br>
<br>
162 Co Linh Street<br>
Long Bien Ward<br>
Long Bien District<br>
Ha Noi City, Vietnam
</p>
</div>
<div class="col-sm-4">
<h1>Social Profiles</h1>
<ul class="social-icons">
<li>
<a
href="https://www.facebook.com/Francois-Senneville-Lu%E1%BA%ADt-s%C6%B0-di-tr%C3%BA-Quebec-Canada-799856597032031/">
<i class="icon social_facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/françois-senneville-77886963">
<i class="icon social_linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<span class="sub">© 2018-2019 Immibec Ltd. - All Rights Reserved.</span>
</div>
</div>
</div>
</footer>
</div>
<script data-cfasync="false" src="./email-decode.min.js"></script><script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function (event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/scrollReveal.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/twitterFetcher_v10_min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>