Created
August 24, 2013 18:18
-
-
Save SvitlanaShepitsena/6329592 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="row"> | |
<div class="large-12 columns"> | |
<div class="orbit-container panel"> | |
<h4 class="selectedProperty">Your Text Here</h4> | |
<ul class="orbit-slides-container" data-orbit data-options="timer_speed:20000;"> | |
<li> <a href="{{URL::to('search/1')}}"> | |
<img src="{{url('comp/img/orbit/1.jpg')}}" alt=""> | |
<div class="orbit-caption">Your Caption Text</div> | |
</a> | |
</li> | |
<li> <a href="{{URL::to('search/2')}}"> | |
<img src="{{url('comp/img/orbit/2.jpg')}}" alt=""> | |
<div class="orbit-caption">Your Caption Text</div> | |
</a> | |
</li> | |
<li> | |
<a href="{{URL::to('search/3')}}"> | |
<img src="{{url('comp/img/orbit/3.jpg')}}" alt=""> | |
<div class="orbit-caption">Your Caption Text</div> | |
</a> | |
</li> | |
<li><a href="{{URL::to('search/4')}}"> | |
<img src="{{url('comp/img/orbit/4.jpg')}}" alt=""> | |
<div class="orbit-caption">Your Caption Text</div> | |
</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment