-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
580 lines (489 loc) · 27.8 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
<!DOCTYPE html>
<html>
<head>
<title>University of San Francisco Entrepreneurs Club - Creating Tomorrow's Leaders</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="USFCA Entrepreneur's Club" >
<meta name="description" content="USFCA Entrepreneur's Club" >
<meta name="author" content="Adrian">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#2a2b2f">
<!-- FAVICONS -->
<link rel="shortcut icon" href="./images/favicon/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./images/favicon/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="./images/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./images/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./images/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./images/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./images/favicon/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon-180x180.png" />
<!-- CSS -->
<!-- GOOGLE FONT -->
<link href="https://fonts.googleapis.com/css?family=Poppins:500,600,300%7COpen+Sans:400,300,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<!-- REVOSLIDER CSS SETTINGS -->
<!-- REVOLUTION STYLE SHEETS -->
<link href="revo-slider/css/settings-custom.css" rel="stylesheet" type="text/css">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- ICONS ELEGANT FONT & FONT AWESOME & LINEA ICONS -->
<link rel="stylesheet" href="css/icons-fonts.css" >
<!-- CSS THEME -->
<link rel="stylesheet" href="css/style.css" >
<!-- ANIMATE -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- User created styles-->
<link rel="stylesheet" href="css/global.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133741369-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133741369-1');
</script>
<!-- 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]-->
<!-- Magnific popup, Owl Carousel Assets in style.css -->
<!-- CSS end -->
<!-- JS begin some js files in bottom of file-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
<!-- Mailchimp Integration -->
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/3b01dd2cc7e90ab71b6db9213/644297e9bc1afab6b0e13c396.js");</script>
</head>
<body>
<div id="wrap" class="boxed ">
<div class="grey-bg"> <!-- Grey BG -->
<!--[if lte IE 8]>
<div id="ie-container">
<div id="ie-cont-close">
<a href="#" onclick="javascript:this.parentNode.parentNode.style.display="none"; return false;"><img src="images/ie-warn/ie-warning-close.jpg" style="border: none;" alt="Close"></a>
</div>
<div id="ie-cont-content" >
<div id="ie-cont-warning">
<img src="images/ie-warn/ie-warning.jpg" alt="Warning!">
</div>
<div id="ie-cont-text" >
<div id="ie-text-bold">
You are using an outdated browser
</div>
<div id="ie-text">
For a better experience using this site, please upgrade to a modern web browser.
</div>
</div>
<div id="ie-cont-brows" >
<a href="http://www.firefox.com" target="_blank"><img src="images/ie-warn/ie-warning-firefox.jpg" alt="Download Firefox"></a>
<a href="http://www.opera.com/download/" target="_blank"><img src="images/ie-warn/ie-warning-opera.jpg" alt="Download Opera"></a>
<a href="http://www.apple.com/safari/download/" target="_blank"><img src="images/ie-warn/ie-warning-safari.jpg" alt="Download Safari"></a>
<a href="http://www.google.com/chrome" target="_blank"><img src="images/ie-warn/ie-warning-chrome.jpg" alt="Download Google Chrome"></a>
</div>
</div>
</div>
<![endif]-->
<!-- HEADER 2 MIN FULL SCREEN MENU FONT WHITE TRANSPARENT -->
<header id="nav-stick" class="header header-1 header-side-menu header-white">
<div class="header-wrapper">
<div class="container-m-30 clearfix">
<div class="logo-row">
<!-- LOGO -->
<!-- TODO: Put E-club logo here-->
<div class="logo-container-2 fs-logo">
<div class="logo-2">
<a href="index.html" class="clearfix">
<img src="images/assets_in_use/new-logo.svg" class="logo-img" alt="Logo">
</a>
</div>
</div>
</div>
</div>
<!-- BUTTON -->
<div class="menu-btn-respons-container2">
<a class="fs-primary-nav-trigger" style="color: #ffffff;" href="#"><span class="fs-menu-icon"></span></a>
</div>
</div> <!-- END header-wrapper -->
</header>
<!-- MENU FONT -->
<nav>
<div class="fs-primary-nav fs-nav-black ">
<ul class="block-center-xy">
<li><a class="a-white " href="index.html">Home</a></li>
<!-- <li><a class="a-white " href="events.html">Events</a></li> -->
<li><a class="a-white " href="podcast.html">Podcast</a></li>
<li><a class="a-white " href="calendar.html">Calendar</a></li>
<li><a class="a-white " href="timeline.html">Timeline</a></li>
<li class="fs-label">Connect with us</li>
<li>
<div class="footer2-soc-a mt-20">
<a class="a-white" href="https://www.facebook.com/UsfCAEClub/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a class="a-white" href="https://usfcaeclub.slack.com" title="Slack" target="_blank"><i class="fa fa-slack"></i></a>
<a class="a-white" href="mailto:eclub.usfca@gmail.com" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
<a class="a-white" href="https://www.instagram.com/usfcaeclub/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</li>
</ul>
</div>
</nav>
<!-- SLIDER Revo Hero 3 -->
<div class="relative">
<div class="rev_slider_wrapper fullscreen-container" id="rev_slider_280_1_wrapper" style="background-color:#fff;padding:0px;">
<!-- START REVOLUTION SLIDER 5.1.4 fullscreen mode -->
<div class="rev_slider fullscreenbanner" data-version="5.1.4" id="rev_slider_280_1" style="display:none;">
<ul>
<!-- SLIDE -->
<li data-index="rs-674" data-transition="slidingoverlayhorizontal" data-slotamount="default" data-easein="default" data-easeout="default" data-masterspeed="default" data-rotate="0" data-saveperformance="off" data-title="Creating" data-description="">
<!-- MAIN IMAGE -->
<img src="images/assets_in_use/main-image.png" 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 -->
<div class="tp-caption font-poppins font-gold tp-resizeme rs-parallaxlevel-6" id="slide-899-layer-1" style="z-index: 8; white-space: nowrap;"
data-fontsize="['98','78','70','60']"
data-fontweight="600"
data-height="none"
data-lineheight="['112','92','84','72']"
data-responsive_offset="on"
data-splitin="none"
data-splitout="none"
data-start="1050"
data-transform_idle="o:1;"
data-transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power3.easeInOut;"
data-transform_out="y:[100%];s:1000;s:1000;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-whitespace="nowrap"
data-width="none"
data-x="['left','left','left','left']"
data-hoffset="['40','40','40','20']"
data-y="['center','center','center','center']"
data-voffset="['-100','-90','-80','-70']">
Creating
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption font-poppins font-gold tp-resizeme rs-parallaxlevel-6" id="slide-899-layer-2" style="z-index: 8; white-space: nowrap;"
data-fontsize="['98','78','70','60']"
data-fontweight="600"
data-height="none"
data-lineheight="['112','92','84','72']"
data-responsive_offset="on"
data-splitin="none"
data-splitout="none"
data-start="1350"
data-transform_idle="o:1;"
data-transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power3.easeInOut;"
data-transform_out="y:[100%];s:1000;s:1000;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-whitespace="nowrap"
data-width="none"
data-x="['left','left','left','left']"
data-hoffset="['40','40','40','20']"
data-y="['center','center','center','center']"
data-voffset="['0','0','0','0']">
tomorrow's
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption font-poppins font-gold tp-resizeme rs-parallaxlevel-6" id="slide-899-layer-3" style="z-index: 8; white-space: nowrap;"
data-fontsize="['98','78','70','60']"
data-fontweight="600"
data-height="none"
data-lineheight="['112','92','84','72']"
data-responsive_offset="on"
data-splitin="none"
data-splitout="none"
data-start="1650"
data-transform_idle="o:1;"
data-transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power3.easeInOut;"
data-transform_out="y:[100%];s:1000;s:1000;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-whitespace="nowrap"
data-width="none"
data-x="['left','left','left','left']"
data-hoffset="['40','40','40','20']"
data-y="['center','center','center','center']"
data-voffset="['100','90','80','70']">
leaders<span class="red-dot">.</span>
</div>
</li>
</ul>
</div>
</div>
<!-- END REVOLUTION SLIDER -->
<!-- SCROLL ICON -->
<div class="local-scroll-cont font-white">
<a href="#mission-statement" class="scroll-down smooth-scroll">
<div class="icon icon-arrows-down"></div>
</a>
</div>
</div>
<div class="sliding-content"><!-- need for menu -->
<div class="page-section" id="mission-statement">
<div class="relative">
<center><h1>Our Mission</h1></center>
<div class="divider divider-center" style="color: red;">
<i class="fa fa-circle" ></i>
</div>
<center>
<p style="font-family: 'Roboto', sans-serif; font-weight: 300"> <span class="red-bold-text">We are a team of 16</span> changing the entrepreneurial culture on campus<span class="red-bold-text">.</span>
Our <span class="red-bold-text">Vision</span> is to ignite and foster the global USF innovators of the future<span class="red-bold-text">.</span>
Our <span class="red-bold-text">Mission</span> is to bridge the gap between the classroom and the industry<span class="red-bold-text">.</span>
We are <span class="red-bold-text"></span> about empowering students with the necessary skills and
resources to navigate the professional world and reach their highest potential<span class="red-bold-text">.</span>
</p>
</center>
</div>
</div>
<!--End mc_embed_signup-->
<!-- TODO: Change link reference on a tags to respective pages-->
<!-- TODO: Change Images to correspond with titles: Look at using icons on white bg instead of images -->
<!-- Portfolio (3 Cols, fixed rects) -->
<div class="page-section" id="home-img-cols">
<div class="container">
<center><h1>What We Do</h1></center>
<hr />
<!-- 3 Columns start here -->
<div class="row" id="row-of-imgs-main">
<!-- <div class="col-sm-4">
<h1>Events</h1>
<div class="lightbox-item ">
<a href='./events.html' class="lightbox ">
<div class="port-img-overlay">
<img class="port-main-img" src="./images/assets_in_use/events.png">
</div>
</a>
</div>
</div> -->
<div class="col-sm-6">
<h1>Podcast</h1>
<div class="lightbox-item">
<a href='./podcast.html' class="lightbox">
<div class="port-img-overlay">
<img class="port-main-img" src="./images/assets_in_use/podcast.png">
</div>
</a>
</div>
</div>
<div class="col-sm-6">
<h1>Calendar</h1>
<div class="lightbox-item">
<a href='./calendar.html' class="lightbox">
<div class="port-img-overlay">
<img class="port-main-img" src="./images/assets_in_use/calendar.png">
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Companies We Work With -->
<div class="page-section" id="companies">
<div class="relative container">
<center><h1>Companies We Work With</h1></center>
<div class="divider divider-center">
<i class="fa fa-circle" style="color: red"></i>
</div>
<!-- CLIENTS 3 -->
<div class="page-section p-100-cont">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-xs-12 client2-item">
<img alt="client" src="images/assets_in_use/google.png">
</div>
<div class="col-sm-4 col-xs-12 client2-item">
<img alt="client" src="images/assets_in_use/twitter.png">
</div>
<div class="col-sm-4 col-xs-12 client2-item ">
<img alt="client" src="images/assets_in_use/lime.png">
</div>
</div>
<div class="row mt-30">
<div class="col-sm-4 col-xs-12 client2-item ">
<img alt="client" src="images/assets_in_use/stanford-design.jpg">
</div>
<div class="col-sm-4 col-xs-12 client2-item ">
<img alt="client" src="images/assets_in_use/calhacks.png">
</div>
<div class="col-sm-4 col-xs-12 client2-item ">
<img alt="client" src="images/assets_in_use/linkedin.png">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT INFO SECTION 1 -->
<!--<div id="contact-link" class="page-section p-140-cont">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="section-title2 mb-45 p-0"><strong>Contacts</strong></h2>
</div>
</div>
<div class="row">
CONTACT INFO
<div class="col-md-4 col-xs-6 mb-30">
<div class="row">
<div class="col-md-12 col-sm-6">
<div class="cis-cont">
<div class="cis-icon">
<div class="icon icon-basic-mail"></div>
</div>
<div class="cis-text">
<h3>Email</h3>
<p><a href="mailto:eclub.usfca@gmail.com">eclub.usfca@gmail.com</a></p>
</div>
</div>
</div>
</div>
</div>
CONTACT FORM
<div class="col-md-8">
<div class="relative">
<form id="contact-form" action="php/contact-form.php" method="POST" novalidate="novalidate">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6 mb-23">
<label>Your name *</label>
<input type="text" value="" data-msg-required="Please enter your name" maxlength="100" class="form-control " name="name" id="name" placeholder="Name" required="" aria-required="true">
</div>
<div class="col-md-6 mb-23">
<label>Your email address *</label>
<input type="email" value="" data-msg-required="Please enter your email address" data-msg-email="Please enter a valid email address" maxlength="100" class="form-control " name="email" id="email" placeholder="Email" required="" aria-required="true">
</div>
</div>
</div>
<div class="col-md-12">
<label>Message *</label>
<textarea maxlength="5000" data-msg-required="Please enter your message" rows="4" class="form-control " name="message" id="message" placeholder="Message" required="" aria-required="true"></textarea>
<div class="text-right text-xxs-center">
<input type="submit" value="SEND MESSAGE" class="button medium rounded gray font-open-sans mt-40" data-loading-text="Loading...">
</div>
</div>
</div>
</form>
<div class="alert alert-success hidden animated pulse" id="contactSuccess">
Thanks, your message has been sent to us.
</div>
<div class="alert alert-danger hidden animated shake" id="contactError">
<strong>Error!</strong> There was an error sending your message.
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- FOOTER 1 only social links -->
<footer id="footer1" class=" footer text-center">
<div class="container">
<!-- Social Links -->
<div class="footer-soc-a">
<h3>Connect With Us!</h3>
<a href="https://www.facebook.com/UsfCAEClub/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://usfcaeclub.slack.com" title="Slack" target="_blank"><i class="fa fa-slack"></i></a>
<a href="mailto:eclub.usfca@gmail.com" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.instagram.com/usfcaeclub/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
<!--Google Map of School Location-->
<div id="google-maps">
<p></p>
<center><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3153.6186677684814!2d-122.45187968456115!3d37.7755386797594!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8085874c5e815e35%3A0xcb33a474306259e9!2sMalloy+Hall%2C+USF+Main+Campus!5e0!3m2!1sen!2sus!4v1552096197917" width="750" height="300" frameborder="0" style="border:0" allowfullscreen></iframe></center>
<p><center>Malloy Hall, USF Main Campus || San Francisco, CA 94117 </center></p>
</div>
</div>
</footer> <!--End Section-->
<!-- 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 -->
</div><!-- End wrap -->
<!-- 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>
<!-- 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>
<!-- MAIN SCRIPT -->
<script src="js/main.js"></script>
<!-- FULL SCREEN MENU -->
<script src="js/fs-menu.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: "fullscreen",
dottedOverlay: "none",
delay: 9000,
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [868, 768, 960, 720],
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,
}
});
}); /*ready*/
</script>
<!-- Mailchimp Integration -->
<!-- JS end -->
</body>
</html>