File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
slf4j-site/src/site/pages/templates Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,20 @@ document.write(' <img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="
66document . write ( ' </a>' )
77document . 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
1117document . 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;">' ) ;
1321document . write ( ' <img src="' + prefix + 'images/GitHub-Mark-32px.png" alt="Source code" border="0"/>' ) ;
1422document . 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
1724document . write ( ' <a href="https://twitter.com/qos_ch" style="margin-left: 1ex; margin-right: 16em;">' ) ;
1825document . write ( ' <img height="32px" src="' + prefix + 'images/TwitterLogo_blue.svg" alt="Follow @qos_ch on Twitter" border="0"/>' ) ;
You can’t perform that action at this time.
0 commit comments