Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c705a5a

Browse files
committedOct 28, 2015
Merge pull request #463 from appirio-tech/tony-srm-winner-update
Update communityData.service.js - SRM winners on stats page
2 parents 1708a07 + d736c79 commit c705a5a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎app/services/communityData.service.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@
7171
var deferred = $q.defer();
7272
var data = {
7373
"SRMWinners": [{
74-
"avatar": "http://www.topcoder.com/i/m/tourist.jpeg",
75-
"name": "tourist",
76-
"date": "20151014T000000Z",
77-
"country": "Belarus",
78-
"contests": ["SRM 671 DIVISION 1 WINNER"]
74+
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
75+
"name": "xudyh",
76+
"date": "20151020T000000Z",
77+
"country": "China",
78+
"contests": ["SRM 672 DIVISION 1 WINNER"]
7979
}, {
80-
"avatar": "https://www.topcoder.com/i/m/thegunner2401.jpeg",
81-
"name": "thegunner2401",
82-
"date": "20151014T000000Z",
83-
"country": "Viet Nam",
84-
"contests": ["SRM 671 DIVISION 2 WINNER"]
80+
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
81+
"name": "jiangshibiao2",
82+
"date": "20151020T000000Z",
83+
"country": "China",
84+
"contests": ["SRM 672 DIVISION 2 WINNER"]
8585
}],
8686
"MarathonWinner": [{
8787
"avatar": "http://www.topcoder.com/i/m/eldidou.jpeg",

‎app/services/nav.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{ 'href': "/challenges/design/active/?pageIndex=1", 'text': 'DESIGN CHALLENGES', 'icon': '/images/nav/track-design.svg' },
2020
{ 'href': "/challenges/develop/active/?pageIndex=1", 'text': 'DEVELOPMENT CHALLENGES', 'icon': '/images/nav/track-develop.svg' },
2121
{ 'href': "/challenges/data/active/?pageIndex=1", 'text': 'DATA SCIENCE CHALLENGES', 'icon': '/images/nav/track-data.svg' },
22-
{ 'href': CONSTANTS.ARENA_URL, 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/track-cp.svg', 'target': '_blank' },
22+
{ 'href': CONSTANTS.ARENA_URL, 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/track-cp.svg', 'target': '_blank' }
2323
],
2424
'learn': [
2525
{ 'href': '/getting-started/', 'text': 'GETTING STARTED', 'icon': '/images/nav/rocket.svg' },

0 commit comments

Comments
 (0)
This repository has been archived.