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

Commit 9de3585

Browse files
Replace Chinese new year with tco18 banner
1 parent 886eb69 commit 9de3585

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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-
a.banner.tco18(href="https://www.topcoder.com/blog/",target="_blank",rel="noopener noreferrer")
12+
a.banner.tco18(href="https://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-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@
4040
margin-right: 0;
4141
}
4242
&.tco18{
43-
// background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
44-
background: url(../../images/chinese-new-year.png) center/cover;
45-
// background-position: center top;
46-
background-position: center -36px;
47-
background-size: 100% 114%;
43+
background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
44+
background-position: center top;
4845
}
4946
&.watson{
5047
background: url(../../images/banner-watson.jpg) center/cover;

0 commit comments

Comments
 (0)