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

Commit 3748919

Browse files
committed
Update of dashboard banners according to Jessy's ask
Happy Holidays banner is replaced by TCO18 Stage 2 banner
1 parent 779f91d commit 3748919

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

app/my-dashboard/notifications/notifications.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
it will have same width, you can create a new .banner-row if you want place more banners
1010
in a new row
1111
.banner-row
12-
span.banner.tco17
12+
a.banner.tco18(href="http://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
1313
a.banner.watson(href="https://cognitive.topcoder.com/")
1414
img(src=require("../../../assets/images/logo_white.png"), alt="TCO17")

assets/css/my-dashboard/notifications.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@
3939
&:last-child{
4040
margin-right: 0;
4141
}
42-
&.tco17{
43-
background: url(../../images/happy-holidays.png) center/cover;
44-
img{
45-
width: 150px;
46-
margin: 120px auto 0;
47-
display: block;
48-
}
42+
&.tco18{
43+
background: url(../../images/banner-tco18-stage-2.jpg) center/cover;
4944
}
5045
&.watson{
5146
background: url(../../images/banner-watson.jpg) center/cover;
323 KB
Loading

assets/images/happy-holidays.png

-62.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)