Skip to content

Commit dfd70cf

Browse files
committed
Donate banner for site header
1 parent 09a74fc commit dfd70cf

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ a.large-link:before {
143143
background: linear-gradient(to bottom, #003b6e, #1d517e);
144144
}
145145

146+
#ribbon-announce {
147+
width: 900px;
148+
height: auto;
149+
background-color: #d1f94e;
150+
background: linear-gradient(to bottom, #1d517e, #d1f94e);
151+
}
152+
146153
#ribbon ul {
147154
display: inline-block;
148155
margin: 0;

templates/template.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
</ul>
3535
<div class="clear"></div>
3636
</div>
37+
<div id="ribbon-announce">
38+
<ul class="left">
39+
<li><a href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank">This season, we need your help! Click to #SupportP5!</a></li>
40+
</ul>
41+
<div class="clear"></div>
42+
</div>
3743
<div id="header">
3844
<!--*-->header<!--*-->
3945
<form name="search" action="//www.google.com/search" method="get">

0 commit comments

Comments
 (0)