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="list-group"> | |
| <a href="#" class="list-group-item active"> | |
| <h4 class="list-group-item-heading">Home</h4> | |
| <p class="list-group-item-text">Main page</p> | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">10</span> | |
| <h4 class="list-group-item-heading">Inbox</h4> | |
| <p class="list-group-item-text"> | |
| View message(s) from your friends. |
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="list-group"> | |
| <a href="#" class="list-group-item active">Home</a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">10</span>Inbox | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">50</span>Outbox | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">20</span>Contact |
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
| <ul class="list-group"> | |
| <li class="list-group-item">Home</li> | |
| <li class="list-group-item"> | |
| <span class="badge">10</span> Inbox | |
| </li> | |
| <li class="list-group-item"> | |
| <span class="badge">50</span> Outbox | |
| </li> | |
| <li class="list-group-item"> | |
| <span class="badge">20</span> Contact |
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
| <ul class="media-list"> | |
| <li class="media"> | |
| <a class="pull-left" href="#"> | |
| <img class="media-object" data-src="holder.js/64x64" | |
| alt="Generic placeholder image"> | |
| </a> | |
| <div class="media-body"> | |
| <h4 class="media-heading">Media heading</h4> | |
| Comment. | |
| </div> |
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="media"> | |
| <a class="pull-left" href="#"> | |
| <img class="media-object" data-src="holder.js/64x64" | |
| alt="Generic placeholder image"> | |
| </a> | |
| <div class="media-body"> | |
| <h4 class="media-heading">Media heading</h4> | |
| Comment. | |
| </div> | |
| </div> |
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="progress progress-striped"> | |
| <div class="progress-bar progress-bar-success" role="progressbar" | |
| aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> | |
| </div> | |
| </div> | |
| <div class="progress progress-striped"> | |
| <div class="progress-bar progress-bar-warning" role="progressbar" | |
| aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> | |
| </div> | |
| </div> |
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="progress"> | |
| <div class="progress-bar progress-bar-success" role="progressbar" | |
| aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> | |
| </div> | |
| </div> | |
| <div class="progress"> | |
| <div class="progress-bar progress-bar-warning" role="progressbar" | |
| aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> | |
| </div> | |
| </div> |
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="alert alert-warning alert-dismissable"> | |
| <button type="button" class="close" data-dismiss="alert" | |
| aria-hidden="true">×</button> | |
| <strong>Warning!</strong> | |
| Best check yo self, you're not looking too good. | |
| </div> |
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="col-sm-3"> | |
| <div class="thumbnail"> | |
| <img data-src="holder.js/100%x180" alt="..."> | |
| <div class="caption"> | |
| <h3>DevelMate</h3> | |
| <p>DevelMate.com is the best resources for | |
| developers. | |
| </p> | |
| <div class="row"> |