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

Commit d8e889b

Browse files
Nick CastilloThomasKranitsas
Nick Castillo
authored andcommitted
Problem Writers Announcement
1 parent 2a019a6 commit d8e889b

File tree

9 files changed

+8477
-8
lines changed

9 files changed

+8477
-8
lines changed

0001-Minor-fixes-in-the-announcement.patch

+8,435
Large diffs are not rendered by default.

app/my-dashboard/notifications/news.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
3-
"header": "QA - A New Way to Win a Trip to TCO!",
4-
"details": "QA Challenges now have TCO18 points. Top the leaderboard and win a trip to the TCO18 Finals!",
5-
"headerExpand": "QA - A New Way to Win a Trip to TCO!",
6-
"detailsExpand": "Stage 3 of TCO18 has begun and QA Challenges now have TCO18 points. Top the leaderboard and win a trip to the TCO18 Finals!",
7-
"backgroundImageDesktop": "TCO18-desktop.jpg",
8-
"backgroundImageTablet": "TCO18-tablet.jpg",
9-
"backgroundImageMobile": "TCO18-mobile.jpg",
10-
"redirectTo": "https://tco18.topcoder.com/win-a-trip/qa-trip-winning-opportunity/",
3+
"header": "Bonus Problem Writer Payments!",
4+
"details": "February Special, Bonus Cash for Creating Algo Problems",
5+
"headerExpand": "Bonus Problem Writer Payments!",
6+
"detailsExpand": "The whole month of February can earn you bonus cash for writing Algorithm Problems. ",
7+
"backgroundImageDesktop": "PW-desktop.jpg",
8+
"backgroundImageTablet": "PW-tablet.jpg",
9+
"backgroundImageMobile": "PW-mobile.jpg",
10+
"redirectTo": "https://www.topcoder.com/blog/showing-some-love-problem-writers/",
1111
"redirectText": "Read More",
1212
"live": false,
1313
"liveExpand": false,

assets/css/directives/notification.directive.scss

+34
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,30 @@ $desktop-width: 1024px;
147147
padding: 20px 0 13px 44px;
148148
}
149149
@include tablet {
150+
font-size: 36px;
151+
text-align: center;
152+
margin-bottom: 90px;
153+
/*
154+
======
155+
With Logo
156+
======
150157
font-size: 36px;
151158
flex: 1;
152159
text-align: center;
160+
*/
153161
}
154162
@include mobile {
163+
font-size: 18px;
164+
text-align: center;
165+
padding-top: 55px;
166+
padding-bottom: 10px;
167+
/*
168+
======
169+
With Logo
170+
======
155171
font-size: 18px;
156172
flex: 1;
173+
*/
157174
}
158175
}
159176
.details{
@@ -170,15 +187,32 @@ $desktop-width: 1024px;
170187
margin-bottom: 55px;
171188
}
172189
@include tablet {
190+
font-size: 25px;
191+
line-height: 30px;
192+
margin-bottom: 105px;
193+
text-align: center;
194+
/*
195+
======
196+
With Logo
197+
======
173198
font-size: 18px;
174199
line-height: 22px;
175200
margin-bottom: 16px;
176201
text-align: center;
202+
*/
177203
}
178204
@include mobile {
205+
font-size: 14px;
206+
margin-bottom: 55px;
207+
text-align: center;
208+
/*
209+
======
210+
With Logo
211+
======
179212
font-size: 14px;
180213
margin-bottom: 4px;
181214
text-align: center;
215+
*/
182216
}
183217
}
184218
.action{

assets/images/news/PW-desktop.jpg

267 KB
Loading

assets/images/news/PW-mobile.jpg

41.5 KB
Loading

assets/images/news/PW-tablet.jpg

186 KB
Loading

assets/images/news/TCO18-desktop.jpg

-253 KB
Binary file not shown.

assets/images/news/TCO18-mobile.jpg

-35.8 KB
Binary file not shown.

assets/images/news/TCO18-tablet.jpg

-176 KB
Binary file not shown.

0 commit comments

Comments
 (0)