From 7b30393935ddbe6e63560382b35fd6739272df3d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 01:35:29 -0700 Subject: [PATCH] markdownify about docs --- docs/_data/nav.yml | 2 +- docs/about.html | 125 ------------------------------------------ docs/about/brand.md | 75 +++++++++++++++++++++++++ docs/about/history.md | 10 ++++ docs/about/team.md | 38 +++++++++++++ 5 files changed, 124 insertions(+), 126 deletions(-) delete mode 100644 docs/about.html create mode 100644 docs/about/brand.md create mode 100644 docs/about/history.md create mode 100644 docs/about/team.md diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 3256c1a88e..19e419ace6 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -99,4 +99,4 @@ - title: History - title: Team - title: Brand - - title: Credits + # - title: Credits diff --git a/docs/about.html b/docs/about.html deleted file mode 100644 index 70a6717e40..0000000000 --- a/docs/about.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -layout: default -title: About -slug: about -lead: "Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand." ---- - - - -
-

History

- -

Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.

-

Bootstrap was created at Twitter in mid-2010 by @mdo and @fat. Prior to being an open-sourced framework, Bootstrap was known as Twitter Blueprint. A few months into development, Twitter held its first Hack Week and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.

-

Originally released on , we've since had over twenty releases, including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.

-
- - - -
-

Team

- -

Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.

- -

Core team

-
- {% for member in site.data.core-team %} - - {% endfor %} -
-

Get involved with Bootstrap development by opening an issue or submitting a pull request. Read our contributing guidelines for information on how we develop.

- -

Sass team

-
- {% for member in site.data.sass-team %} - - {% endfor %} -
-

The official Sass port of Bootstrap was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.0. Read the Sass contributing guidelines for information on how the Sass port is developed.

-
- - - -
-

Brand guidelines

- -

Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's Brand Assets.

- -

Mark and logo

-

Use either the Bootstrap mark (a capital B) or the standard logo (just Bootstrap). It should always appear in Helvetica Neue Bold. Do not use the Twitter bird in association with Bootstrap.

-
-
-
B
-
-
-
B
-
-
-
-
-

Bootstrap

-
-
-

Bootstrap

-
-
- -

Download mark

-

Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.

-
-
- Bootstrap -
-
- Bootstrap -
-
- Bootstrap -
-
- -

Name

-

The project and framework should always be referred to as Bootstrap. No Twitter before it, no capital s, and no abbreviations except for one, a capital B.

-
-
-

Bootstrap

- -
-
-

BootStrap

- -
-
-

Twitter Bootstrap

- -
-
- -

Colors

-

Our docs and branding use a handful of primary colors to differentiate what is Bootstrap from what is in Bootstrap. In other words, if it's purple, it's representative of Bootstrap.

-
-
-
-
-
-
-
-
- -
diff --git a/docs/about/brand.md b/docs/about/brand.md new file mode 100644 index 0000000000..5f23069324 --- /dev/null +++ b/docs/about/brand.md @@ -0,0 +1,75 @@ +--- +layout: page +title: Brand guidelines +--- + +Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](http://mailchimp.com/about/brand-assets/). + +## Mark and logo + +Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in Helvetica Neue Bold. **Do not use the Twitter bird** in association with Bootstrap. + +
+
+
B
+
+
+
B
+
+
+
+
+

Bootstrap

+
+
+

Bootstrap

+
+
+ +## Download mark + +Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as. + +
+
+ Bootstrap +
+
+ Bootstrap +
+
+ Bootstrap +
+
+ +## Name + +The project and framework should always be referred to as **Bootstrap**. No Twitter before it, no capital _s_, and no abbreviations except for one, a capital **B**. + +
+
+

Bootstrap

+ +
+
+

BootStrap

+ +
+
+

Twitter Bootstrap

+ +
+
+ +## Colors + +Our docs and branding use a handful of primary colors to differentiate what *is* Bootstrap from what *is in* Bootstrap. In other words, if it's purple, it's representative of Bootstrap. + +
+
+
+
+
+
+
+
diff --git a/docs/about/history.md b/docs/about/history.md new file mode 100644 index 0000000000..a2c9db14be --- /dev/null +++ b/docs/about/history.md @@ -0,0 +1,10 @@ +--- +layout: page +title: History +--- + +Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. + +Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/2010/hack-week) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today. + +Originally [released](https://dev.twitter.com/blog/bootstrap-twitter) on [](https://twitter.com/mdo/statuses/104620039650557952), we've since had over [twenty releases](https://github.com/twbs/bootstrap/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach. \ No newline at end of file diff --git a/docs/about/team.md b/docs/about/team.md new file mode 100644 index 0000000000..59b0f44165 --- /dev/null +++ b/docs/about/team.md @@ -0,0 +1,38 @@ +--- +layout: page +title: Team +--- + +Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. + +## Core team + +
+ {% for member in site.data.core-team %} + + {% endfor %} +
+ +Get involved with Bootstrap development by [opening an issue](https://github.com/twbs/bootstrap/issues/new) or submitting a pull request. Read our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for information on how we develop. + +## Sass team + +
+ {% for member in site.data.sass-team %} + + {% endfor %} +
+ +The [official Sass port of Bootstrap]({{ site.sass_repo }}) was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.0. Read the Sass [contributing guidelines](https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md) for information on how the Sass port is developed.