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

Commit 748eff8

Browse files
Merge pull request #1249 from appirio-tech/state-1-winners
Add stage 1 winners announcement
2 parents 45b84b9 + 0f77bdb commit 748eff8

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

app/my-dashboard/notifications/news.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[
22
{
3-
"header": "TCO17",
4-
"details": "Congratulations to our Champions!",
5-
"backgroundImage": "tco-winners.jpg",
6-
"redirectTo": "https://tco17.topcoder.com",
7-
"redirectText": "Congratulations to our TCO17 Champions!",
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",
810
"live": false,
911
"liveExpand": false,
1012
"customTag": {

assets/css/directives/notification.directive.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,18 @@
7777
.header{
7878
font-weight: bold;
7979
font-size: 40px;
80-
margin-top: 440px;
80+
margin-top: 35px;
8181
padding-left: 60px;
8282
margin-bottom: 20px;
83+
color: #FFF;
8384
}
8485
.details{
8586
font-size: 16px;
8687
line-height: 26px;
8788
font-weight: 100;
8889
padding-left: 60px;
89-
max-width: 640px;
90+
max-width: 40%;
91+
color: #FFF;
9092
}
9193
.action{
9294
position: absolute;

assets/images/news/stage1-winners.png

250 KB
Loading

assets/images/news/tco-winners.jpg

-172 KB
Binary file not shown.

0 commit comments

Comments
 (0)