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

Commit a078472

Browse files
committed
Merge branch 'dev'
2 parents 430f8b6 + 3748919 commit a078472

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

app/my-dashboard/notifications/news.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
3-
"header": "TCO18",
4-
"details": "Congratulations to all Stage 1 Winners!!",
5-
"headerExpand": "TCO18",
6-
"detailsExpand": "Congratulations to all of our Stage 1 Winners in every track! These members have earned an all-expense paid trip to the TCO18 finals. There are 3 more stages to go, so get competing!",
7-
"backgroundImage": "stage1-winners.png",
8-
"redirectTo": "https://tco18.topcoder.com",
9-
"redirectText": "TCO18 Homepage",
3+
"header": "Announcing the MVP Program",
4+
"details": "Nominate Yourself or Someone Else Today!",
5+
"headerExpand": "Topcoder MVP Program",
6+
"detailsExpand": "The Topcoder MVP program is a prestigious group of elite Topcoder members who represent our community. The program provides our MVPs opportunities to enjoy special perks, help improve the community, and grow professionally.",
7+
"backgroundImage": "tc-mvp-announcement.png",
8+
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
9+
"redirectText": "Learn More Here",
1010
"live": false,
1111
"liveExpand": false,
1212
"customTag": {

app/my-dashboard/notifications/notifications.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
it will have same width, you can create a new .banner-row if you want place more banners
1010
in a new row
1111
.banner-row
12-
span.banner.tco17
12+
a.banner.tco18(href="http://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
1313
a.banner.watson(href="https://cognitive.topcoder.com/")
1414
img(src=require("../../../assets/images/logo_white.png"), alt="TCO17")

assets/css/directives/notification.directive.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
.action{
9494
position: absolute;
9595
bottom: 36px;
96-
left: 36px;
96+
left: 60px;
9797
background-color: white;
9898
padding: 10px 20px;
9999
border-radius: 26px;

assets/css/my-dashboard/notifications.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@
3939
&:last-child{
4040
margin-right: 0;
4141
}
42-
&.tco17{
43-
background: url(../../images/happy-holidays.png) center/cover;
44-
img{
45-
width: 150px;
46-
margin: 120px auto 0;
47-
display: block;
48-
}
42+
&.tco18{
43+
background: url(../../images/banner-tco18-stage-2.jpg) center/cover;
4944
}
5045
&.watson{
5146
background: url(../../images/banner-watson.jpg) center/cover;
323 KB
Loading

assets/images/happy-holidays.png

-62.2 KB
Binary file not shown.

assets/images/news/stage1-winners.png

-250 KB
Binary file not shown.
706 KB
Loading

0 commit comments

Comments
 (0)