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

Commit e4e8a91

Browse files
authored
Merge pull request #892 from appirio-tech/dev
Promote dev to master - Predix
2 parents 6ebfed1 + 3ee3ef1 commit e4e8a91

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-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

app/settings/email/email.controller.js

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ import angular from 'angular'
5959
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
6060
enabled: false,
6161
dirty: false
62+
},
63+
{
64+
id: 'TOPCODER_NL_PREDIX',
65+
name: 'Predix Community Newsletter',
66+
desc: 'Design and development on GE’s platform for the Industrial Internet of Things',
67+
enabled: false,
68+
dirty: false
6269
}
6370
]
6471

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+
11.6 KB
Loading

assets/images/predix-home-hero.jpg

452 KB
Loading

0 commit comments

Comments
 (0)