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

Add MVP results #1262

Merged
merged 1 commit into from
Jan 25, 2018
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
21 changes: 11 additions & 10 deletions app/my-dashboard/notifications/news.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[
{
"header": "Topcoder MVPs Revealed Live",
"details": "Tune in 01/24",
"headerExpand": "Topcoder MVPs Revealed Live!",
"detailsExpand": "Join your Community Manager, Nick, on January 25th at 01:00 PM EST as he announces your 2018 MVPs. You can view the show here on your dashboard or on our Youtube Channel!",
"backgroundImage": "tc-mvp-announcement.png",
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
"redirectText": "Learn More Here",
"live": true,
"liveExpand": true,
"header": "Topcoder MVP Announcement!",
"details": "Check out our first group of MVPs!",
"headerExpand": "Topcoder MVP Announcement!",
"detailsExpand": "Check out our first group of MVPs! Learn more about who they are and a little bit more about them!",
"backgroundImage": "tc-mvps-banner.jpg",
"redirectTo": "https://www.topcoder.com/blog/introducing-2018-topcoder-mvp-members/",
"redirectText": "Read More Here",
"live": false,
"liveExpand": false,
"customTag": {
"text": "Announcement"
},
"videoCode": "https://www.youtube.com/embed/Two_6AiEHcQ"
"videoCode": "",
"height": 500
}
]
12 changes: 7 additions & 5 deletions assets/css/directives/notification.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
}
.expanded{
background-color: $tc-black;
background-position: 0 20%;
background-position: center top;
// background-position: 0 20%;
background-size: cover;
background-repeat: no-repeat;
color: $tc-black;
Expand All @@ -78,21 +79,22 @@
.header{
font-weight: bold;
font-size: 40px;
margin-top: 35px;
margin-top: 340px;
padding-left: 60px;
margin-bottom: 20px;
margin-bottom: 12px;
color: #FFF;
}
.details{
max-width: 50%;
font-size: 16px;
line-height: 26px;
line-height: 16px;
font-weight: 100;
padding-left: 60px;
color: #FFF;
}
.action{
position: absolute;
bottom: 36px;
bottom: 30px;
left: 60px;
background-color: white;
padding: 10px 20px;
Expand Down
Binary file added assets/images/news/tc-mvps-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.