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

Commit ddae32c

Browse files
committed
added predix banner
1 parent a65935f commit ddae32c

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

app/my-dashboard/my-dashboard.jade

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

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

8+
.tco.tco17
9+
.tc-banner-placeholder.predix
10+
.subtitle Ready for the future? The Industrial Internet is here
11+
.description Get hands-on with the Predix platform and the Industrial Internet
12+
a(href="http://predix.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
13+
814
//- .ttl
915
//- tc-banner(theme="black", banner-name="ttl")
1016
.tco.tco17

assets/css/directives/tc-banner.scss

+61
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,64 @@ $tco-color-dark: #ea690b;
178178
}
179179
}
180180

181+
182+
.tc-banner-placeholder.predix {
183+
background-image: url(../../images/predix-home-hero.jpg);
184+
background-size: 100%;
185+
height: 352px;
186+
background-position: center 100%;
187+
background-repeat: no-repeat;
188+
background-color: #222222;
189+
z-index: 1;
190+
191+
padding-top: 50px;
192+
193+
.title {
194+
margin-top: 10px;
195+
@include sofia-pro-bold;
196+
color: $white;
197+
}
198+
199+
.subtitle {
200+
margin-top: 50px;
201+
width: 450px;
202+
font-size: 20px;
203+
@extend .title;
204+
@include sofia-pro-regular;
205+
}
206+
207+
.description {
208+
margin-top: 20px;
209+
margin-bottom: 5px;
210+
color: $white;
211+
}
212+
213+
.cta {
214+
margin-top: 20px;
215+
}
216+
217+
.tc-btn-white {
218+
background-color: white;
219+
color: #0096FF;
220+
padding: 10px 20px;
221+
margin-top: 10px;
222+
}
223+
224+
.tc-btn-radius {
225+
border-radius: 26px;
226+
}
227+
}
228+
229+
.tc-banner-placeholder.predix::before {
230+
content: ' ';
231+
background: url(../../images/predix-home-hero-title.png)
232+
no-repeat center center;
233+
width: 950px;
234+
height: 67px;
235+
position: relative;
236+
top: 0;
237+
left: 15%;
238+
margin-left: -250px;
239+
}
240+
241+

0 commit comments

Comments
 (0)