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

Commit 2859922

Browse files
Add MVP results
1 parent e8aeea2 commit 2859922

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed
+11-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[
22
{
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 25th 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!",
7-
"backgroundImage": "tc-mvp-announcement.png",
8-
"redirectTo": "https://www.topcoder.com/community/member-programs/mvp-program/",
9-
"redirectText": "Learn More Here",
10-
"live": true,
11-
"liveExpand": true,
3+
"header": "Topcoder MVP Announcement!",
4+
"details": "Check out our first group of MVPs!",
5+
"headerExpand": "Topcoder MVP Announcement!",
6+
"detailsExpand": "Check out our first group of MVPs! Learn more about who they are and a little bit more about them!",
7+
"backgroundImage": "tc-mvps-banner.jpg",
8+
"redirectTo": "https://www.topcoder.com/blog/introducing-2018-topcoder-mvp-members/",
9+
"redirectText": "Read More Here",
10+
"live": false,
11+
"liveExpand": false,
1212
"customTag": {
1313
"text": "Announcement"
1414
},
15-
"videoCode": "https://www.youtube.com/embed/Two_6AiEHcQ"
15+
"videoCode": "",
16+
"height": 500
1617
}
1718
]

assets/css/directives/notification.directive.scss

+7-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
}
5656
.expanded{
5757
background-color: $tc-black;
58-
background-position: 0 20%;
58+
background-position: center top;
59+
// background-position: 0 20%;
5960
background-size: cover;
6061
background-repeat: no-repeat;
6162
color: $tc-black;
@@ -78,21 +79,22 @@
7879
.header{
7980
font-weight: bold;
8081
font-size: 40px;
81-
margin-top: 35px;
82+
margin-top: 340px;
8283
padding-left: 60px;
83-
margin-bottom: 20px;
84+
margin-bottom: 12px;
8485
color: #FFF;
8586
}
8687
.details{
88+
max-width: 50%;
8789
font-size: 16px;
88-
line-height: 26px;
90+
line-height: 16px;
8991
font-weight: 100;
9092
padding-left: 60px;
9193
color: #FFF;
9294
}
9395
.action{
9496
position: absolute;
95-
bottom: 36px;
97+
bottom: 30px;
9698
left: 60px;
9799
background-color: white;
98100
padding: 10px 20px;

assets/images/news/tc-mvps-banner.jpg

207 KB
Loading

0 commit comments

Comments
 (0)