You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
518 B
24 lines
518 B
13 years ago
|
<div id="slidesWrapper">
|
||
|
<div id="slides">
|
||
13 years ago
|
<%= image_tag 'marketing/1.png' %>
|
||
|
<%= image_tag 'marketing/2.png' %>
|
||
|
<%= image_tag 'marketing/3.png' %>
|
||
|
<%= image_tag 'marketing/4.png' %>
|
||
|
<%= image_tag 'marketing/5.png' %>
|
||
13 years ago
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script type="text/javascript">
|
||
13 years ago
|
$("#slides").slides({
|
||
13 years ago
|
navigation: false,
|
||
13 years ago
|
responsive: true,
|
||
13 years ago
|
slide: {
|
||
|
interval: 500
|
||
|
},
|
||
|
preload: {
|
||
|
active: true
|
||
|
},
|
||
|
playInterval: 8000,
|
||
|
pauseInterval: 16000
|
||
13 years ago
|
}).slides('play');
|
||
13 years ago
|
</script>
|