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 77
88 //- .ttl
99 //- 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
1016
1117 .tco
1218 tc-banner( theme ="black" , banner-name ="tco16" )
Original file line number Diff line number Diff line change 33$tco-color : #F47A20 ;
44$tco-color-dark : #ea690b ;
55
6+ .tco17 {
7+ margin-bottom : 10px ;
8+ }
9+
610.tc-banner-placeholder {
711 display : flex ;
812 flex-direction : column ;
@@ -113,6 +117,11 @@ $tco-color-dark: #ea690b;
113117 color : $white ;
114118 }
115119
120+ .subtitle {
121+ @extend .title ;
122+ @include sofia-pro-regular ;
123+ }
124+
116125 .description {
117126 color : $white ;
118127 }
@@ -124,5 +133,41 @@ $tco-color-dark: #ea690b;
124133 }
125134 }
126135 }
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+ }
127172}
128173
You can’t perform that action at this time.
0 commit comments