From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- docs/about.html | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/about.html (limited to 'docs/about.html') diff --git a/docs/about.html b/docs/about.html new file mode 100644 index 000000000..b554d4546 --- /dev/null +++ b/docs/about.html @@ -0,0 +1,129 @@ +--- +layout: default +title: About +slug: about +lead: "Learn about the history of Bootstrap, meet the core team, and check out the ever-growing community resources." +base_url: "../" +--- + + + +
+ +

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.

+
+ + + +
+ +

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

+ +

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

+ +

The official Sass port of Bootstrap was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.

+
+ + + +
+ +

Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.

+ +

You can also follow @twbootstrap on Twitter for the latest gossip and awesome music videos.

+
+ + + +
+ +

Community members have translated Bootstrap's documentation into various langauges. None are officially supported and may not always be up to date.

+ +

Have another language to add, or perhaps a different or better translation? Let us know by opening an issue.

+
-- cgit v1.2.3 From 70b8b330f04960091a99c159f7346ac99d22f31f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 23:08:46 -0800 Subject: no more page.base_url --- docs/about.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/about.html') diff --git a/docs/about.html b/docs/about.html index b554d4546..91704469d 100644 --- a/docs/about.html +++ b/docs/about.html @@ -3,7 +3,6 @@ layout: default title: About slug: about lead: "Learn about the history of Bootstrap, meet the core team, and check out the ever-growing community resources." -base_url: "../" --- -- cgit v1.2.3