diff --git a/app/my-dashboard/notifications/news.json b/app/my-dashboard/notifications/news.json index afa06413e..afabe70f2 100644 --- a/app/my-dashboard/notifications/news.json +++ b/app/my-dashboard/notifications/news.json @@ -1,10 +1,12 @@ [ { - "header": "TCO17", - "details": "Congratulations to our Champions!", - "backgroundImage": "tco-winners.jpg", - "redirectTo": "https://tco17.topcoder.com", - "redirectText": "Congratulations to our TCO17 Champions!", + "header": "TCO18", + "details": "Congratulations to all Stage 1 Winners!!", + "headerExpand": "TCO18", + "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!", + "backgroundImage": "stage1-winners.png", + "redirectTo": "https://tco18.topcoder.com", + "redirectText": "TCO18 Homepage", "live": false, "liveExpand": false, "customTag": { diff --git a/assets/css/directives/notification.directive.scss b/assets/css/directives/notification.directive.scss index 3cf2b920d..6ec4b85d3 100644 --- a/assets/css/directives/notification.directive.scss +++ b/assets/css/directives/notification.directive.scss @@ -77,16 +77,18 @@ .header{ font-weight: bold; font-size: 40px; - margin-top: 440px; + margin-top: 35px; padding-left: 60px; margin-bottom: 20px; + color: #FFF; } .details{ font-size: 16px; line-height: 26px; font-weight: 100; padding-left: 60px; - max-width: 640px; + max-width: 40%; + color: #FFF; } .action{ position: absolute; diff --git a/assets/images/news/stage1-winners.png b/assets/images/news/stage1-winners.png new file mode 100644 index 000000000..06abb5f89 Binary files /dev/null and b/assets/images/news/stage1-winners.png differ diff --git a/assets/images/news/tco-winners.jpg b/assets/images/news/tco-winners.jpg deleted file mode 100644 index 78a5b0ca7..000000000 Binary files a/assets/images/news/tco-winners.jpg and /dev/null differ