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

Commit 4c448dc

Browse files
Merge pull request #1253 from appirio-tech/mvp-live
Change announcement to MVP Live video
2 parents a078472 + 61a57db commit 4c448dc

File tree

2 files changed

+8
-14
lines changed

2 files changed

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

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)