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

Commit eae0ecd

Browse files
mohhasbiastladendo
authored andcommitted
submit 1 sep
Signed-off-by: Tom Ladendorf <[email protected]>
1 parent 4885859 commit eae0ecd

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

app/my-dashboard/my-dashboard.jade

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
//- .ttl
99
//- tc-banner(theme="black", banner-name="ttl")
10+
.tco
11+
.tc-banner-placeholder.black.bg-image
12+
.title 2017 Topcoder Open
13+
.subtitle The Ultimate Programming & Design tournament
14+
.description Earn your way to the USA!
15+
a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
1016

1117
.tco
1218
tc-banner(theme="black", banner-name="tco16")

assets/css/directives/tc-banner.scss

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ $tco-color-dark: #ea690b;
113113
color: $white;
114114
}
115115

116+
.subtitle {
117+
@extend .title;
118+
@include sofia-pro-regular;
119+
}
120+
116121
.description {
117122
color: $white;
118123
}
@@ -124,5 +129,38 @@ $tco-color-dark: #ea690b;
124129
}
125130
}
126131
}
132+
133+
.tc-btn-white {
134+
background-color: white;
135+
color: #0096FF;
136+
padding: 10px 20px;
137+
}
138+
139+
.tc-btn-radius {
140+
border-radius: 26px;
141+
}
142+
}
143+
.tc-banner-placeholder.bg-image {
144+
background-image: url(../../images/home-hero.jpg);
145+
background-size: 100%;
146+
height: 352px;
147+
background-position: center 40%;
148+
background-repeat: no-repeat;
149+
150+
padding-top: 50px;
151+
padding-right: 350px;
152+
153+
.title {
154+
font-size: 36px;
155+
margin-bottom: 5px;
156+
}
157+
158+
.subtitle {
159+
width: 450px;
160+
}
161+
162+
.cta {
163+
margin-top: 20px;
164+
}
127165
}
128166

assets/images/home-hero.jpg

106 KB
Loading

0 commit comments

Comments
 (0)