diff --git a/docs/_data/core-team.yml b/docs/_data/core-team.yml new file mode 100644 index 0000000000..d1177964d9 --- /dev/null +++ b/docs/_data/core-team.yml @@ -0,0 +1,19 @@ +- name: Mark Otto + user: mdo + gravatar: bc4ab438f7a4ce1c406aadc688427f2c + +- name: Jacob Thornton + user: fat + gravatar: a98244cbdacaf1c0b55499466002f7a8 + +- name: Chris Rebert + user: cvrebert + gravatar: edec428c425453955f770095a7d26c50 + +- name: Julian Thilo + user: juthilo + gravatar: 0f7dd3ce58a416be5685ea6194f82b11 + +- name: XhmikosR + user: xhmikosr + gravatar: e37759b1ea0125d4e97b1e00b5eed26f diff --git a/docs/_data/sass-team.yml b/docs/_data/sass-team.yml new file mode 100644 index 0000000000..857e84909d --- /dev/null +++ b/docs/_data/sass-team.yml @@ -0,0 +1,7 @@ +- name: Thomas McDonald + user: mdo + gravatar: 24cd55ab1a62ffb113ab8c02f64c9301 + +- name: Gleb Mazovetskiy + user: glebm + gravatar: 729f685b8e8d7e9feed18c177c82e59b diff --git a/docs/about.html b/docs/about.html index 1195a08a08..2044eca467 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

-
- - - @mdo - Mark Otto @mdo - -
-
- - - @fat - Jacob Thornton @fat - -
-
- - - @cvrebert - Chris Rebert @cvrebert - -
-
- - - @juthilo - Julian Thilo @juthilo - -
+ {% for member in site.data.core-team %} +
+ + + @{{ member.user }} + {{ member.name }} @{{ member.user }} + +
+ {% 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

-
- - - @thomas-mcdonald - Thomas McDonald @thomas-mcdonald - -
-
- - - @glebm - Gleb Mazovetskiy @glebm - -
-
- - - @trisweb - Tristan Harward @trisweb - -
-
- - - @sporkd - Peter Gumeson @sporkd - -
+ {% for member in site.data.sass-team %} +
+ + + @{{ member.user }} + {{ member.name }} @{{ member.user }} + +
+ {% 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.