Skip to content

Commit 8f25fd4

Browse files
committed
Reorder
1 parent 4f88cf9 commit 8f25fd4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

people.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
}, {
123123
name: "Ben Shih",
124124
url: "https://github.com/benshih"
125+
}, {
126+
name: "Bhanu Prakash Singh",
127+
url: "https://github.com/3762bhanu"
125128
}, {
126129
name: "Bóris Marin",
127130
url: "https://github.com/borismarin"
@@ -199,6 +202,9 @@
199202
// Gopal Sarma for Best Practices Badge
200203
name: "Gopal Sarma",
201204
url: "https://github.com/gsarma"
205+
}, {
206+
name: "Jaideep Seth",
207+
url: "https://github.com/jaideep-seth"
202208
}, {
203209
name: "Jay Coggan",
204210
url: "http://www.linkedin.com/pub/jay-s-coggan/27/215/741"
@@ -349,12 +355,7 @@
349355
}, {
350356
name: "Wilson Zhao",
351357
url: "https://github.com/wilzh40"
352-
}, {
353-
name: "Jaideep Seth",
354-
url: "https://github.com/jaideep-seth"
355-
},{name: "Bhanu Prakash Singh",
356-
url: "https://github.com/3762bhanu"
357-
},];
358+
}];
358359

359360
//Render the data into the template
360361
var rendered = Mustache.render(template, rowify(contributors, 6));

0 commit comments

Comments
 (0)