Created
September 26, 2009 12:40
-
-
Save peteroome/194209 to your computer and use it in GitHub Desktop.
This is the markup that is used for the fading in and out content jquery pluign.
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
| <ul id="quotes"> | |
| <li class="showing"> | |
| <blockquote> | |
| <p>“…very professional, providing us with support and guidance throughout”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| <li> | |
| <blockquote> | |
| <p>“Simply brilliant”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| <li> | |
| <blockquote> | |
| <p>“You gave us everything we need to take action if we want to.”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| <li> | |
| <blockquote> | |
| <p>“Your company provides all the information we need.”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| <li> | |
| <blockquote> | |
| <p>“We pride ourselves on leading the field with cutting-edge technology”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| <li> | |
| <blockquote> | |
| <p>“You delivered significant savings and a major shift.”</p> | |
| <p><cite><img src="some_image.gif" alt="Company X" /></cite></p> | |
| </blockquote> | |
| </li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment