-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
675 lines (630 loc) · 32.8 KB
/
index.html
File metadata and controls
675 lines (630 loc) · 32.8 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
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PractiSec</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>html{visibility: hidden; opacity: 0;}</style><!-- FOUC fix 1/2 -->
<link href="/static/css/flexslider.css" rel="stylesheet" type="text/css">
<link href="/static/css/fonts.css" rel="stylesheet" type="text/css">
<link href="/static/css/default_style.css" rel="stylesheet" type="text/css">
<link href="/static/css/common_form.css" rel="stylesheet" type="text/css">
<link href="/static/css/common-layout.css" rel="stylesheet" type="text/css">
<link href="/static/css/wp-menu_style.css" rel="stylesheet" type="text/css">
<link href="/static/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- <link href="/static/css/magnific-popup.css" rel="stylesheet" type="text/css" > -->
<link href="/static/css/custom.css" rel="stylesheet" type="text/css">
<link href="/static/css/overlay.css" rel="stylesheet" type="text/css">
<link href="/static/css/responsive.css" rel="stylesheet" type="text/css">
<link href="/static/css/practisec.css" rel="stylesheet" type="text/css">
</head>
<body class="ie8">
<a id="top"></a>
<header class="TopHeader">
<div class="TopMainWrapper">
<div class="group ClearBoth">
<h1 class="Logo"><a href="/">PractiSec</a></h1>
<!--Logo-->
<div class="TopMainRight">
<div class="group ClearBoth">
<a href="#menu" class="menu-link">
<span></span>
<span></span>
<span></span>
</a>
<nav id="menu" class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/consulting/">Consulting</a></li>
<li><a href="/training/">Training</a></li>
<li><a href="/development/">Development</a></li>
<li><a href="/events/">Events</a></li>
<li><a href="mailto:tim.tomes@practisec.com">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<section class="ResponsiveLogo TAC">
<div class="TopMainWrapper">
<a href="./">
<div class="ResLogo">
<img src="/static/images/imgs/sticky-logo.png" alt="">
</div>
</a>
</div>
</section>
<section class="IdxHeaderBg ">
<div class="flexslider" id="HomeSlider">
<ul class="slides NoBullet">
<li class="BG flex-active-slide"
style="background-image: url(/static/images/imgs/slider-img-1.jpg); width: 100%; min-height:641px; ">
<img src="/static/images/imgs/slider-img-1.jpg" alt="" class="ResImg">
</li>
<li class="BG flex-active-slide"
style="background-image: url(/static/images/imgs/slider-img-2.jpg); width: 100%; min-height:641px;">
<img src="/static/images/imgs/slider-img-2.jpg" alt="" class="ResImg">
</li>
<li class="BG flex-active-slide"
style="background-image: url(/static/images/imgs/slider-img-3.jpg); width: 100%; min-height:641px;">
<img src="/static/images/imgs/slider-img-3.jpg" alt="" class="ResImg">
</li>
</ul>
</div>
<div class="Header">
<div class="MainWrapper">
<div class="fixed-left">
<h3 class="Title">
Practical software security solutions for an impractical world
</h3>
<hr class="sepline">
</div>
</div>
</div>
</section>
<section class="Service_Wrapper">
<div class="InnerContainWrapper">
<div class="WithoutSlider">
<ul class="NoBullet TAC">
<li>
<a href="/consulting/">
<div class="Col">
<div class="icon">
<img src="/static/images/icons/service-icon-1.png" alt="">
</div>
<div class="text-block">
<h4 class="Title fz50 bits-r">
Consulting
</h4>
</div>
<div class="plus">
+
</div>
</div>
</a>
</li>
<li>
<a href="/training/">
<div class="Col">
<div class="icon">
<img src="/static/images/icons/service-icon-3.png" alt="">
</div>
<div class="text-block">
<h4 class="Title fz50 bits-r">
Training
</h4>
</div>
<div class="plus">
+
</div>
</div>
</a>
</li>
<li>
<a href="/development/">
<div class="Col">
<div class="icon">
<img src="/static/images/icons/service-icon-2.png" alt="">
</div>
<div class="text-block">
<h4 class="Title fz50 bits-r">
Development
</h4>
</div>
<div class="plus">
+
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</section>
<section class="Section_Second one">
<div class="InnerContainWrapper">
<div class="short-desc" style="font-size: 1.25rem;">
<strong>prac·ti·cal:</strong> of or concerned with the actual doing or use of something rather than
with theory and ideas.
</div>
<!--h2 class="Title">
There are plenty of resources for theory and ideas regarding the <br> many fields of study within the
Information Security industry.
</h2-->
</div>
</section>
<section class="Section_Second second consulting-page">
<div class="InnerContainWrapper">
<div class="ClearBoth group MarginWrapper">
<div class="ImgWrapper">
<img src="/static/images/imgs/about-img-1.jpg">
</div>
<div class="DescWrapper">
<h3 class="Title fz50 bits-r">
Who we are
</h3>
<!-- <hr class="sepline"> -->
<div class="Desc FParagraph1">
<p>The missing piece to many of the great resources and brilliant discoveries made available to
us on a daily basis is the practical application to our daily jobs. Tim Tomes, the
founder of Practical Security Services, spent his career focusing on stripping away the
mystery and complexity from these theories and ideas and finding ways to make them applicable
to what professionals in the Information Security industry do every day. So out of that
approach was born the idea of forming a company whose goal was the same. To provide consulting,
development, and training services where the practical application of technologies, theories,
and ideas result in a high-quality, actionable deliverable, and an enhanced skill set.
</p>
</div>
<!--div class="linebtn"><a href="javascript:void(0)">Our projects</a></div-->
</div>
</div>
</div>
</section>
<section class="testimonial-container">
<div class="InnerContainWrapper">
<div class="testimonial-section">
<div class="heading">
<h4 class="Title fz50 poppins-b">
Testimonials
</h4>
</div>
<div class="flexslider testimonial-slider">
<div class="flexslider" id="testimonial-slider">
<ul class="NoBullet slides">
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"I just completed my first paid pen test as an after hours gig. Thanks to your class, I had a solid methodology to follow. I went down the list and it went better than I expected. I found stored XSS, IDOR, Session Fixation, insecure JWT storage, CSRF and more. I would have never been able to do this without you. Thank you so much. I can’t wait to take the class again!!"</p>
</div>
<h6 class="author fz22 poppins-sb">- Joe S.</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"This is the most beneficial, real-world applicable course I have ever attended on web application penetration testing. In three days, Tim walked us through his expert methodology on assessing web applications and provided insight on the most recent vulnerabilities that are currently being found and how to test for them. Excellent course."</p>
</div>
<h6 class="author fz22 poppins-sb">- Steve D.</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"I've been in IT for 24 years and have taken dozens and dozens of training classes. I've left most of those classes feeling like the value of the class for the cost wasn't worth it. That was completely the opposite for your class. I left wondering why it was so cheap. Without a doubt it was some of the best training I've received in my career."</p>
</div>
<h6 class="author fz22 poppins-sb">- Jeremy Archer</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"I've taken several different trainings/certifications to include: OSCP, eMAPT, ePPT, Sans (GCFE and GMOB); your training and method of instruction blew these away. You've given me the gift of knowledge and I greatly appreciate it!"</p>
</div>
<h6 class="author fz22 poppins-sb">- DJ Phishes</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Thank you for an amazing class! Truly inspirational. I'm probably one of the newest from your Springfield class to the security world, but you were able to teach and present all of the information in a way that was not only at a level that could be easily understood, but was engaging and fun!"</p>
</div>
<h6 class="author fz22 poppins-sb">- Blaise Lacktis</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Seriously can't recommend the PWAPT and any other PractiSec's trainings enough. Learned so much and will be using the course content as a resource for a long, long time."</p>
</div>
<h6 class="author fz22 poppins-sb">- Jake Servaty</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"If you are a Web App Pen Tester and have not taken a class from PractiSec you are missing out! Do yourself a favor and check it out! Without a doubt the best training I have ever taken!"</p>
</div>
<h6 class="author fz22 poppins-sb">- Gh0stHax</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"If you prefer in-person training, the best out there, hands down, is PractiSec."</p>
</div>
<h6 class="author fz22 poppins-sb">- Heath Adams</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Had the opportunity to attend PBAT & PWAPT by PractiSec last week. Tremendous insight and tradecraft within this Burp-centric course. Great content, highly energetic instructor, tons of real-world examples, many hands-on exercises. Highly recommended!"</p>
</div>
<h6 class="author fz22 poppins-sb">- Grumpy</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"It has been a long time since I have taken a course where I gained new knowledge and insights plus be able to immediately implement it within my team!! Good for beginners and experienced testers."</p>
</div>
<h6 class="author fz22 poppins-sb">- Jennifer</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Just finished best security training I’ve done yet! Learned everything, high level methodology, foundational concepts, tools, tips, tricks, everything. ABSOLUTELY worth your time! Thanks PractiSec!"</p>
</div>
<h6 class="author fz22 poppins-sb">- warrenkopp</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Just wrapped up PWAPT with PractiSec! By far, one of the best technical courses I have ever taken with an exceptional instructor. Putting Tim’s methodology immediately into action to get the job done! Amazing value! Thanks for all you do for the community, Tim!"</p>
</div>
<h6 class="author fz22 poppins-sb">- Michael Holcomb</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"I recently attended the PWAPT taught by PractiSec. By far the best security training that I have attended in my career. Tim built and executed this course like a Jedi master. Not only great content, but the wisdom to deliver on the materials at every step."</p>
</div>
<h6 class="author fz22 poppins-sb">- Bob Thibodeaux</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"Tim did an awesome job teaching PWAPT. One of the best teachers in this industry. Went back to work with immediate value to enhance Security of my workplace web app Security."</p>
</div>
<h6 class="author fz22 poppins-sb">- Trell Williams</h6>
</div>
</li>
<li>
<div class="Col">
<div class="testimony FParagraph1 EditorText">
<p>"I can't say enough good things about PractiSec's Practical Web Application Penetration Testing course. Tim delivers information in a very digestible, and immediately useful way. I highly recommend this course to all AppSec professionals."</p>
</div>
<h6 class="author fz22 poppins-sb">- Joshua Dow</h6>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="mailchimp-container">
<div class="InnerContainWrapper">
<div class="heading">
<h4 class="Title">
<span>Stay In Touch and Be Notified <br></span> Service Announcements + Upcoming Seminars and Classes
</h4>
</div>
<div class="newsletter">
<div class="FillBlackBtn">
<a href="https://forms.gle/E1KEHFvcLnw5J5VFA" target="_blank">Subscribe Now</a>
</div>
</div>
</div>
</section>
<footer class="FooterWrap">
<div class="InnerContainWrapper">
<div class="copy">
COPYRIGHT © 2025 PractiSec. <br> ALL RIGHTS RESERVED.
</div>
<div class="DevelopedBy">
Developed by <a href="http://swiftbusinesssolutions.com/" target="_blank"> Swift </a>
</div>
<div class="TopArrow">
<a href="#top" class="scroll">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-angle-up fa-stack-1x fa-inverse"></i>
</a>
</div>
</div>
</footer>
<div class="StickyBtns CTAFloating">
<div class="FillRedBorder"></div>
<div class="MainWrapper">
<div class="group ClearBoth">
<div class="RightWrapper">
<div class="group ClearBoth">
<!-- <div class="FillRedBtn"><a href="javascript:void(0)" class="activator"
rel="RequestAQuote">newsletter</a></div> -->
<div class="FSocialIcon">
<ul class="SocialIcons">
<li>
<a href="https://twitter.com/LaNMaSteR53" target="_blank" class="fa-stack fa-lg">
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/lanmaster53/" target="_blank"
class="fa-stack fa-lg">
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/static/js/common.js" type="text/javascript"></script>
<!-- author:piyush -->
<script type="text/javascript" async>
jQuery(document).ready(function() {
// jQuery(".HomeTop").hide();
if ($(window).width() >= 1025) {
// do your stuff
var header = $(".TopHeader");
jQuery(window).scroll(function() {
var sd = jQuery(window).scrollTop();
var p = header.position();
if (sd > 114 || p > 114)
header.addClass("Sticky");
else
header.removeClass("Sticky");
});
}
});
</script>
<!-- Popup js -->
<script src="/static/js/jquery.magnific-popup.js" type="text/javascript"></script>
<script>
jQuery(document).ready(function() {
jQuery('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
}); //jQuery('.popup-youtube, .popup-vimeo, .popup-gmaps')
// jQuery('.popup-gallery').magnificPopup({
// delegate: 'a',
// type: 'image',
// tLoading: 'Loading image #%curr%...',
// mainClass: 'mfp-img-mobile',
// gallery: {
// enabled: true,
// navigateByImgClick: true,
// preload: [0,1] // Will preload 0 - before current, and 1 after the current image
// },
// image: {
// tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
// titleSrc: function(item) {
// return item.el.attr('title');
// }
// }
// });//jQuery('.slide-popup-gallery')
});
</script>
<!--magnific popup-->
<script>
function scrollpage($ID) {
$Top = $('#' + $ID).offset().top;
jQuery('html, body').animate({
scrollTop: $Top - 100
}, 1000);
}
jQuery(document).ready(function() {
jQuery('.box').hide();
jQuery('.activator').click(function(e) {
e.preventDefault();
$ID = $(this).attr('rel');
$FType = $(this).attr('rel-id');
$Name = $(this).attr('rel-name');
$('#overlay').fadeIn('fast');
$('#' + $ID).fadeIn();
//alert($FType+'&&&&'+$Name);
jQuery('#FormTitle').html($FType);
jQuery('#FormSubTitle').html($Name);
jQuery('#ServiceVal').val($Name);
if ($FType == 'Franchise Opportunities') {
jQuery('#FormType').val('2');
} else if ($FType == 'Request Service') {
jQuery('#FormType').val('3');
} else {
jQuery('#FormType').val('1');
}
scrollpage($ID);
//$(this).toggle() ;
});
jQuery('.boxclose').click(function(e) {
e.preventDefault();
$ID = $(this).attr('rel');
jQuery('#' + $ID).fadeOut('fast', function() {
jQuery('#overlay').fadeOut('fast');
});
jQuery('#FormType').val('');
jQuery('#FormTitle').html('');
jQuery('#FormSubTitle').html('');
jQuery('#ServiceVal').val('');
$('#FormCont')[0].reset();
$('#HideFormCont').show();
$('#CntThanksMsg').hide();
grecaptcha.reset(clientId1);
});
});
</script>
<!--overlay script-->
<div class="overlay" id="overlay" style="display:none;"> </div>
<div class="box RequestAQuote" id="RequestAQuote" style="display:none;">
<a href="#" class="boxclose" rel="RequestAQuote">
<i class="fa fa-close"></i>
</a>
<div class="ContactFormWrap OverlayWrapper">
<div class="FormWrapper" id="HideFormCont">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form
action="https://lanmaster53.us4.list-manage.com/subscribe/post?u=faee1c770a1403f138e439699&id=c7507f046f"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe Now</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-MMERGE6">Source <span class="asterisk">*</span>
</label>
<input type="text" value="" name="MMERGE6" class="required" id="mce-MMERGE6">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_faee1c770a1403f138e439699_c7507f046f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe"
id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'>
</script>
<script type='text/javascript'>
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
fnames[3] = 'ADDRESS';
ftypes[3] = 'address';
fnames[4] = 'PHONE';
ftypes[4] = 'phone';
fnames[5] = 'BIRTHDAY';
ftypes[5] = 'birthday';
fnames[6] = 'MMERGE6';
ftypes[6] = 'text';
}(jQuery));
var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".WindowHeight").height(jQuery(window).height());
jQuery(window).resize(function() {
jQuery(".WindowHeight").height(jQuery(window).height());
});
});
</script>
<script defer src="/static/js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function() {
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
$('#HomeSlider').flexslider({
animation: "slide",
direction: "horizontal",
animationSpeed: 2000,
slideshowSpeed: 5000,
smoothHeight: true,
controlNav: true,
directionNav: false
});
} else {
$('#HomeSlider').flexslider({
animation: "fade",
direction: "horizontal",
animationSpeed: 2000,
slideshowSpeed: 5000,
smoothHeight: true,
controlNav: true,
directionNav: false
});
}
});
</script>
<script type="text/javascript">
$(window).load(function() {
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
$('#testimonial-slider').flexslider({
animation: "slide",
direction: "horizontal",
animationSpeed: 2000,
slideshowSpeed: 5000,
smoothHeight: true,
controlNav: true,
directionNav: false
});
} else {
$('#testimonial-slider').flexslider({
animation: "fade",
direction: "horizontal",
animationSpeed: 2000,
slideshowSpeed: 5000,
smoothHeight: true,
controlNav: true,
directionNav: false
});
}
});
</script>
<script type="text/javascript">
$(window).load(function() {
//$('.DownloadColHeight').balance() ;
}); // $(document).ready
</script>
<style>html{visibility: visible; opacity: 1;}</style><!-- FOUC fix 2/2 -->
</body>
</html>