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

Promote to prod - Bug Bash 3 #1096

Merged
merged 14 commits into from
Mar 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix #1058 Update TCO17 Banner in TC Dashboard
  • Loading branch information
Zhouxing Shi committed Mar 13, 2017
commit 2a5ce5a6ae842202525f758699ee52db3c99142d
9 changes: 5 additions & 4 deletions app/my-dashboard/my-dashboard.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

.tco.tco17
.tc-banner-placeholder.black.bg-image
.title 2017 Topcoder Open
.subtitle The Ultimate Programming & Design tournament
.description Earn your way to the USA!
a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
.container
.title 2017 Topcoder Open
.subtitle The Ultimate Programming & Design tournament
.description Earn your way to the USA!
a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More

.srms(id="srms", ui-view="srms", ng-show="dashboard.showSRMs")

Expand Down
52 changes: 33 additions & 19 deletions assets/css/directives/tc-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,33 +150,47 @@ $tco-color-dark: #ea690b;
background-image: url(https://github.com/images/home-hero.jpg);
background-size: 100%;
height: 352px;
background-position: center 40%;
background-position: center 25%;
background-repeat: no-repeat;
flex-direction: row;

padding-top: 50px;

.container {
width: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 37px;
height: 95%;
justify-content: space-between;

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

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

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

.cta {
margin-top: 20px;
.cta {
margin-top: 20px;
}

}

}


Expand Down
Binary file modified assets/images/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.