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

Issue #1058 #1081

Merged
merged 1 commit into from
Mar 13, 2017
Merged
Changes from all commits
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
9 changes: 5 additions & 4 deletions app/my-dashboard/my-dashboard.jade
Original file line number Diff line number Diff line change
@@ -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")

52 changes: 33 additions & 19 deletions assets/css/directives/tc-banner.scss
Original file line number Diff line number Diff line change
@@ -150,33 +150,47 @@ $tco-color-dark: #ea690b;
background-image: url(../../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;
}

}

}


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.