Skip to content

Instantly share code, notes, and snippets.

@misterzik
Last active August 29, 2015 14:22
Show Gist options
  • Save misterzik/296451339f577d3c2f48 to your computer and use it in GitHub Desktop.
Save misterzik/296451339f577d3c2f48 to your computer and use it in GitHub Desktop.
jquery.minerva.js_installation_snippet
<div class="container">
<ul id="slider">
<li><img src="YOUR-IMAGE-0" height="100%" alt="" /></li>
<li><img src="YOUR-IMAGE-1" height="100%" alt="" /></li>
<li><img src="YOUR-IMAGE-2" height="100%" alt="" /></li>
<li><img src="YOUR-IMAGE-3" height="100%" alt="" /></li>
<li><img src="YOUR-IMAGE-4" height="100%" alt="" /></li>
</ul>
<ul id="dots">
<li class="active"></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment