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

Pi day banner #1302

Merged
merged 1 commit into from
Mar 14, 2018
Merged
Show file tree
Hide file tree
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
Expand Up @@ -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.pi-day(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")
12 changes: 12 additions & 0 deletions assets/css/my-dashboard/notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
background-position: center top;
}
&.pi-day{
background: url(../../images/pi-day.png) center/cover;
background-position: center top;
}
&.watson{
background: url(../../images/banner-watson.jpg) center/cover;
padding-left: 64px;
Expand All @@ -66,6 +70,14 @@
background-repeat: no-repeat;
background-color: #333333;
}
&.pi-day{
background-color: #a5a3ae;
background-image: url(../../images/pi-day.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
height: 250px;
}
}
}
}
Binary file added assets/images/pi-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.