|
22 | 22 | .skill(ng-repeat="skill in vm.skills")
|
23 | 23 | skill-tile(skill="skill")
|
24 | 24 |
|
25 |
| - button.tc-btn.tc-btn-m.more(ng-if="vm.skills.length < vm.fullSkills.length", ng-click="vm.skills = vm.fullSkills") VIEW ALL |
26 |
| - button.tc-btn.tc-btn-m.more(ng-if="vm.skills.length > 10", ng-click="vm.skills = vm.someSkills") VIEW LESS |
| 25 | + button.tc-btn.tc-btn-s.more(ng-if="vm.skills.length < vm.fullSkills.length", ng-click="vm.skills = vm.fullSkills") VIEW ALL |
| 26 | + button.tc-btn.tc-btn-s.more(ng-if="vm.skills.length > 10", ng-click="vm.skills = vm.someSkills") VIEW LESS |
27 | 27 |
|
28 | 28 | .empty-state(ng-show="!profileVm.skills || (profileVm.skills && profileVm.skills.length == 0)")
|
29 | 29 | .action-text Tell everyone what you know
|
|
34 | 34 |
|
35 | 35 | .description You can add languages, environments, frameworks, libraries, platforms, tools, and any other technologies that you know well.
|
36 | 36 |
|
37 |
| - button.tc-btn.tc-btn-l.link-button(ui-sref="settings.profile") ADD SKILLS |
| 37 | + button.tc-btn.tc-btn-s.link-button(ui-sref="settings.profile") ADD SKILLS |
38 | 38 |
|
39 | 39 | #tcActivity
|
40 | 40 | tc-section(ng-show="vm.displaySection.stats", state="profileVm.status.stats")
|
|
49 | 49 | div
|
50 | 50 | .text {{track | track}}
|
51 | 51 | .description Compete in challenges to win money, test yourself against the world's best, and learn new skills. Your performance rating will show up here.
|
52 |
| - a.tc-btn.tc-btn-l.link-button(href="/challenges") FIND CHALLENGES |
| 52 | + a.tc-btn.tc-btn-s.link-button(href="/challenges") FIND CHALLENGES |
53 | 53 |
|
54 | 54 | .track(
|
55 | 55 | ng-repeat="track in profileVm.profile.tracks",
|
|
58 | 58 | )
|
59 | 59 |
|
60 | 60 | div(class="name")
|
61 |
| - img(ng-if="track == 'DATA_SCIENCE'", src="/images/ico-track-data-outline.svg") |
62 |
| - img(ng-if="track == 'DEVELOP'", src="/images/ico-track-develop-outline.svg") |
63 |
| - img(ng-if="track == 'DESIGN'", src="/images/ico-track-design-outline.svg") |
64 |
| - img(ng-if="track == 'COPILOT'", src="/images/ico-track-co_pilot-outline.svg") |
| 61 | + img(ng-if="track == 'DATA_SCIENCE'", src="/images/ico-track-data.svg") |
| 62 | + img(ng-if="track == 'DEVELOP'", src="/images/ico-track-develop.svg") |
| 63 | + img(ng-if="track == 'DESIGN'", src="/images/ico-track-design.svg") |
| 64 | + img(ng-if="track == 'COPILOT'", src="/images/ico-track-copilot.svg") |
65 | 65 | span {{track | track | uppercase}} ACTIVITY
|
66 | 66 |
|
67 | 67 | a.subtrack(
|
|
107 | 107 |
|
108 | 108 | .description Show off your work and experience outside of Topcoder. Connect accounts from popular services and networks or add a link to any site.
|
109 | 109 |
|
110 |
| - button.tc-btn.tc-btn-l.link-button(ui-sref="settings.profile") CONNECT ACCOUNTS |
| 110 | + button.tc-btn.tc-btn-s.link-button(ui-sref="settings.profile") CONNECT ACCOUNTS |
0 commit comments