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

Commit fbfe5aa

Browse files
committed
Merge pull request #115 from appirio-tech/release
Release
2 parents e4d385b + e739b3d commit fbfe5aa

File tree

12 files changed

+720
-31
lines changed

12 files changed

+720
-31
lines changed

src/css/my-dashboard.css

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -259,47 +259,29 @@
259259
}
260260

261261
.member-program-content *[rel="badges"] *[rel="badge"] div[rel="image"] {
262-
min-width: 30px;
263-
min-height: 30px;
264-
background-image: url('../i/member-program/sprite.png');
262+
width: 48px;
263+
height: 48px;
265264
background-repeat: no-repeat;
266-
zoom: 0.5;
267265
}
268266

269267
.member-program-content *[rel="badges"] *[rel="badge"].participant div[rel="image"] {
270-
background-position: -112px 0px;
271-
width: 76px;
272-
height: 76px;
268+
background-image: url('../i/member-program/svg/Member-06.svg');
273269
}
274270

275271
.member-program-content *[rel="badges"] *[rel="badge"].education div[rel="image"] {
276-
background-position: -112px -78px;
277-
width: 74px;
278-
height: 74px;
272+
background-image: url('../i/member-program/svg/Education-06.svg');
279273
}
280274

281275
.member-program-content *[rel="badges"] *[rel="badge"].peer div[rel="image"] {
282-
background-position: 0px -83px;
283-
width: 66px;
284-
height: 90px;
276+
background-image: url('../i/member-program/svg/Show-Your-Skills-06.svg');
285277
}
286278

287279
.member-program-content *[rel="badges"] *[rel="badge"].challenge div[rel="image"] {
288-
background-position: -190px -76px;
289-
width: 54px;
290-
height: 74px;
280+
background-image: url('../i/member-program/svg/Challenger-06.svg');
291281
}
292282

293283
.member-program-content *[rel="badges"] *[rel="badge"].high-performer div[rel="image"] {
294-
background-position: -190px 0px;
295-
width: 63px;
296-
height: 74px;
297-
}
298-
299-
.member-program-content *[rel="badges"] *[rel="badge"].custom div[rel="image"] {
300-
background-position: 0px -175px;
301-
width: 64px;
302-
height: 64px;
284+
background-image: url('../i/member-program/svg/High-Performer-06.svg');
303285
}
304286

305287
.member-program-content *[rel="badges"] *[rel="badge"] div[rel="name"] {

src/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<a href="" class="coder"></a>
106106
<p class="country"></p>
107107
<a href="" class="link myProfileLink">My Profile</a>
108-
<a href="@@community/tc?module=MyHome" class="link">My TopCoder </a>
108+
<a href="/my-dashboard" class="link">My TopCoder </a>
109109
<a href="@@community/tc?module=MyHome" class="link">Account Settings </a>
110110
<a href="javascript:;" class="actionLogout">Log Out</a>
111111
</div>
@@ -217,7 +217,7 @@ <h1 class="logo">
217217
<div class="action">
218218
<a class="profileLink" href="">My
219219
Profile</a>
220-
<a href="@@community/tc?module=MyHome">My TopCoder </a>
220+
<a href="/my-dashboard">My TopCoder </a>
221221
<a href="@@community/tc?module=MyHome" class="linkAlt">Account Settings</a>
222222
</div>
223223
</div>

wp/wp-content/themes/tcs-responsive/header-referral.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="" class="coder"></a>
3030
<p class="country"></p>
3131
<a href="" class="link myProfileLink">My Profile</a>
32-
<a href="//community.topcoder.com/tc?module=MyHome" class="link">My TopCoder </a>
32+
<a href="/my-dashboard" class="link">My TopCoder </a>
3333
<a href="//community.topcoder.com/tc?module=MyHome" class="link">Account Settings </a>
3434
<a href="javascript:;" class="actionLogout">Log Out</a>
3535
</div>
@@ -100,7 +100,7 @@
100100
<div class="action">
101101
<a class="profileLink" href="">My
102102
Profile</a>
103-
<a href="//community.topcoder.com/tc?module=MyHome">My TopCoder </a>
103+
<a href="/my-dashboard">My TopCoder </a>
104104
<a href="//community.topcoder.com/tc?module=MyHome" class="linkAlt">Account Settings</a>
105105
</div>
106106
</div>

wp/wp-content/themes/tcs-responsive/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="" class="coder"></a>
3030
<p class="country"></p>
3131
<a href="" class="link myProfileLink">My Profile</a>
32-
<a href="//community.topcoder.com/tc?module=MyHome" class="link">My TopCoder </a>
32+
<a href="/my-dashboard" class="link">My TopCoder </a>
3333
<a href="//community.topcoder.com/tc?module=MyHome" class="link">Account Settings </a>
3434
<a href="javascript:;" class="actionLogout">Log Out</a>
3535
</div>
@@ -120,7 +120,7 @@
120120
<div class="action">
121121
<a class="profileLink" href="">My
122122
Profile</a>
123-
<a href="//community.topcoder.com/tc?module=MyHome">My TopCoder </a>
123+
<a href="/my-dashboard">My TopCoder </a>
124124
<a href="//community.topcoder.com/tc?module=MyHome" class="linkAlt">Account Settings</a>
125125
</div>
126126
</div>
Lines changed: 119 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)