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

Add happy holi pic #1291

Merged
merged 1 commit into from
Mar 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/my-dashboard/notifications/notifications.jade
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
it will have same width, you can create a new .banner-row if you want place more banners
in a new row
.banner-row
a.banner.tco18(href="https://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
// a.banner.tco18(href="https://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
a.banner.happy-holi(href="https://topcoder.com/",target="_blank",rel="noopener noreferrer")
a.banner.watson(href="https://cognitive.topcoder.com/")
img(src=require("../../../assets/images/logo_white.png"), alt="TCO17")
4 changes: 4 additions & 0 deletions assets/css/my-dashboard/notifications.scss
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@
background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
background-position: center top;
}
&.happy-holi{
background: url(../../images/happy-holi.png) center/cover;
background-position: center top;
}
&.watson{
background: url(../../images/banner-watson.jpg) center/cover;
padding-left: 64px;
Binary file added assets/images/happy-holi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.