This file contains 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="slider"> | |
<ul class="slides"> | |
<li> | |
<img src="http://lorempixel.com/580/250/nature/1"> <!-- random image --> | |
<div class="caption center-align"> | |
<h3>This is our big Tagline!</h3> | |
<h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5> | |
</div> | |
</li> | |
<li> |