Last active
November 15, 2017 18:18
-
-
Save celsowhite/623705481e635bd033dc90998fd309ba to your computer and use it in GitHub Desktop.
Flexslider markup for Otto code tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Place somewhere in the <body> of your page --> | |
<div class="flexslider"> | |
<ul class="slides"> | |
<li> | |
<img src="homepage-banner-slide-1.jpg" /> | |
</li> | |
<li> | |
<img src="homepage-banner-slide-2.jpg" /> | |
</li> | |
<li> | |
<img src="homepage-banner-slide-3.jpg" /> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment