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

Commit ee36f1c

Browse files
Pi day banner
1 parent 3707232 commit ee36f1c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

app/my-dashboard/notifications/notifications.jade

+2-1
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.pi-day(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

+12
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+
&.pi-day{
47+
background: url(../../images/pi-day.png) center/cover;
48+
background-position: center top;
49+
}
4650
&.watson{
4751
background: url(../../images/banner-watson.jpg) center/cover;
4852
padding-left: 64px;
@@ -66,6 +70,14 @@
6670
background-repeat: no-repeat;
6771
background-color: #333333;
6872
}
73+
&.pi-day{
74+
background-color: #a5a3ae;
75+
background-image: url(../../images/pi-day.png);
76+
background-size: contain;
77+
background-position: center center;
78+
background-repeat: no-repeat;
79+
height: 250px;
80+
}
6981
}
7082
}
7183
}

assets/images/pi-day.png

133 KB
Loading

0 commit comments

Comments
 (0)