Created
April 16, 2012 19:26
-
-
Save abneralvarado/2400906 to your computer and use it in GitHub Desktop.
Revisions
-
abneralvarado revised this gist
Apr 16, 2012 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ <div class="item" href="URL" > <img class="content" src="LaImagen.jpg" /> <div class="caption">Titulo Que Se Le Quiera Poner</div> </div> -
abneralvarado created this gist
Apr 16, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <div class="item" href="URL" target="TARGET" > <img class="content" src="someImageFile.jpg" href="URL" target="TARGET" /> <div class="caption">foobar</div> <div class="label">Slider Label</div> </div>