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

Commit 01e24d5

Browse files
committed
Minor fix of TCO banner
1 parent 8e8c32f commit 01e24d5

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

app/my-dashboard/my-dashboard.jade

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55

66
.challenges(id="challenges", ui-view="my-challenges")
77

8+
.tco.tco17
9+
.tc-banner-placeholder.nopadding
10+
a(href="https://www.topcoder.com/bouvet-tco17").bouvet
11+
812
.tco.tco17
913
.tc-banner-placeholder.cognitive
1014
.container
1115
.img
1216
.description Learn about Cognitive technologies and get hands on experience as a member of the Topcoder Cognitive Community.
1317
a(href="https://cognitive.topcoder.com").cta.tc-btn-white.tc-btn-radius Learn More
1418

15-
.tco.tco17
19+
//-.tco.tco17
1620
.tc-banner-placeholder.black.bg-image
1721
.container
1822
.title 2017 Topcoder Open

assets/css/directives/tc-banner.scss

+11
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,17 @@ $tco-color-dark: #ea690b;
146146
border-radius: 26px;
147147
}
148148
}
149+
.tc-banner-placeholder{
150+
&.nopadding {
151+
padding: 0;
152+
}
153+
.bouvet {
154+
background-image: url(../../images/bouvet.png);
155+
background-size: 100%;
156+
padding-top: 56%;
157+
width: 100%;
158+
}
159+
}
149160
.tc-banner-placeholder.bg-image {
150161
background-image: url(../../images/home-hero.jpg);
151162
background-size: 100%;

assets/images/bouvet.png

1.31 MB
Loading

0 commit comments

Comments
 (0)