Skip to content

Commit bef8028

Browse files
committed
add sponsorship request to header
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent c1282ba commit bef8028

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

slf4j-site/src/site/pages/templates/header.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@ document.write(' <img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="
66
document.write(' </a>')
77
document.write(' </td>')
88

9-
document.write(' <td style="vertical-align:bottom;">');
9+
document.write(' <td style="vertical-align:bottom;">')
10+
document.write(' <p style="background-color: #fffbd9; border-color: #db4545; border-width: thin;')
11+
document.write(' border-style: dotted; padding: 5px;">');
12+
document.write(' Sponsor us for the purchase of dedicated hardware. This will enable the production of automated and <b>isolated</b> releases.</p>');
13+
document.write(' </td>');
14+
15+
document.write(' <td style="vertical-align:bottom;">');
1016

1117
document.write(' <div style="display: flex; float: right; align-items: flex-end;">');
12-
document.write(' <a href="https://github.com/qos-ch/slf4j" style="xmargin-left: auto;">');
18+
document.write(' <iframe src="https://github.com/sponsors/qos-ch/button" title="Sponsor qos-ch" height="35" width="116" style="border: 0; margin-left: 1ex;"></iframe>');
19+
20+
document.write(' <a href="https://github.com/qos-ch/slf4j" style="margin-left: 1ex;">');
1321
document.write(' <img src="' + prefix + 'images/GitHub-Mark-32px.png" alt="Source code" border="0"/>');
1422
document.write(' </a>');
15-
document.write(' <iframe src="https://github.com/sponsors/qos-ch/button" title="Sponsor qos-ch" height="35" width="116" style="border: 0; margin-left: 1ex;"></iframe>');
1623

1724
document.write(' <a href="https://twitter.com/qos_ch" style="margin-left: 1ex; margin-right: 16em;">');
1825
document.write(' <img height="32px" src="' + prefix + 'images/TwitterLogo_blue.svg" alt="Follow @qos_ch on Twitter" border="0"/>');

0 commit comments

Comments
 (0)