Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 045db55

Browse files
committed
Merge pull request #741 from appirio-tech/members-month
Update members of the month
2 parents 9909534 + da7fe06 commit 045db55

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

app/services/communityData.service.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@ import angular from 'angular'
2121
var data = {
2222
'memberLeaderboard': [
2323
{
24-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/f0rc0d3r_jan2016.png',
25-
'name': 'f0rc0d3r',
24+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png',
25+
'name': 'Tewibowo',
2626
'contestType': 'Design',
27-
'description': 'Three first place wins in design totalling $4500',
27+
'description': 'Won $4175 in 6 challenges',
2828
'class': 'design'
2929
}, {
30-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/vvvpig_jan2016.png',
31-
'name': 'vvvpig',
30+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png',
31+
'name': 'billsedison',
3232
'contestType': 'Development',
33-
'description': 'Eight first place wins in design totalling $9300',
33+
'description': 'Four wins for $4,500',
3434
'class': 'develop'
3535
}, {
36-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/grumpy_gordon_jan2016.png',
37-
'name': 'grumpy_gordon',
36+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png',
37+
'name': 'anubhav94',
3838
'contestType': 'Data Science',
39-
'description': 'Rating increase of 316 pts in Nov SRMs, vaulting into Div 1',
39+
'description': 'Gained 336 ratings points within all 3 December SRMs.',
4040
'class': 'data-science'
4141
}, {
42-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/thomaskranitsas_jan2016.png',
43-
'name': 'thomaskranitsas',
44-
'contestType': 'Development Rookie',
45-
'description': 'Won first place in his first two challenges!',
46-
'class': 'develop'
42+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png',
43+
'name': 'johnalok',
44+
'contestType': 'Design Rookie',
45+
'description': 'Won first place within 2 weeks of joining!',
46+
'class': 'design'
4747
}
4848
],
4949
'copilots': [{

0 commit comments

Comments
 (0)