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

Update communityData.service.js - SRM winners on stats page #463

Merged
merged 5 commits into from
Oct 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions app/services/communityData.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
var deferred = $q.defer();
var data = {
"SRMWinners": [{
"avatar": "http://www.topcoder.com/i/m/tourist.jpeg",
"name": "tourist",
"date": "20151014T000000Z",
"country": "Belarus",
"contests": ["SRM 671 DIVISION 1 WINNER"]
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
"name": "xudyh",
"date": "20151020T000000Z",
"country": "China",
"contests": ["SRM 672 DIVISION 1 WINNER"]
}, {
"avatar": "https://www.topcoder.com/i/m/thegunner2401.jpeg",
"name": "thegunner2401",
"date": "20151014T000000Z",
"country": "Viet Nam",
"contests": ["SRM 671 DIVISION 2 WINNER"]
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
"name": "jiangshibiao2",
"date": "20151020T000000Z",
"country": "China",
"contests": ["SRM 672 DIVISION 2 WINNER"]
}],
"MarathonWinner": [{
"avatar": "http://www.topcoder.com/i/m/eldidou.jpeg",
Expand Down
2 changes: 1 addition & 1 deletion app/services/nav.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{ 'href': "/challenges/design/active/?pageIndex=1", 'text': 'DESIGN CHALLENGES', 'icon': '/images/nav/track-design.svg' },
{ 'href': "/challenges/develop/active/?pageIndex=1", 'text': 'DEVELOPMENT CHALLENGES', 'icon': '/images/nav/track-develop.svg' },
{ 'href': "/challenges/data/active/?pageIndex=1", 'text': 'DATA SCIENCE CHALLENGES', 'icon': '/images/nav/track-data.svg' },
{ 'href': CONSTANTS.ARENA_URL, 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/track-cp.svg', 'target': '_blank' },
{ 'href': CONSTANTS.ARENA_URL, 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/track-cp.svg', 'target': '_blank' }
],
'learn': [
{ 'href': '/getting-started/', 'text': 'GETTING STARTED', 'icon': '/images/nav/rocket.svg' },
Expand Down