-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
621 lines (515 loc) · 30.3 KB
/
index.html
File metadata and controls
621 lines (515 loc) · 30.3 KB
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
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pymma Software</title>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link
href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300'
rel='stylesheet' type='text/css'>
<link
href='http://fonts.googleapis.com/css?family=Titillium+Web:600,600italic,300italic,700italic,700,200,400,200italic,400italic,900,300'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen">
<!-- REVOLUTION BANNER CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.4.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/responsive.css" media="screen">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-60086731-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- Container -->
<div id="container">
<!-- Header
================================================== -->
<header class="clearfix" id="home">
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="top-line">
<div class="container">
<div class="row">
<ul class="top-socials col-md-4">
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
<ul class="top-info col-md-5 col-md-offset-3">
<li><a href="#"><i class="fa fa-envelope"></i>contact@pymma-software.com</a></li>
<li>
<p><i class="fa fa-phone"></i>+ 33 320 307 130</p>
</li>
</ul>
</div>
</div>
</div>
<!-- end topline -->
<nav class="navigation">
<div class="container">
<div class="logo">
<a href="index.html"><img src="img/pymma-software-2014.png" alt=""></a>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active drop"><a href="index.html">Home</a>
</li>
<!--li class="drop"><a href="services.html">Services</a></li-->
<li><a href="about.html">About Us</a></li>
<li class="drop"><a href="#">Portfolio</a>
<ul class="drop-down">
<li><a href="drools-platform.html">Drools Platform</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</nav>
</header>
<!-- End Header -->
<section id="Abdev_main_slider">
<!-- START REVOLUTION SLIDER 4.5.95 fullwidth mode -->
<div id="rev_slider_11_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container"
style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:600px;">
<div id="rev_slider_11_1" class="rev_slider fullwidthabanner"
style="display:none;max-height:600px;height:600px;">
<ul>
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="1" data-masterspeed="1500" data-delay="5000"
data-saveperformance="off">
<!-- MAIN IMAGE -->
<img src="img/slider/cogs.jpg" alt="" data-bgposition="left center" data-kenburns="on"
data-duration="16000" data-ease="Linear.easeNone" data-bgfit="100" data-bgfitend="130"
data-bgpositionend="right center">
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption jomelle_big_boxed lfb fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="0" data-speed="600" data-start="350"
data-easing="Power4.easeInOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.05" data-endelementdelay="0.1" data-end="8000" data-endspeed="1000"
data-endeasing="Power1.easeOut"
style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;">Business
rules & IT
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption jomelle_big_transparent tp-fade fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="0" data-speed="600" data-start="800"
data-easing="Power4.easeInOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.1" data-endelementdelay="0.1" data-end="12000" data-endspeed="1000"
data-endeasing="Power1.easeOut"
style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption greyline_long customin fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="50"
data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none"
data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1"
data-endspeed="600" data-endeasing="Power1.easeOut"
style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;">
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption jomelle_small_transparent tp-fade fadeout tp-resizeme"
data-x="center" data-hoffset="-20" data-y="center" data-voffset="120" data-speed="600"
data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600"
data-endeasing="Power1.easeOut"
style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;"><br />
A complex combination of possibility with a predictable end
</div>
</li>
<!-- SLIDE -->
<li data-transition="slideleft" data-slotamount="1" data-masterspeed="1500" data-delay="5000"
data-saveperformance="off">
<!-- MAIN IMAGE -->
<img src="img/slider/focus-decision.jpg" alt="#" data-bgposition="left top"
data-kenburns="on" data-duration="16000" data-ease="Linear.easeNone" data-bgfit="130"
data-bgfitend="100" data-bgpositionend="right bottom">
<!-- LAYERS -->
<!-- LAYER NR. 2 -->
<div class="tp-caption jomelle_thin_transparent tp-fade fadeout tp-resizeme" data-x="270"
data-hoffset="-15" data-y="210" data-voffset="0" data-speed="500" data-start="500"
data-easing="Power4.easeOut" data-splitin="chars" data-splitout="chars"
data-elementdelay="0.05" data-endelementdelay="0.05" data-endspeed="300"
data-endeasing="Power1.easeOut"
style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;color: #444444 ">
Be focus on decision
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption greyline_long customin fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="50"
data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none"
data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1"
data-endspeed="600" data-endeasing="Power1.easeOut"
style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;">
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption jomelle_small_transparent tp-fade fadeout tp-resizeme"
data-x="center" data-hoffset="-20" data-y="center" data-voffset="130" data-speed="600"
data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600"
data-endeasing="Power1.easeOut"
style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;color: #444444">
Expertise is the
keyword for success
</div>
</li>
<!-- SLIDE -->
<li data-transition="slideup" data-slotamount="1" data-masterspeed="1500" data-delay="5000"
data-saveperformance="off">
<!-- MAIN IMAGE -->
<img src="img/slider/keep-calm.jpg" alt="#" data-bgposition="center center"
data-kenburns="on" data-duration="16000" data-ease="Linear.easeNone" data-bgfit="100"
data-bgfitend="130" data-bgpositionend="left top">
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption fullgradient_overlay tp-fade fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="0" data-speed="1000" data-start="100"
data-easing="Power4.easeOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="500"
data-endeasing="Power1.easeOut"
style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;">
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption jomelle_thin_transparent tp-fade fadeout tp-resizeme" data-x="320"
data-hoffset="-15" data-y="210" data-voffset="0" data-speed="500" data-start="500"
data-easing="Power4.easeOut" data-splitin="chars" data-splitout="chars"
data-elementdelay="0.05" data-endelementdelay="0.05" data-endspeed="300"
data-endeasing="Power1.easeOut"
style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;color: #444444;">
Trust Open Source
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption greyline_long customin fadeout tp-resizeme" data-x="center"
data-hoffset="0" data-y="center" data-voffset="50"
data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none"
data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1"
data-endspeed="600" data-endeasing="Power1.easeOut"
style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;">
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption jomelle_small_transparent tp-fade fadeout tp-resizeme"
data-x="center" data-hoffset="-20" data-y="center" data-voffset="120" data-speed="600"
data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none"
data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600"
data-endeasing="Power1.easeOut"
style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;color: #444444;">
<br />
</div>
</li>
</ul>
<div class="tp-bannertimer"></div>
</div>
</div>
<!-- END REVOLUTION SLIDER -->
</section>
<!-- content -->
<div id="content">
<div class="features3">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="feat3-item">
<i class="fa fa-sliders"></i>
<h3>JBoss Drools/Workbench, jBPM & Optaplanner</h3>
<p>Strong of long experience with Business Oriented and Business Process technologies,
our skills will meet your
requirements. </p>
<a href="contact.html" class="btn-small btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3">
<div class="feat3-item">
<i class="fa fa-pencil-square-o"></i>
<h3>SOA</h3>
<p>Enable your Business Rules to deal with 3rd party agencies data in combination with
your internal data, by using tools such as <a href="http://camel.apache.org/"
target="_blank">Apache Camel</a></p>
<a href="contact.html" class="btn-small btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3">
<div class="feat3-item">
<i class="fa fa-university"></i>
<h3>Consulting & Training</h3>
<p>Java & OpenSource worlds are sliding edges. Continuous learning & teaching is our way
of living. We can also make it yours</p>
<a href="contact.html" class="btn-small btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3">
<div class="feat3-item">
<i class="fa fa-code-fork"></i>
<h3>Projects and outsourcing</h3>
<p>We can participate in small and big projects and in each project step from
requirements to complete project realization and integration in your IT.</p>
<a href="contact.html" class="btn-small btn-light">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Feautres3 -->
</div>
<!-- end our work portfolio -->
<div class="about-creative brown-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/banner/wordle.jpg" alt="">
</div>
<div class="col-md-6">
<h1 class="leftmain-title">About Us</h1>
<div class="leftmain-border"></div>
<p>Pymma Software has been created for enabling companies to work with Business Rules &
Processes in combination with their own Information Systems.</p>
<p>Experiences have proven that Heavy & complex Business logic cannot be trusted by raw Java
programs, which become more and more complex in term of improvement and maintainability. At
the end the whole application itself has to be trashed and written again.</p>
<p>Keys to success are based on well known open source tools</p>
<div class="row">
<div class="col-md-6">
<ul>
<li><i class="fa fa-caret-square-o-right"></i> Java/JavaEE</li>
<li><i class="fa fa-caret-square-o-right"></i> Rule Engine</li>
<li><i class="fa fa-caret-square-o-right"></i> Spring Framework/Quarkus</li>
<li><i class="fa fa-caret-square-o-right"></i> Drools platform</li>
<li><i class="fa fa-caret-square-o-right"></i> jbpm/OptaPlanner</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li><i class="fa fa-caret-square-o-right"></i> Drools/Guvnor/BRMS/kogito</li>
<li><i class="fa fa-caret-square-o-right"></i> Apache Camel</li>
<li><i class="fa fa-caret-square-o-right"></i> Cloud/Docker</li>
<li><i class="fa fa-caret-square-o-right"></i> Ansible/AWX</li>
<li><i class="fa fa-caret-square-o-right"></i> OpenShift/Kubernetes</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End about creative -->
<!-- End Testimonials -->
<div class="ready2 white-bg">
<div class="container">
<div class="ready-text">
<h1>Time to ask</h1>
<p>You want to have more details ? Just ask for it !</p>
<p>Our teams will have a look with consideration at your questions and requests.</p>
</div>
<a href="contact.html" class="btn-large btn-orange">get started</a>
</div>
</div>
</div>
<!-- End content -->
<!-- footer
================================================== -->
<footer>
<div class="inner-footer">
<div class="container">
<div class="row">
<div class="col-md-3 f-about">
<h3>About Us</h3>
<p>Pymma Software is a french based company skilled in Software Development and consultancy.
Expertise in Business Rules & Processes Engines and SOA are our basement for enabling our
customers to be successful</p>
</div>
<div class="col-md-3 f-contact">
<h3>Get in touch</h3>
<p><i class="fa fa-map-marker"></i>133 rue Simon Vollant <br>
59130 Lambersart - FRANCE</p>
<p><i class="fa fa-phone"></i> +33 972 644 673</p>
<a href="#"><i class="fa fa-envelope"></i>contact@pymma-software.com</a>
</div>
</div>
</div>
</div>
<!-- end contanir & inner-footer -->
<div class="last-div">
<div class="container">
<div class="row">
<div class="copyright">
© 2014 Pymma Software
</div>
<div id="back-to-top">
<a href="#top">Back to Top</a>
</div>
<ul class="foot-socials">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- End Container -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.imagesloaded.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/waypoint.min.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/jquery.migrate.js"></script>
<!-- jQuery KenBurn Slider -->
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript">
/******************************************
- PREPARE PLACEHOLDER FOR SLIDER -
******************************************/
var setREVStartSize = function () {
var tpopt = new Object();
tpopt.startwidth = 1170;
tpopt.startheight = 600;
tpopt.container = jQuery('#rev_slider_11_1');
tpopt.fullScreen = "off";
tpopt.forceFullWidth = "on";
tpopt.container.closest(".rev_slider_wrapper").css({ height: tpopt.container.height() });
tpopt.width = parseInt(tpopt.container.width(), 0);
tpopt.height = parseInt(tpopt.container.height(), 0);
tpopt.bw = tpopt.width / tpopt.startwidth;
tpopt.bh = tpopt.height / tpopt.startheight;
if (tpopt.bh > tpopt.bw) tpopt.bh = tpopt.bw;
if (tpopt.bh < tpopt.bw) tpopt.bw = tpopt.bh;
if (tpopt.bw < tpopt.bh) tpopt.bh = tpopt.bw;
if (tpopt.bh > 1) {
tpopt.bw = 1;
tpopt.bh = 1
}
if (tpopt.bw > 1) {
tpopt.bw = 1;
tpopt.bh = 1
}
tpopt.height = Math.round(tpopt.startheight * (tpopt.width / tpopt.startwidth));
if (tpopt.height > tpopt.startheight && tpopt.autoHeight != "on") tpopt.height = tpopt.startheight;
if (tpopt.fullScreen == "on") {
tpopt.height = tpopt.bw * tpopt.startheight;
var cow = tpopt.container.parent().width();
var coh = jQuery(window).height();
if (tpopt.fullScreenOffsetContainer != undefined) {
try {
var offcontainers = tpopt.fullScreenOffsetContainer.split(",");
jQuery.each(offcontainers, function (e, t) {
coh = coh - jQuery(t).outerHeight(true);
if (coh < tpopt.minFullScreenHeight) coh = tpopt.minFullScreenHeight
})
} catch (e) {
}
}
tpopt.container.parent().height(coh);
tpopt.container.height(coh);
tpopt.container.closest(".rev_slider_wrapper").height(coh);
tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);
tpopt.container.css({ height: "100%" });
tpopt.height = coh;
} else {
tpopt.container.height(tpopt.height);
tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);
tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);
}
};
/* CALL PLACEHOLDER */
setREVStartSize();
var tpj = jQuery;
tpj.noConflict();
var revapi11;
tpj(document).ready(function () {
if (tpj('#rev_slider_11_1').revolution == undefined)
revslider_showDoubleJqueryError('#rev_slider_11_1');
else
revapi11 = tpj('#rev_slider_11_1').show().revolution(
{
dottedOverlay: "twoxtwo",
delay: 9000,
startwidth: 1170,
startheight: 600,
hideThumbs: 200,
thumbWidth: 100,
thumbHeight: 50,
thumbAmount: 4,
navigationType: "bullet",
navigationArrows: "solo",
navigationStyle: "round",
touchenabled: "on",
onHoverStop: "off",
swipe_velocity: 0.7,
swipe_min_touches: 1,
swipe_max_touches: 1,
drag_block_vertical: false,
keyboardNavigation: "off",
navigationHAlign: "center",
navigationVAlign: "bottom",
navigationHOffset: 0,
navigationVOffset: 20,
soloArrowLeftHalign: "left",
soloArrowLeftValign: "center",
soloArrowLeftHOffset: 20,
soloArrowLeftVOffset: 0,
soloArrowRightHalign: "right",
soloArrowRightValign: "center",
soloArrowRightHOffset: 20,
soloArrowRightVOffset: 0,
shadow: 0,
fullWidth: "on",
fullScreen: "off",
spinner: "spinner0",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
forceFullWidth: "on",
hideThumbsOnMobile: "off",
hideNavDelayOnMobile: 1500,
hideBulletsOnMobile: "off",
hideArrowsOnMobile: "off",
hideThumbsUnderResolution: 0,
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
startWithSlide: 0
});
});
/*ready*/
</script>
<!-- Style Switcher -->
<script src="js/styleswitch.js"></script>
<script src="js/style_switch_custom.js"></script>
</body>
</html>