diff options
| author | Mark Otto <[email protected]> | 2013-09-08 18:37:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-08 18:37:39 -0700 |
| commit | 77549410d52f86c2d42136014f5a2ae21f4cabee (patch) | |
| tree | c6b2bd111d66d60dc258cd63bc38b55f18cea312 /_includes | |
| parent | afb6cf1d01c28bd0a1c6803f727eb7408b70c16e (diff) | |
| download | bootstrap-77549410d52f86c2d42136014f5a2ae21f4cabee.tar.xz bootstrap-77549410d52f86c2d42136014f5a2ae21f4cabee.zip | |
Add Welcome section to docs
* Fixes unrelated typo in readme
* Add new Welcome section with history, team, callouts, and community
subsections
* Redesigns callouts to be a bit lighterweight with colored headings
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-getting-started.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index 243c05fb0..c06896e6a 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -1,4 +1,13 @@ <li> + <a href="#welcome">Welcome</a> + <ul class="nav"> + <li><a href="#welcome-history">Brief history</a></li> + <li><a href="#welcome-core-team">Core team</a></li> + <li><a href="#welcome-callouts">Callouts</a></li> + <li><a href="#welcome-community">Community</a></li> + </ul> +</li> +<li> <a href="#download">Download Bootstrap</a> <ul class="nav"> <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li> |
