File tree 1 file changed +10
-3
lines changed
slf4j-site/src/site/pages/templates
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="
6
6
document . write ( ' </a>' )
7
7
document . write ( ' </td>' )
8
8
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;">' ) ;
10
16
11
17
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;">' ) ;
13
21
document . write ( ' <img src="' + prefix + 'images/GitHub-Mark-32px.png" alt="Source code" border="0"/>' ) ;
14
22
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>' ) ;
16
23
17
24
document . write ( ' <a href="https://twitter.com/qos_ch" style="margin-left: 1ex; margin-right: 16em;">' ) ;
18
25
document . 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