This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-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.tco17
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 3
3
$tco-color : #F47A20 ;
4
4
$tco-color-dark : #ea690b ;
5
5
6
+ .tco17 {
7
+ margin-bottom : 10px ;
8
+ }
9
+
6
10
.tc-banner-placeholder {
7
11
display : flex ;
8
12
flex-direction : column ;
@@ -113,6 +117,11 @@ $tco-color-dark: #ea690b;
113
117
color : $white ;
114
118
}
115
119
120
+ .subtitle {
121
+ @extend .title ;
122
+ @include sofia-pro-regular ;
123
+ }
124
+
116
125
.description {
117
126
color : $white ;
118
127
}
@@ -124,5 +133,41 @@ $tco-color-dark: #ea690b;
124
133
}
125
134
}
126
135
}
136
+
137
+ .tc-btn-white {
138
+ background-color : white ;
139
+ color : #0096FF ;
140
+ padding : 10px 20px ;
141
+ margin-top : 5px ;
142
+ }
143
+
144
+ .tc-btn-radius {
145
+ border-radius : 26px ;
146
+ }
147
+ }
148
+ .tc-banner-placeholder.bg-image {
149
+ background-image : url (../../images/home-hero.jpg );
150
+ background-size : 100% ;
151
+ height : 352px ;
152
+ background-position : center 40% ;
153
+ background-repeat : no-repeat ;
154
+
155
+ padding-top : 50px ;
156
+ padding-right : 350px ;
157
+
158
+ .title {
159
+ font-size : 36px ;
160
+ margin-bottom : 5px ;
161
+ margin-top : 10px ;
162
+ }
163
+
164
+ .subtitle {
165
+ margin-top : 20px ;
166
+ width : 450px ;
167
+ }
168
+
169
+ .cta {
170
+ margin-top : 20px ;
171
+ }
127
172
}
128
173
You can’t perform that action at this time.
0 commit comments