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 +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 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" )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments