From bcf5d8884402f79102df7dd1fde0a684f224dffc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Feb 2014 22:13:29 -0800 Subject: Update teams to remove two Sass folks and add new Core member --- docs/about.html | 74 ++++++++++++++------------------------------------------- 1 file changed, 18 insertions(+), 56 deletions(-) (limited to 'docs/about.html') diff --git a/docs/about.html b/docs/about.html index 1195a08a0..2044eca46 100644 --- a/docs/about.html +++ b/docs/about.html @@ -26,67 +26,29 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o

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.

-- cgit v1.2.3 From 477cf1396d1e3c95fcb008e99f750b1559c9a76b Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sun, 9 Feb 2014 12:41:47 -0800 Subject: Update docs prefixing --- docs/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/about.html') diff --git a/docs/about.html b/docs/about.html index 1195a08a0..b297adbf4 100644 --- a/docs/about.html +++ b/docs/about.html @@ -103,10 +103,10 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o

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
-
B
+
B
-- cgit v1.2.3 From 5193f9f607affbb5c01f5215ed19168ce3530ca5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Mar 2014 13:32:02 -0800 Subject: add svg logos to brand guidelines --- docs/about.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/about.html') diff --git a/docs/about.html b/docs/about.html index 9ffcd1f40..70a6717e4 100644 --- a/docs/about.html +++ b/docs/about.html @@ -80,6 +80,20 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
+

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.

-- cgit v1.2.3