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

Commit 71208f4

Browse files
author
Victor George
committed
profile cleanup
1 parent 3a9add8 commit 71208f4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/profile/about/about.jade

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
.skill(ng-repeat="skill in vm.skills")
2323
skill-tile(skill="skill")
2424

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
2727

2828
.empty-state(ng-show="!profileVm.skills || (profileVm.skills && profileVm.skills.length == 0)")
2929
.action-text Tell everyone what you know
@@ -34,7 +34,7 @@
3434

3535
.description You can add languages, environments, frameworks, libraries, platforms, tools, and any other technologies that you know well.
3636

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
3838

3939
#tcActivity
4040
tc-section(ng-show="vm.displaySection.stats", state="profileVm.status.stats")
@@ -49,7 +49,7 @@
4949
div
5050
.text {{track | track}}
5151
.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
5353

5454
.track(
5555
ng-repeat="track in profileVm.profile.tracks",
@@ -58,10 +58,10 @@
5858
)
5959

6060
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")
6565
span {{track | track | uppercase}} ACTIVITY
6666

6767
a.subtrack(
@@ -107,4 +107,4 @@
107107

108108
.description Show off your work and experience outside of Topcoder. Connect accounts from popular services and networks or add a link to any site.
109109

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

assets/css/directives/profile-widget.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
line-height: 24px;
7070
//TODO change font to Merriweather Sans Regular
7171
@include merriweather-sans-regular;
72-
text-align: center;
72+
text-align: left;
7373
color: $gray-darkest;
7474
}
7575

0 commit comments

Comments
 (0)