Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f3f456

Browse files
authoredMar 2, 2018
Merge pull request #1291 from appirio-tech/add-holi-img
Add happy holi pic
2 parents 888f73e + 8791ccd commit 5f3f456

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
 

‎app/my-dashboard/notifications/notifications.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
12+
// a.banner.tco18(href="https://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
13+
a.banner.happy-holi(href="https://topcoder.com/",target="_blank",rel="noopener noreferrer")
1314
a.banner.watson(href="https://cognitive.topcoder.com/")
1415
img(src=require("../../../assets/images/logo_white.png"), alt="TCO17")

‎assets/css/my-dashboard/notifications.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
4444
background-position: center top;
4545
}
46+
&.happy-holi{
47+
background: url(../../images/happy-holi.png) center/cover;
48+
background-position: center top;
49+
}
4650
&.watson{
4751
background: url(../../images/banner-watson.jpg) center/cover;
4852
padding-left: 64px;

‎assets/images/happy-holi.png

318 KB
Loading

0 commit comments

Comments
 (0)
This repository has been archived.