Created
November 1, 2016 14:56
-
-
Save vzaremba/3f26f775be76ead981157e153cfa729a 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
| <section class='rotating-carousel widget'> | |
| <div class='owl-carousel owl-theme widget'> | |
| <div> | |
| <a class='item'> | |
| <div class='carousel-content'> | |
| <h1 class='carousel-header'>Test Header1</h1> | |
| <div class='carousel-sub-header'>Duis aute irure dolor in reprehenderit</div> | |
| </div> | |
| <a class='item-read-more'>Go to Promotion</a> | |
| <a class='carousel-details'>See details</a> | |
| <img class='carousel-img' src='http://www.wallcoo.net/photography/SZ_200_interior_decoration_01/wallpapers/1600x1200/JG006_interior_decoration.jpg'> | |
| </a> | |
| </div> | |
| <div> | |
| <a class='item'> | |
| <div class='carousel-content'> | |
| <h2 class='carousel-header'>Test Header2</h2> | |
| <div class='carousel-sub-header'>Duis aute irure dolor in reprehenderit</div> | |
| </div> | |
| <a class='item-read-more'>Go to Promotion</a> | |
| <a class='carousel-details'>See details</a> | |
| <img class='carousel-img' src='http://tahujeletot.com/wp-content/uploads/2012/06/photodune-1176897-red-couch-on-white-interior-wall-m.jpg'> | |
| </a> | |
| </div> | |
| </div> | |
| </section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment