Skip to content

Commit 8aeb19d

Browse files
committed
load fundraiser banner from donate.python.org
1 parent b7f1cd2 commit 8aeb19d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

static/sass/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ table tfoot {
22672267
/* ! ===== Success Stories landing page ===== */
22682268
.featured-success-story {
22692269
padding: 1.3125em 0;
2270-
background: center -230px no-repeat url('../img/success-glow2.png?1726783859') transparent;
2270+
background: center -230px no-repeat url('../img/success-glow2.png?1646853871') transparent;
22712271
/*blockquote*/ }
22722272
.featured-success-story img {
22732273
padding: 10px 30px; }
@@ -3271,11 +3271,11 @@ span.highlighted {
32713271
.python .site-headline a:before {
32723272
width: 290px;
32733273
height: 82px;
3274-
content: url('../img/python-logo_print.png?1726783859'); }
3274+
content: url('../img/python-logo_print.png?1646853871'); }
32753275
.psf .site-headline a:before {
32763276
width: 334px;
32773277
height: 82px;
3278-
content: url('../img/psf-logo_print.png?1726783859'); } }
3278+
content: url('../img/psf-logo_print.png?1646853871'); } }
32793279
/*
32803280
* When we want to review the markup for W3 and similar errors, turn some of these on
32813281
* Uses :not selectors a bunch, so only modern browsers will support them

templates/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
crossorigin="anonymous"
3232
></script>
3333
<script src="{{ STATIC_URL }}js/libs/modernizr.js"></script>
34+
<script async
35+
src="https://donate.python.org/fundraiser-banner/fundraiser-banner.js"></script>
36+
3437

3538
{% stylesheet 'style' %}
3639
{% stylesheet 'mq' %}

0 commit comments

Comments
 (0)