Skip to content

Instantly share code, notes, and snippets.

@parndt
Last active December 15, 2015 22:29
Show Gist options
  • Save parndt/5333630 to your computer and use it in GitHub Desktop.
Save parndt/5333630 to your computer and use it in GitHub Desktop.
<div id="slider">
<!--<img src="images/image1.jpg" alt="image1"/>
<a href="#link"><img src="images/image2.jpg" alt="image2"/></a>
<img src="images/image3.jpg" alt="image3"/>
<img src="images/image4.jpg" alt="image4"/>
</div>-->
<%= image_tag 'Composite1.png', { :alt => 1 } %>
<%= image_tag 'Composite2.png', { :alt => 2 } %>
<%= image_tag 'Composite15.png', { :alt => 15 } %>
<%= image_tag 'Composite14.png', { :alt => 14 } %>
<%= image_tag 'Composite16.png', { :alt => 16 } %>
<%= image_tag 'Composite3.png', { :alt => 3 } %>
<%= image_tag 'Composite6.png', { :alt => 6 } %>
<%= image_tag 'Composite17.png', { :alt => 17 } %>
<%= image_tag 'Composite18.png', { :alt => 18 } %>
<%= image_tag 'Composite19.png', { :alt => 19 } %>
<%= image_tag 'Composite21.png', { :alt => 21 } %>
<%= image_tag 'Composite22.png', { :alt => 22 } %>
</div>
</div>
</section>
<% content_for :javascripts do %>
<%= javascript_include_tag 'jquery-rambling.slider.js' %>
<script>
$(document).ready(function(){
$('#slider').ramblingSlider();
});
</script>
<% end %>
<section id="body_content">
<%= raw @page.content_for(:body) %>
</section>
<section id="side_body_content">
<%= raw @page.content_for(:side_body) %>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment