Skip to content

Commit

Permalink
Merge pull request #892 from appirio-tech/dev
Browse files Browse the repository at this point in the history
Promote dev to master - Predix
  • Loading branch information
ajefts authored Nov 9, 2016
2 parents 6ebfed1 + 3ee3ef1 commit e4e8a91
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/my-dashboard/my-dashboard.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

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

.tco.tco17
.tc-banner-placeholder.predix
.subtitle Ready for the future? The Industrial Internet is here
.description Get hands-on with the Predix platform and the Industrial Internet
a(href="http://predix.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More

//- .ttl
//- tc-banner(theme="black", banner-name="ttl")
.tco.tco17
Expand Down
7 changes: 7 additions & 0 deletions app/settings/email/email.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ import angular from 'angular'
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
enabled: false,
dirty: false
},
{
id: 'TOPCODER_NL_PREDIX',
name: 'Predix Community Newsletter',
desc: 'Design and development on GE’s platform for the Industrial Internet of Things',
enabled: false,
dirty: false
}
]

Expand Down
61 changes: 61 additions & 0 deletions assets/css/directives/tc-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,64 @@ $tco-color-dark: #ea690b;
}
}


.tc-banner-placeholder.predix {
background-image: url(../../images/predix-home-hero.jpg);
background-size: 100%;
height: 352px;
background-position: center 100%;
background-repeat: no-repeat;
background-color: #222222;
z-index: 1;

padding-top: 50px;

.title {
margin-top: 10px;
@include sofia-pro-bold;
color: $white;
}

.subtitle {
margin-top: 50px;
width: 450px;
font-size: 20px;
@extend .title;
@include sofia-pro-regular;
}

.description {
margin-top: 20px;
margin-bottom: 5px;
color: $white;
}

.cta {
margin-top: 20px;
}

.tc-btn-white {
background-color: white;
color: #0096FF;
padding: 10px 20px;
margin-top: 10px;
}

.tc-btn-radius {
border-radius: 26px;
}
}

.tc-banner-placeholder.predix::before {
content: ' ';
background: url(../../images/predix-home-hero-title.png)
no-repeat center center;
width: 950px;
height: 67px;
position: relative;
top: 0;
left: 15%;
margin-left: -250px;
}


Binary file added assets/images/predix-home-hero-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/predix-home-hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4e8a91

Please sign in to comment.