|
4 | 4 | p.instruction Hi {{vm.username}}! Your account is now active. To help other members get to know you, select the tracks in which you're interested, and specify some of your skills. You can edit this information later on your Profile.
|
5 | 5 |
|
6 | 6 | .communities(ng-show="!vm.loadingCommunities && vm.showCommunity")
|
7 |
| - .communities-title Communities |
8 |
| - .communities-description Topcoder regularly establishes exclusive communities to help members develop expertise and earn money in particular technologies. Join a featured community to be notified of events and challenges. |
9 |
| - .communities-list |
10 |
| - .community(ng-repeat="(communityKey, community) in vm.communities", ng-class="{'disabled': !community.status}", ng-if="community.display") |
11 |
| - .community-details |
12 |
| - .community-icon(ng-class="{'disabled': !community.status}") |
| 7 | + .communities__title Communities |
| 8 | + .communities__description Topcoder regularly establishes exclusive communities to help members develop expertise and earn money in particular technologies. Join a featured community to be notified of events and challenges. |
| 9 | + .communities__list |
| 10 | + .community(ng-repeat="(communityKey, community) in vm.communities", ng-class="{'community--disabled': !community.status}", ng-if="community.display") |
| 11 | + .community__details |
| 12 | + .community__icon(ng-class="{'community__icon--disabled': !community.status}") |
13 | 13 | img(ng-if="communityKey == 'ios' && community.status", src="/images/ico-ios-community.svg")
|
14 | 14 | img(ng-if="communityKey == 'ios' && !community.status", src="/images/ico-ios-community-grey.svg")
|
15 | 15 |
|
16 |
| - .community-text |
17 |
| - span.community-title(class="{{!community.status && 'disabled'}}") {{community.displayName}} |
18 |
| - .community-description |
| 16 | + .community__text |
| 17 | + span.community__title(class="{{!community.status && 'disabled'}}") {{community.displayName}} |
| 18 | + .community__description |
19 | 19 | span(ng-if="communityKey == 'ios'") Mobile app design and development for iOS, with Swift emphasis
|
20 | 20 |
|
21 | 21 | onoff-switch(model="community.status", unique-id="'community-' + communityKey")
|
|
0 commit comments