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

Commit 7ea0852

Browse files
Merge pull request #1256 from appirio-tech/add-mvp-live-announcement
Add MVPs live announcement
2 parents 3748919 + 7481593 commit 7ea0852

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
22
{
3-
"header": "Announcing the MVP Program",
4-
"details": "Nominate Yourself or Someone Else Today!",
5-
"headerExpand": "Topcoder MVP Program",
6-
"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.",
3+
"header": "Topcoder MVPs Revealed Live",
4+
"details": "Tune in 01/24",
5+
"headerExpand": "Topcoder MVPs Revealed Live!",
6+
"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!",
77
"backgroundImage": "tc-mvp-announcement.png",
88
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
99
"redirectText": "Learn More Here",
@@ -12,7 +12,6 @@
1212
"customTag": {
1313
"text": "Announcement"
1414
},
15-
"videoCode": "",
16-
"videoHeight": 480
15+
"videoCode": "https://www.youtube.com/embed/Two_6AiEHcQ"
1716
}
1817
]

assets/css/directives/notification.directive.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
flex: 1;
7474
height: 100%;
7575
position: relative;
76+
margin-top: 2%;
7677
}
7778
.header{
7879
font-weight: bold;
@@ -87,7 +88,6 @@
8788
line-height: 26px;
8889
font-weight: 100;
8990
padding-left: 60px;
90-
max-width: 40%;
9191
color: #FFF;
9292
}
9393
.action{
@@ -105,7 +105,7 @@
105105
display: flex;
106106
align-items: center;
107107
justify-content: space-around;
108-
margin-top: 80px;
108+
margin: 55px;
109109
width: 50%;
110110
@media screen and (max-width: 768px) {
111111
margin-top: 0;

0 commit comments

Comments
 (0)