Created
November 22, 2012 17:30
-
-
Save gotoplanb/4132291 to your computer and use it in GitHub Desktop.
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
<div class="flexslider"> | |
<ul class="slides"> | |
<li> | |
<h3>Picture of all good foods</h3> | |
<img src="rcfp-conventions.jpg" width="300px"/> | |
<p>Here is a caption yo.</p> | |
</li> | |
<li> | |
<h3>Bananas</h3> | |
<img src="rcfp-slapp.jpg" width="300px" /> | |
<p>Bananas are good, and here's why.</p> | |
</li> | |
<li> | |
<h3>Rice</h3> | |
<img src="rcfp-conventions.jpg" width="300px" /> | |
<p>Rice is good, and here's why. X rice is totes the best.</p> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment