Update getting started page

This commit is contained in:
Mark Otto 2013-05-09 11:40:39 -07:00
parent 25b6df9944
commit 7fa6ae578b
5 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1,4 @@
<li><a href="#downloading">Downloading Bootstrap</a></li>
<li><a href="#whats-included">What's included</a></li>
<li><a href="#examples">Templates and examples</a></li>
<li><a href="#customizing">Customizing Bootstrap</a></li>

View File

@ -8,8 +8,8 @@
</button> </button>
<div class="nav-collapse collapse bs-navbar-collapse"> <div class="nav-collapse collapse bs-navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li{% if page.slug == "welcome" %} class="active"{% endif %}> <li{% if page.slug == "getting-started" %} class="active"{% endif %}>
<a href="/welcome">Overview</a> <a href="/getting-started">Getting started</a>
</li> </li>
<li{% if page.slug == "css" %} class="active"{% endif %}> <li{% if page.slug == "css" %} class="active"{% endif %}>
<a href="/css">CSS</a> <a href="/css">CSS</a>

View File

@ -1,4 +0,0 @@
<li><a href="#getting-started">Getting started</a></li>
<li><a href="#whats-included">What's included</a></li>
<li><a href="#examples">Templates and examples</a></li>
<li><a href="#customizing">Customizing Bootstrap</a></li>

View File

@ -23,8 +23,8 @@
<div class="col col-lg-3"> <div class="col col-lg-3">
<div class="bs-sidebar"> <div class="bs-sidebar">
<ul class="nav bs-sidenav"> <ul class="nav bs-sidenav">
{% if page.slug == "welcome" %} {% if page.slug == "getting-started" %}
{% include nav-welcome.html %} {% include nav-getting-started.html %}
{% elsif page.slug == "css" %} {% elsif page.slug == "css" %}
{% include nav-css.html %} {% include nav-css.html %}
{% elsif page.slug == "components" %} {% elsif page.slug == "components" %}

View File

@ -1,16 +1,16 @@
--- ---
layout: default layout: default
title: Welcome title: Getting started
slug: welcome slug: getting-started
lead: "Welcome to the Bootstrap documentation, the living, interactive style and code guide for all things Bootstrap. If you're new here, continue reading to learn how to get started. Otherwise, carry on you beautiful person you." lead: "An overview of Bootstrap, how to download and use, basic templates and examples, and more."
--- ---
<!-- Getting started <!-- Getting started
================================================== --> ================================================== -->
<div class="bs-docs-section" id="getting-started"> <div class="bs-docs-section" id="downloading">
<div class="page-header"> <div class="page-header">
<h1>Getting started</h1> <h1>Downloading Bootstrap</h1>
</div> </div>
<p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p> <p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>