-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
613 lines (569 loc) · 30 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
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html>
<head>
<title>Triple A</title>
<meta charset=utf-8>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<!-- <meta name="robots" content="index, follow">
<meta name="keywords" content="HTML5 Template">
<meta name="description" content="Elementy - Responsive HTML5 Template">
<meta name="author" content="Vladimir Azarushkin">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#2a2b2f"> -->
<!-- <link rel="shortcut icon" href="images/favicon/favicon.png">
<link rel="apple-touch-icon" href="images/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-touch-icon-114x114.png">
<link rel="icon" sizes="192x192" href="images/favicon/icon-192x192.png"> -->
<link href='http://fonts.googleapis.com/css?family=Poppins:400,600,300%7COpen+Sans:400,300,700' rel='stylesheet'
type='text/css'>
<link href="revo-slider/css/settings-custom.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/icons-fonts.css">
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet' href="css/animate.min.css">
<!-- IE Warning CSS -->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie-warning.css" ><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie8-fix.css" ><![endif]-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
.main-menu-title {
color: white;
font-size: 14px;
}
</style>
</head>
<body>
<!-- LOADER -->
<div id="wrap" class="boxed ">
<div class="grey-bg">
<div class="header-black-bg"></div>
<header id="nav" class="header header-1 header-black">
<div class="header-wrapper">
<div class="container-m-30 clearfix">
<div class="logo-row">
<!-- LOGO -->
<div class="logo-container-2">
<div class="logo-2">
<a href="index.html" class="clearfix">
<img src="images/logo-white.png" class="logo-img" alt="Logo">
</a>
</div>
</div>
</div>
</div>
<!-- MAIN MENU CONTAINER -->
<div class="main-menu-container">
<div class="container-m-30 clearfix">
<!-- END main-menu -->
</div>
<!-- END container-m-30 -->
</div>
<!-- END main-menu-container -->
</div>
<!-- END header-wrapper -->
</header>
<!-- SLIDER Revo Hero 4 -->
<div class="relative">
<div class="rev_slider_wrapper fullwidthbanner-container" id="rev_slider_280_1_wrapper"
style="margin:0px auto;background-color:#101010;padding:0px;margin-top:0px;margin-bottom:0px;">
<!-- START REVOLUTION SLIDER 5.1.4 fullwidth mode -->
<div class="rev_slider fullwidthabanner" data-version="5.1.4" id="rev_slider_280_1" style="display:none;">
<ul>
<!-- SLIDE -->
<li data-index="rs-673" data-transition="zoomout" data-slotamount="default" data-easein="default"
data-easeout="default" data-masterspeed="default" data-rotate="0" data-saveperformance="off"
data-description="">
<!-- MAIN IMAGE -->
<img src="images/revo-slider/index-fin.jpg" alt="" data-bgposition="center center" data-bgfit="cover"
data-bgrepeat="no-repeat" data-bgparallax="5" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<!-- LAYER NR. 2 -->
<div class="tp-caption font-poppins font-white tp-resizeme rs-parallaxlevel-6" id="slide-8981-layer-2"
style="z-index: 8; white-space: nowrap;" data-fontsize="['70','50','80','50']" data-fontweight="100"
data-height="none" data-lineheight="['120','130','110','95']" data-responsive_offset="on"
data-splitin="none" data-splitout="none" data-start="550" data-transform_idle="o:1;"
data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeInOut;"
data-transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;" data-mask_out="x:inherit;y:inherit;" data-whitespace="nowrap"
data-width="none" data-x="['center','center','center','center']" data-hoffset="['0','0','0',0']"
data-y="['center','center','center','center']" data-voffset="['0','0','0',0']">
Rank up your career
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption rs-parallaxlevel-6" id="slide-1291-layer-3"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['center','center','center','center']" data-voffset="['90','120','100',80']" data-width="none"
data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;"
data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Power1.easeInOut;"
data-style_hover="c:rgba(255, 255, 255, 1.00);bc:rgba(255, 255, 255, 1.00);cursor:pointer;"
data-transform_in="y:50px;opacity:0;s:1500;e:Power4.easeInOut;"
data-transform_out="y:[175%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;" data-start="1000" data-splitin="none"
data-splitout="none" data-responsive_offset="on" data-responsive="off"
style="z-index: 8; white-space: nowrap;outline:none;">
<!-- <a class="tp-button1 button medium full-rounded hover-dark white "
href="http://themeforest.net/user/abcgomel/portfolio?ref=abcgomel">PURCHASE</a> -->
<!-- <a class="tp-button1 button medium full-rounded thin white ml-20"
href="http://themeforest.net/user/abcgomel/portfolio?ref=abcgomel">A propos de nous</a> -->
</div>
</li>
</ul>
<div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div>
</div>
</div>
<!-- END REVOLUTION SLIDER -->
<!-- MAIN MENU -->
<div id="main-menu" style="margin-top: -75px;">
<div class="navbar navbar-default" role="navigation">
<!-- MAIN MENU LIST -->
<nav class="collapse collapsing navbar-collapse right-1024">
<ul class="nav navbar-nav" style="margin-right:0;">
<li class="parent">
<a href="https://www.indeed.ch/Triple-A-Placement-Priv%C3%A9-Jobs" target="_blank">
<div class="main-menu-title">Open positions</div>
</a>
</li>
<li id="menu-contact-info-big" class="parent megamenu">
<a href="mailto:etienne.pelletant@tripleaplacement.com">
<div class="main-menu-title">Contact</div>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Who We Are-->
<div id="about" class="page-section p-50-cont">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 pb-10">
<div class="fes5-box wow fadeIn">
<h3>Who we are</h3>
<p>Founded in 2013 and established as a leading Search and Recruitment consultancy, we are
specialising in the provision of high-calibre finance and IT professionals for the banking sectors.
<br>
Triple A understands a client’s requirements and endeavours to gain a complete picture of the
company
culture, direction and the impact these factors have on specific opportunities. <br>The end result is
a
high level of individual service, whether recruiting for a global player or innovative start-up, at
graduate or director level.<br> We have become a trusted recruitment partner to some of the major
names in
the Swiss market
place as well as being instrumental in the growth and development of niche
firms and start-ups working closely with them to acquire the best possible
talent.
</p>
</div>
</div>
</div>
<div class="row" style="margin-bottom:50px; margin-top:25px;">
<div class="col-md-6 col-sm-6 pb-10">
<div class="fes5-box wow fadeIn" data-wow-delay="400ms">
<h3>Our brands</h3>
<p>Triple A Placement Privé is dedicated to our clients looking for long-term permanent employees
Triple A Temporary Services offers flexibility and scalability to our demanding customers interested
in staffing their shorter term projects or in need of safety as we also gladly offer Try-and-hire
capabilities.
</p>
</div>
</div>
<div class="col-md-6 col-sm-6 pb-10">
<div class="fes5-box wow fadeIn" data-wow-delay="400ms">
<h3>Our commitments</h3>
<p>Fundamental to our success is our selection and training and development of recruitment consultants
with a background in IT and Financial Markets. We have a culture of genuine enthusiasm for the
evolution in technology and financial markets and a genuine empathy with our clients.</p>
</div>
</div>
</div>
</div>
<!-- FEATURES 12 HALF COLORED -->
<div class="page-section">
<div class="container-fluid">
<div data-equal=".equal-height" class="row row-sm-fix">
<div class="col-md-6 fes12-img equal-height" style="background-image: url(images/fes12-1-fin.jpg)">
<div class="fes2-main-text-cont text-white">
<div class="fes2-title-45 font-poppins text-white">
Contingency Search and Retained Search Arrangement
</div>
<div class="fes2-text-cont">Are you looking for an employee who can work for you on a fixed-term
basis? Someone who is skilled and fits your company culture? But you would rather avoid the hassle
and tiring process of reaching out, finding and screening applicants for a perm placement?
<br><br>
<p>What Triple A can do for you
Triple A will help you find the perfect candidate who is up to the task and simultaneously
believes
in the same values that you and your company represent.
<br><br>Triple A will present you a maximum of three screened candidates, who have passed both
reference
checks and assessment tests.
Triple A is a strong advocate of the ‘no cure, no pay’-principle.<br><br> We are able to offer you
this
service because of our extensive quality network.
</p>
</div>
<div class="fes12-btn-cont mt-30">
<!-- <a class="button medium white full-rounded thin btn-4 btn-4cc" href="#"><span
class="button-text-anim">What we can do for you</span><span aria-hidden="true"
class="button-icon-anim arrow_right"></span></a> -->
</div>
</div>
</div>
<div class="col-md-6 fes12-img equal-height" style="background-image: url(images/fes12-2-fin.jpg)">
<div class="fes2-main-text-cont text-white">
<div class="fes2-title-45 font-poppins text-white">
Triple A <br>
Temporary Services
</div>
<div class="fes2-text-cont">We supply new exceptional temporary staff daily with a wide range of
skills, experience, and knowledge. No matter the size of your team, budget, or required timeline,
our experienced temporary staffing managers stand ready to meet your needs.<br><br>
<p> We work with a private vetted talent pool of local professionals to offer an immediate response
to
urgent staff needs and work both locally and nationally on tailored searches across a variety of
industries and talent levels.<br><br> In addition, our countywide candidate pool is extremely
expansive and
always available for searches requiring additional talent to consider. We will hear you, and then
we
will help you find it.<br><br>
Our team stands ready to recruit and select best-fit talent on your behalf! To connect with one of
our recruiters, please contact us. We look forward to working with you!
</p>
</div>
<div class="fes12-btn-cont mt-30">
<!-- <a class="button medium full-rounded thin white btn-4 btn-4cc" href="#"><span
class="button-text-anim">What we can do for you</span><span aria-hidden="true"
class="button-icon-anim arrow_right"></span></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FEATURES 8 FEAUTRES LISTS -->
<div class="page-section fes4-cont">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mb-70">
<h2 class="section-title2 font-light text-center p-0">To our clients</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 pb-10">
<div class="fes5-box wow fadeIn">
<p>As a small, privately owned company we are able to provide an agile service and a business solution
that is responsive, pragmatic and flexible. We recognise clients simply want to hire the right
people
as quickly as possible, so Triple A combines the speed of delivery with extensive filtering to
identify and present a small number of potential solutions to the business need.
</p>
<p>We understand the critical importance of establishing a client’s needs quickly, applying that to
the
selection process and accurately relaying that message to the candidate. It therefore makes sense
for
a client to have a single point of contact to deal with their needs rather than having to speak with
multiple consultants depending on the technical or business nature of their requirement.
</p>
<p>Fundamental to our success is our selection, training and development of recruitment consultants
with
a background in IT and Banking. We have a culture of genuine enthusiasm for the evolution in
technology and financial markets and a true empathy with our clients.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- TESTIMONIALS 4 & CLIENTS 2 -->
<div class="page-section p-130-cont bg-gray">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mb-70">
<h2 class="section-title2 font-light text-center p-0">Business areas</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 pb-10">
<div class="fes5-box wow fadeIn text-center">
<p>Triple A is recognised as a reliable IT recruitment consultancy in both Permanent and Contract sectors.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- FEATURES 12 HALF COLORED -->
<div class="page-section">
<div class="container-fluid">
<div data-equal=".equal-height" class="row row-sm-fix">
<div class="col-md-6 fes12-img equal-height" style="background-image: url(images/fes12-3-fin.jpg)">
<div class="fes2-main-text-cont text-white">
<div class="fes2-title-45 font-poppins text-white">
Banking, Asset Management, Commodity trading
</div>
<div class="fes2-text-cont">
<p>Triple A recruit qualified professionals for the Banking and Finance sector in
Switzerland . <br> Clients include: Private banks, Asset/Investment Management, Securities
Broker/Dealers, Hedge Funds and Software Houses and Consultancies.
</p>
<p>
We support our
clients with their needs for Front-to-Back personnel, managers and support
staffs.
</p>
</div>
<div class="fes12-btn-cont mt-30">
<div class="row">
<div class="col-md-3">
<span class="icon icon_check"></span> Equities
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Fixed Income
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Risk Management
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Credit
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Compliance
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Investment Management
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Quantitative Research
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Back and Middle officers
</div>
</div>
<!-- <a class="button medium white full-rounded thin btn-4 btn-4cc" href="#"><span
class="button-text-anim">What we can do for you</span><span aria-hidden="true"
class="button-icon-anim arrow_right"></span></a> -->
</div>
</div>
</div>
<div class="col-md-6 fes12-img equal-height" style="background-image: url(images/fes12-4-fin.jpg)">
<div class="fes2-main-text-cont text-white">
<div class="fes2-title-45 font-poppins text-white">
Information Technology
</div>
<div class="fes2-text-cont">
<p>Triple A has a
proven track record across the IT sector for successfully identifying high
calibre candidates for a broad range of IT roles. As a specialist recruitment
consultancy, we have a team of dedicated, experienced consultants working
across a diverse range of areas </p>
</div>
<div class="fes12-btn-cont mt-30">
<div class="row">
<div class="col-md-3">
<span class="icon icon_check"></span> Development
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Database
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Project Management
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Business Analysis
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Support
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Infrastructure
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> QA, Testing
</div>
<div class="col-md-3">
<span class="icon icon_check"></span> Networking, Security
</div>
</div>
<!-- <a class="button medium full-rounded thin white btn-4 btn-4cc" href="#"><span
class="button-text-anim">What we can do for you</span><span aria-hidden="true"
class="button-icon-anim arrow_right"></span></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="page-section p-130-cont">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mb-70">
<h2 class="section-title2 font-light text-center p-0">To our candidates</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 pb-10">
<div class="fes5-box wow fadeIn">
<p>We recruit for positions and have a proven track record of successfully placing candidates in a range of organisations across Switzerland.
<br> <br>
When you register with Triple A we commit to do our very best to help you secure with your next role. We want to engage positively with all of our candidates and we will show respect, be responsive, add value and build long-lasting relationships.
<br> <br>
We want to have a bond of trust and partnership with you, ensuring honesty and integrity in all of our communications.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER 4 BLACK WITH TWITTER FEED -->
<footer id="footer4" class="page-section pt-95 pb-50 footer2-black">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 widget">
<div class="logo-footer-cont">
<a href="index.html">
<img class="logo-footer" src="images/logo-white.png" alt="logo">
</a>
</div>
<div class="footer2-text-cont">
<address>
Triple Placement Privé Sàrl <br>
Chemin de la Bergeronnette 6 <br>
1228 Plan Les Ouates <br>
Switzerland
</address>
</div>
<div class="footer2-text-cont">
+41 78 870 40 05<br>
<a class="a-text"
href="mailto:etienne.pelletant@tripleaplacement.com">etienne.pelletant@tripleaplacement.com</a>
</div>
<!-- <div class="footer2-text-cont a-text-main-cont">
<a class="popup-gmaps mfp-plugin font-poppins"
href="https://maps.google.com/maps?q=555+California+Street+Building,+California+Street,+San+Francisco,&hl=en&t=v&hnear=555+California+Street+Building,+California+Street,+San+Francisco">Open
Map</a>
</div> -->
</div>
<!-- <li class="col-md-2 col-sm-2 widget">
<h4>Navigate</h4>
<ul class="links-list a-text-cont a-text-main-cont font-poppins">
<li><a href="index.html">Home</a></li>
<li><a href="shortcodes.html">Shortcodes</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="index-portfolio.html">Portfolio</a></li>
<li><a href="index-blog.html">Blog</a></li>
<li><a href="index-shop.html">Shop</a></li>
<li><a href="intro.html">Pages</a></li>
</ul>
</li>
<div class="col-md-3 col-sm-3 widget">
<h4>Insights</h4>
<ul class="links-list a-text-cont font-poppins">
<li><a href="about-us.html">Company</a></li>
<li><a href="services.html">What We Do</a></li>
<li><a href="https://help.market.envato.com/hc/en-us">Help Center</a></li>
<li><a href="http://themeforest.net/legal/market">Terms of Service</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div> -->
</div>
</div>
</footer>
<!-- BACK TO TOP -->
<p id="back-top">
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
</p>
</div><!-- End BG -->
<!-- JS begin -->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- MAGNIFIC POPUP -->
<script src='js/jquery.magnific-popup.min.js'></script>
<!-- PORTFOLIO SCRIPTS -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
<!-- APPEAR -->
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- OWL CAROUSEL -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- JQUERY TWEETS -->
<script src="js/twitter/jquery.tweet.js"></script>
<!-- MAIN SCRIPT -->
<script src="js/main.js"></script>
<!-- REVOSLIDER SCRIPTS -->
<script src="revo-slider/js/jquery.themepunch.tools.min.js" type="text/javascript">
</script>
<script src="revo-slider/js/jquery.themepunch.revolution.min.js" type="text/javascript">
</script>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS
(Load Extensions only on Local File Systems !
The following part can be removed on Server for On Demand Loading) -->
<script src="revo-slider/js/extensions/revolution.extension.actions.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.carousel.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.kenburn.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.layeranimation.min.js" type="text/javascript">
</script>
<script src="revo-slider/js/extensions/revolution.extension.migration.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.navigation.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.parallax.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.slideanims.min.js" type="text/javascript"></script>
<script src="revo-slider/js/extensions/revolution.extension.video.min.js" type="text/javascript"></script>
<!-- SLIDER REVOLUTION INITIALIZATION -->
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#rev_slider_280_1").show().revolution({
sliderType: "hero",
jsFileLocation: "revo-slider/js/",
sliderLayout: "fullwidth",
dottedOverlay: "none",
delay: 9000,
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [300, 300, 300, 300],
lazyType: "none",
parallax: {
type: "off",
origo: "slidercenter",
speed: 1000,
levels: [0],
type: "scroll",
disable_onmobile: "on"
},
shadow: 0,
spinner: "spinner2",
autoHeight: "off",
fullScreenAutoWidth: "off",
fullScreenAlignForce: "off",
fullScreenOffsetContainer: "",
fullScreenOffset: "",
disableProgressBar: "on",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
disableFocusListener: false,
}
});
});
</script>
</body>
</html>