Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 38e1c0c

Browse files
authored
Improve display of sponsor rows (#368)
* Make sponsor CTA rows colored * Improve sponsor rows * Update merged styles Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent 46e7abe commit 38e1c0c

5 files changed

Lines changed: 41 additions & 4 deletions

File tree

config.codekit3

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8555,6 +8555,22 @@
85558555
"oF": 0,
85568556
"oS": 0
85578557
},
8558+
"\/static\/css\/site.css": {
8559+
"aP": 0,
8560+
"bl": 0,
8561+
"ft": 16,
8562+
"ma": 0,
8563+
"oA": 1,
8564+
"oAP": "\/static\/css\/site-min.css",
8565+
"oF": 0,
8566+
"oS": 0
8567+
},
8568+
"\/static\/css\/site.css.map": {
8569+
"ft": 8192,
8570+
"oA": 2,
8571+
"oAP": "\/static\/css\/site.css.map",
8572+
"oF": 0
8573+
},
85588574
"\/static\/favicon-16x16.png": {
85598575
"ft": 32768,
85608576
"iS": 1034,
@@ -8804,6 +8820,19 @@
88048820
"oS": 3,
88058821
"uL": 1
88068822
},
8823+
"\/static\/scss\/custom.scss": {
8824+
"aP": 1,
8825+
"bl": 0,
8826+
"dP": 10,
8827+
"dS": 0,
8828+
"ft": 4,
8829+
"ma": 1,
8830+
"oA": 1,
8831+
"oAP": "\/static\/css\/custom.css",
8832+
"oF": 0,
8833+
"oS": 3,
8834+
"uL": 1
8835+
},
88078836
"\/static\/scss\/site.scss": {
88088837
"aP": 1,
88098838
"bl": 0,

layouts/partials/sponsors.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<div class="row cta-row">
1010
<!--first sponsor row-->
1111
<div class="col-md-12">
12-
<hr>
1312
<h4 class="sponsor-cta">{{ $level.label }} Sponsors</h4>
1413
{{- if ( $e.startdate) or (ge (dateFormat "2006-01-02" $e.startdate) (dateFormat "2006-01-02" ($.Now.Format "2006-01-02"))) -}}
1514
{{- if ne $e.sponsors_accepted "no" -}}
@@ -41,4 +40,4 @@ <h4 class="sponsor-cta">{{ $level.label }} Sponsors</h4>
4140
{{- end -}}
4241
{{- end -}}
4342
{{- end -}}
44-
<hr><br />
43+
<br />

static/css/site.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/site.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scss/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,17 @@ a.footer-content {
204204
color: #000000;
205205
}
206206

207+
.cta-row {
208+
background-color: lighten(#bfbfc1, 20%);
209+
padding-top: 10px;
210+
padding-bottom: 10px;
211+
margin-top: 15px;
212+
margin-bottom: 15px;
213+
}
214+
207215
a.sponsor-cta {
208216
color: #0082AB;
217+
// color: #fff;
209218
}
210219

211220
/* Homepage */

0 commit comments

Comments
 (0)