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

Commit 0caff68

Browse files
authored
Merge pull request #902 from appirio-tech/tony-tco16-banners
cleaning up community overview - review board, copilot, CAB
2 parents 9c01db4 + e664e14 commit 0caff68

File tree

3 files changed

+41
-46
lines changed

3 files changed

+41
-46
lines changed

app/community/members.jade

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,28 @@
2424
p.statVal {{ctrl.platformStats.activeContestsCount | number : 0}}
2525
p.statLabel ACTIVE CHALLENGES
2626
.members-of-month-container
27-
h2 Members of the Month
28-
small {{ctrl.currentMonth}}
27+
h2 Community Advisory Board
2928
.members-wrapper
3029
.user-tile(ng-repeat="item in ctrl.memberLeaderboard")
3130
a.avatar-wrapper(ui-sref="profile.about({userHandle: item.name})")
3231
img(ng-src="{{item.avatar}}")
3332
a.user-name(ui-sref="profile.about({userHandle: item.name})") {{item.name}}
3433
.user-tag(class="{{item.class}}") {{item.contestType}}
3534
p.user-desc {{item.description}}
36-
a(ng-href="//www.{{ctrl.domain}}/community/member-programs/topcoder-member-of-the-month/", target="_blank").user-more Read the story
37-
p.member-congratulation Congratulations to all the members of the month!
3835

3936
.reviewboard-container
4037
h2 Review Boards
4138
.content-wrapper
4239
.col
43-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=23", target="_blank") Conceptualization
44-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=6", target="_blank") Specification
4540
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=7", target="_blank") Architecture
46-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=1", target="_blank") Component Design
47-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=2", target="_blank") Component Development
48-
.col
4941
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=14", target="_blank") Assembly
50-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=38", target="_blank") First2Finish
42+
.col
43+
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=9", target="_blank") Bug Hunt
5144
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=39", target="_blank") Code
52-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=13", target="_blank") Test Suites
53-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=36", target="_blank") Report
45+
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=38", target="_blank") First2Finish
5446
.col
47+
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=13", target="_blank") Test Suites
5548
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=19", target="_blank") UI prototype
56-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=24", target="_blank") RIA Build
57-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=35", target="_blank") Content Creation
58-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=26", target="_blank") Test Scenarios
59-
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=9", target="_blank") Bug Hunt
6049

6150

6251
.copilots-container

app/services/communityData.service.js

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -21,55 +21,61 @@ import angular from 'angular'
2121
var data = {
2222
'memberLeaderboard': [
2323
{
24-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/toxicpixel_apr2016.png',
25-
'name': 'ToxicPixel',
26-
'contestType': 'Design',
27-
'description': 'Won $4,200 with top prizes in LUX and Idea Gen!',
28-
'class': 'design'
24+
'avatar': '//www.topcoder.com/i/m/callmekatootie.jpeg',
25+
'name': 'callmekatootie',
26+
'contestType': 'Development',
27+
'description': '',
28+
'class': 'develop'
2929
}, {
30-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/monicamuranyi_apr2016.png',
31-
'name': 'MonicaMuranyi',
30+
'avatar': '//www.topcoder.com/i/m/besabestin.jpeg',
31+
'name': 'besabestin',
3232
'contestType': 'Development',
33-
'description': 'Won $8,300 across 12 competitions',
33+
'description': '',
3434
'class': 'develop'
3535
}, {
36-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/sugina_apr2016.png',
37-
'name': 'Sugina',
36+
'avatar': '//www.topcoder.com/i/m/chekspir.jpeg',
37+
'name': 'chekspir',
38+
'contestType': 'Design',
39+
'description': '',
40+
'class': 'design'
41+
}, {
42+
'avatar': '//www.topcoder.com/i/m/DaraK.png',
43+
'name': 'darak',
44+
'contestType': 'Design',
45+
'description': '',
46+
'class': 'design'
47+
}, {
48+
'avatar': '//topcoder-prod-media.s3.amazonaws.com/member/profile/scott_wu-1480977860221.jpeg',
49+
'name': 'scott_wu',
3850
'contestType': 'Data Science',
39-
'description': 'Total increase of 175 points, with a jump from Div 2 to Div 1',
51+
'description': '',
4052
'class': 'data-science'
41-
}, {
42-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tritias_apr2016.png',
43-
'name': 'TiTrias',
44-
'contestType': 'Development Rookie',
45-
'description': 'Won first challenge within a month of joining!',
46-
'class': 'develop'
4753
}
4854
],
4955
'copilots': [{
50-
'avatar': '//community.topcoder.com/i/m/maroosh.jpeg',
56+
'avatar': '//www.topcoder.com/i/m/maroosh.jpeg',
5157
'name': 'maroosh',
5258
'country': 'Jordan'
5359
}, {
54-
'avatar': '//community.topcoder.com/i/m/Ghostar.jpeg',
60+
'avatar': '//www.topcoder.com/i/m/Ghostar.jpeg',
5561
'name': 'Ghostar',
5662
'country': 'United States'
5763
}, {
58-
'avatar': '//community.topcoder.com/i/m/hohosky.png',
59-
'name': 'hohosky',
60-
'country': 'China'
64+
'avatar': '//www.topcoder.com/i/m/fajar.mln.png',
65+
'name': 'fajar.mln',
66+
'country': 'Indonesia'
6167
}, {
62-
'avatar': '//community.topcoder.com/i/m/Wendell.jpeg',
68+
'avatar': '//www.topcoder.com/i/m/Wendell.jpeg',
6369
'name': 'Wendell',
6470
'country': 'China'
6571
}, {
66-
'avatar': '//community.topcoder.com/i/m/callmekatootie.jpeg',
72+
'avatar': '//www.topcoder.com/i/m/callmekatootie.jpeg',
6773
'name': 'callmekatootie',
6874
'country': 'India'
6975
}, {
70-
'avatar': '//community.topcoder.com/i/m/iSpartan.jpeg',
71-
'name': 'iSpartan',
72-
'country': 'United States'
76+
'avatar': '//www.topcoder.com/i/m/elkhawajah.jpeg',
77+
'name': 'elkhawajah',
78+
'country': 'Jordan'
7379
}]
7480
}
7581
deferred.resolve(data)

assets/css/community/members.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@
241241
padding-bottom: 33px;
242242
}
243243
.user-tile {
244-
min-width: 250px;
245-
width: 250px;
244+
min-width: 180px;
245+
width: 180px;
246246
max-width: 365px;
247247
margin-right: 14px;
248248
padding: 14px 20px;
@@ -279,7 +279,7 @@
279279
font-size: 14px;
280280
padding-top: 11px;
281281
@media only screen and (min-width: 1070px) {
282-
font-size: 22px;
282+
font-size: 18px;
283283
padding-top: 10px;
284284
}
285285
}

0 commit comments

Comments
 (0)