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

Add MVPs live announcement #1256

Merged
merged 1 commit into from
Jan 24, 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
11 changes: 5 additions & 6 deletions app/my-dashboard/notifications/news.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"header": "Announcing the MVP Program",
"details": "Nominate Yourself or Someone Else Today!",
"headerExpand": "Topcoder MVP Program",
"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.",
"header": "Topcoder MVPs Revealed Live",
"details": "Tune in 01/24",
"headerExpand": "Topcoder MVPs Revealed Live!",
"detailsExpand": "Join your Community Manager, Nick, on January 24th 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",
Expand All @@ -12,7 +12,6 @@
"customTag": {
"text": "Announcement"
},
"videoCode": "",
"videoHeight": 480
"videoCode": "https://www.youtube.com/embed/Two_6AiEHcQ"
}
]
4 changes: 2 additions & 2 deletions assets/css/directives/notification.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
flex: 1;
height: 100%;
position: relative;
margin-top: 2%;
}
.header{
font-weight: bold;
Expand All @@ -87,7 +88,6 @@
line-height: 26px;
font-weight: 100;
padding-left: 60px;
max-width: 40%;
color: #FFF;
}
.action{
Expand All @@ -105,7 +105,7 @@
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 80px;
margin: 55px;
width: 50%;
@media screen and (max-width: 768px) {
margin-top: 0;
Expand Down