From f01348ecebf68550e2df40496e7d0b7b4a05a561 Mon Sep 17 00:00:00 2001 From: Gal Havivi Date: Fri, 24 Jan 2020 19:28:28 +0200 Subject: [PATCH 1/4] Add Jafar to users Add Jafar to users https://yahoo.github.io/jafar/ --- website-1.x/data/users.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 8f926a413ea3..ee336eed02f7 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -322,6 +322,14 @@ module.exports = [ fbOpenSource: true, pinned: false, }, + { + caption: 'Jafar', + image: 'https://yahoo.github.io/jafar/img/jafar.svg', + infoLink: 'https://yahoo.github.io/jafar', + fbOpenSource: false, + pinned: true, + + }, { caption: 'Jest', image: '/img/users/jest.png', From 88ceb2fa0f54c53ff4d2aec3dd5ae04b1b6ddd23 Mon Sep 17 00:00:00 2001 From: Gal Havivi Date: Fri, 24 Jan 2020 19:34:03 +0200 Subject: [PATCH 2/4] Update users.js --- website-1.x/data/users.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index ee336eed02f7..f1961cdf270a 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -327,8 +327,7 @@ module.exports = [ image: 'https://yahoo.github.io/jafar/img/jafar.svg', infoLink: 'https://yahoo.github.io/jafar', fbOpenSource: false, - pinned: true, - + pinned: true, }, { caption: 'Jest', From 4eb667f261e285b570c85a1bcb0719d2477daed5 Mon Sep 17 00:00:00 2001 From: Gal Havivi Date: Fri, 24 Jan 2020 19:48:17 +0200 Subject: [PATCH 3/4] Update users.js --- website-1.x/data/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index f1961cdf270a..f3799a18ec31 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -327,7 +327,7 @@ module.exports = [ image: 'https://yahoo.github.io/jafar/img/jafar.svg', infoLink: 'https://yahoo.github.io/jafar', fbOpenSource: false, - pinned: true, + pinned: true, }, { caption: 'Jest', From d347889f65f1f166781573aadcfc159e0f744d22 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sat, 25 Jan 2020 02:27:15 +0800 Subject: [PATCH 4/4] Update users.js --- website-1.x/data/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index f3799a18ec31..ac1cf78cdcc8 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -327,7 +327,7 @@ module.exports = [ image: 'https://yahoo.github.io/jafar/img/jafar.svg', infoLink: 'https://yahoo.github.io/jafar', fbOpenSource: false, - pinned: true, + pinned: false, }, { caption: 'Jest',