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/_data/core-team.yml | 19 +++++++++++++++++++ docs/_data/sass-team.yml | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/_data/core-team.yml create mode 100644 docs/_data/sass-team.yml (limited to 'docs/_data') diff --git a/docs/_data/core-team.yml b/docs/_data/core-team.yml new file mode 100644 index 000000000..d1177964d --- /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 000000000..857e84909 --- /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 -- cgit v1.2.3 From 95308509b3f60b4312e00ce9e473c2e98bd466b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Feb 2014 22:46:25 -0800 Subject: i'm an idiot --- docs/_data/sass-team.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/sass-team.yml b/docs/_data/sass-team.yml index 857e84909..9918e23ce 100644 --- a/docs/_data/sass-team.yml +++ b/docs/_data/sass-team.yml @@ -1,5 +1,5 @@ - name: Thomas McDonald - user: mdo + user: thomas-mcdonald gravatar: 24cd55ab1a62ffb113ab8c02f64c9301 - name: Gleb Mazovetskiy -- cgit v1.2.3 From 55e6d4b9b567d2682cf3504f638892a0cb81c374 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 12 Feb 2014 21:27:31 +0200 Subject: Remove trailing space. --- docs/_data/glyphicons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/glyphicons.yml b/docs/_data/glyphicons.yml index 80b4c9b08..fc4a8a58a 100644 --- a/docs/_data/glyphicons.yml +++ b/docs/_data/glyphicons.yml @@ -1,4 +1,4 @@ -# This file is generated via Grunt task. **Do not edit directly.** +# This file is generated via Grunt task. **Do not edit directly.** # See the 'build-glyphicons-data' task in Gruntfile.js. - glyphicon-asterisk -- cgit v1.2.3 From 461404f6bea36c9cc3df60d949aaa7406a31e1bf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 13 Feb 2014 01:21:35 -0800 Subject: update homepage showcase with three new posts --- docs/_data/showcase.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/showcase.yml b/docs/_data/showcase.yml index 0c593fcc5..eb62dcc89 100644 --- a/docs/_data/showcase.yml +++ b/docs/_data/showcase.yml @@ -1,19 +1,19 @@ -- name: Coinbase - url: https://coinbase.com/ - expo_url: http://expo.getbootstrap.com/2013/08/06/coinbase/ - img: http://expo.getbootstrap.com/screenshots/coinbase.jpg +- name: Little + url: http://littleco.com + expo_url: http://expo.getbootstrap.com/2014/02/12/little/ + img: http://expo.getbootstrap.com/screenshots/little.jpg -- name: Localcrime - url: http://www.localcrimeapp.com/ - expo_url: http://expo.getbootstrap.com/2013/08/08/localcrime/ - img: http://expo.getbootstrap.com/screenshots/localcrime.jpg +- name: Engine Yard + url: http://engineyard.com + expo_url: http://expo.getbootstrap.com/2014/02/10/engine-yard/ + img: http://expo.getbootstrap.com/screenshots/engine-yard.jpg + +- name: Webflow + url: http://webflow.com + expo_url: http://expo.getbootstrap.com/2014/02/04/webflow/ + img: http://expo.getbootstrap.com/screenshots/webflow.jpg - name: Sentry - url: https://www.getsentry.com/ + url: https://getsentry.com expo_url: http://expo.getbootstrap.com/2013/05/09/sentry/ img: http://expo.getbootstrap.com/screenshots/sentry.jpg - -- name: Fortrabbit - url: http://fortrabbit.com/ - expo_url: http://expo.getbootstrap.com/2013/08/05/fortrabbit/ - img: http://expo.getbootstrap.com/screenshots/fortrabbit.jpg -- cgit v1.2.3