File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
//- .ttl
9
9
//- 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
10
16
11
17
.tco
12
18
tc-banner( theme ="black" , banner-name ="tco16" )
Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ $tco-color-dark: #ea690b;
113
113
color : $white ;
114
114
}
115
115
116
+ .subtitle {
117
+ @extend .title ;
118
+ @include sofia-pro-regular ;
119
+ }
120
+
116
121
.description {
117
122
color : $white ;
118
123
}
@@ -124,5 +129,38 @@ $tco-color-dark: #ea690b;
124
129
}
125
130
}
126
131
}
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
+ }
127
165
}
128
166
You can’t perform that action at this time.
0 commit comments