This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 5 files changed +74
-0
lines changed
5 files changed +74
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
.challenges ( id ="challenges" , ui-view ="my-challenges" )
7
7
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
+
8
14
//- .ttl
9
15
//- tc-banner(theme="black", banner-name="ttl")
10
16
.tco.tco17
Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ import angular from 'angular'
59
59
desc : 'Our annual online and onsite tournament to celebrate and reward the community' ,
60
60
enabled : false ,
61
61
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
62
69
}
63
70
]
64
71
Original file line number Diff line number Diff line change @@ -178,3 +178,64 @@ $tco-color-dark: #ea690b;
178
178
}
179
179
}
180
180
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
+
You can’t perform that action at this time.
0 commit comments