Created
January 10, 2014 08:54
-
-
Save siteslave/8348758 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
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 id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | |
| <ol class="carousel-indicators"> | |
| <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> | |
| <li data-target="#carousel-example-generic" data-slide-to="1"></li> | |
| <li data-target="#carousel-example-generic" data-slide-to="2"></li> | |
| </ol> | |
| <div class="carousel-inner"> | |
| <div class="item active"> | |
| <img src="holder.js/900x500/auto/#777:#555/text:DevelMate.com" alt="DevelMate.com"> | |
| <div class="carousel-caption"> | |
| <h3>Welcome</h3> | |
| <p>The best resources for developer.</p> | |
| </div> | |
| </div> | |
| <div class="item"> | |
| <img | |
| src="holder.js/900x500/auto/#666:#444/text:The best resources for Developer" alt="DevelMate.com"> | |
| <div class="carousel-caption">Best resources</div> | |
| </div> | |
| <div class="item"> | |
| <img src="holder.js/900x500/auto/#555:#333/text:Find new technology at here." alt="DevelMate.com"> | |
| <div class="carousel-caption">New technology</div> | |
| </div> | |
| </div> | |
| <!-- Controls --> | |
| <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> | |
| <span class="glyphicon glyphicon-chevron-left"></span> | |
| </a> | |
| <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> | |
| <span class="glyphicon glyphicon-chevron-right"></span> | |
| </a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment