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

Add stage 1 winners announcement #1249

Merged
merged 1 commit into from
Dec 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions app/my-dashboard/notifications/news.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 4 additions & 2 deletions assets/css/directives/notification.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file added assets/images/news/stage1-winners.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/news/tco-winners.jpg
Binary file not shown.