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

Commit e9eb8d1

Browse files
Merge pull request #1255 from appirio-tech/change-announcement
Remove announcement for the live video and bring back MVP announcement
2 parents fdff0fb + 3d31111 commit e9eb8d1

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
+11-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
22
{
3-
"header": "MVP Program Explained w/ Jessie Ford",
4-
"details": "Tune in now!",
3+
"header": "Announcing the MVP Program",
4+
"details": "Nominate Yourself or Someone Else Today!",
55
"headerExpand": "Topcoder MVP Program",
6-
"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.",
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.",
77
"backgroundImage": "tc-mvp-announcement.png",
8-
"live": true,
9-
"liveExpand": true,
10-
"videoCode": "https://www.youtube.com/embed/qciS6yC3_Zc"
8+
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
9+
"redirectText": "Learn More Here",
10+
"customTag": {
11+
"text": "Announcement"
12+
},
13+
"videoHeight": 480,
14+
"liveExpand": false,
15+
"videoCode": ""
1116
}
1217
]

assets/css/directives/notification.directive.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
flex: 1;
7474
height: 100%;
7575
position: relative;
76-
margin-top: 2%;
7776
}
7877
.header{
7978
font-weight: bold;
@@ -88,6 +87,7 @@
8887
line-height: 26px;
8988
font-weight: 100;
9089
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: 55px;
108+
margin-top: 80px;
109109
width: 50%;
110110
@media screen and (max-width: 768px) {
111111
margin-top: 0;

0 commit comments

Comments
 (0)