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

added members links #623

Merged
merged 2 commits into from
Dec 23, 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
5 changes: 3 additions & 2 deletions app/community/members.jade
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
small {{ctrl.currentMonth}}
.members-wrapper
.user-tile(ng-repeat="item in ctrl.memberLeaderboard")
.avatar-wrapper: img(ng-src="{{item.avatar}}")
.user-name {{item.name}}
a.avatar-wrapper(ui-sref="profile.about({userHandle: item.name})")
img(ng-src="{{item.avatar}}")
a.user-name(ui-sref="profile.about({userHandle: item.name})") {{item.name}}
.user-tag(class="{{item.class}}") {{item.contestType}}
p.user-desc {{item.description}}
a(ng-href="//www.{{ctrl.domain}}/community/member-programs/topcoder-member-of-the-month/", target="_blank").user-more Read the story
Expand Down
6 changes: 5 additions & 1 deletion assets/css/community/members.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
text-align: center;
background: $white;
.avatar-wrapper {
.avatar-wrapper img {
margin: 0 auto;
border-radius: 100px;
border: 1px solid $gray-light;
Expand Down Expand Up @@ -209,6 +209,10 @@
.user-more {
text-transform: uppercase;
}
.user-name {
color: black;
display: block;
}
.user-desc {
color: $gray-dark-alt;
min-height: 54px;
Expand Down
14 changes: 14 additions & 0 deletions assets/images/skills/id-109.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions assets/images/skills/id-110.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 5 additions & 10 deletions assets/images/skills/id-131.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading