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

Remove announcement for the live video and bring back MVP announcement #1255

Merged
merged 1 commit into from
Jan 9, 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
17 changes: 11 additions & 6 deletions app/my-dashboard/notifications/news.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[
{
"header": "MVP Program Explained w/ Jessie Ford",
"details": "Tune in now!",
"header": "Announcing the MVP Program",
"details": "Nominate Yourself or Someone Else Today!",
"headerExpand": "Topcoder MVP Program",
"detailsExpand": "Tune in as Jessie and Nick dive a little deeper into what the MVP Program is and how to apply! Broadcast starts at 11:00 AM EST.",
"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.",
"backgroundImage": "tc-mvp-announcement.png",
"live": true,
"liveExpand": true,
"videoCode": "https://www.youtube.com/embed/qciS6yC3_Zc"
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
"redirectText": "Learn More Here",
"customTag": {
"text": "Announcement"
},
"videoHeight": 480,
"liveExpand": false,
"videoCode": ""
}
]
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,7 +73,6 @@
flex: 1;
height: 100%;
position: relative;
margin-top: 2%;
}
.header{
font-weight: bold;
Expand All @@ -88,6 +87,7 @@
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: 55px;
margin-top: 80px;
width: 50%;
@media screen and (max-width: 768px) {
margin-top: 0;
Expand Down