diff options
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index 15d415bac..ba4735a31 100644 --- a/getting-started.html +++ b/getting-started.html @@ -262,14 +262,21 @@ bootstrap/ <p>Customize the navbar and carousel, then add some new components.</p> </div> <div class="col-xs-6 col-md-4"> + <a class="thumbnail" href="../examples/cover/"> + <img src="../examples/screenshots/cover.jpg" alt=""> + </a> + <h4>Cover</h4> + <p>A one-page template for building simple and beautiful home pages.</p> + </div> + <div class="clearfix visible-xs"></div> + + <div class="col-xs-6 col-md-4"> <a class="thumbnail" href="../examples/dashboard/"> <img src="../examples/screenshots/dashboard.jpg" alt=""> </a> <h4>Dashboard</h4> <p>Basic structure for a admin dashboard with fixed sidebar and navbar.</p> </div> - <div class="clearfix visible-xs"></div> - <div class="col-xs-6 col-md-4"> <a class="thumbnail" href="../examples/non-responsive/"> <img src="../examples/screenshots/non-responsive.jpg" alt=""> @@ -277,6 +284,8 @@ bootstrap/ <h4>Non-responsive Bootstrap</h4> <p>Easily disable the responsiveness of Bootstrap <a href="../getting-started/#disable-responsive">per our docs</a>.</p> </div> + <div class="clearfix visible-xs"></div> + <div class="col-xs-6 col-md-4"> <a class="thumbnail" href="../examples/theme/"> <img src="../examples/screenshots/theme.jpg" alt=""> |
