Add a one-time support option
This commit is contained in:
parent
0cc008e737
commit
fd598df1c6
69
docs/support.html
Normal file
69
docs/support.html
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
<style>
|
||||||
|
.support-button {
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
|
||||||
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
|
color: rgb(51, 51, 51);
|
||||||
|
font-size: inherit;
|
||||||
|
font-family: Arial;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 8px 24px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.support-button:hover {
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.support-button {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
.support-button:visited {
|
||||||
|
color: rgb(51, 51, 51);
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#support-buttons > div {
|
||||||
|
margin-top: 3ex;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#paypal input[type=submit] {
|
||||||
|
background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
|
||||||
|
border: 1px solid rgb(255, 171, 35);
|
||||||
|
}
|
||||||
|
|
||||||
|
#liberapay a {
|
||||||
|
background: linear-gradient(rgb(92, 184, 92) 5%, rgb(62, 142, 62) 100%) rgb(92, 184, 92);
|
||||||
|
border: 1px solid rgb(62, 142, 62);
|
||||||
|
color: rgb(51, 51, 51);
|
||||||
|
}
|
||||||
|
|
||||||
|
#patreon a {
|
||||||
|
background: linear-gradient(rgb(11, 100, 163) 5%, rgb(5, 45, 73) 100%) rgb(11, 100, 163);
|
||||||
|
border: 1px solid rgb(5, 45, 73);
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div id="support-buttons">
|
||||||
|
<div id="patreon">
|
||||||
|
<a class="support-button" href="https://www.patreon.com/bePatron?u=917933">Patronage via Patreon</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" title="Contribute to support calibre development">
|
||||||
|
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||||
|
<input type="hidden" name="hosted_button_id" value="FEELASHWEL5HS" />
|
||||||
|
<input class="support-button" type="submit" name="submit" value="One time support via PayPal" />
|
||||||
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="liberapay">
|
||||||
|
<a class="support-button" href="https://liberapay.com/kovidgoyal/donate">Patronage via Liberapay</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -6,14 +6,18 @@ end kitty has many foundational features, such as: :doc:`image support
|
|||||||
<graphics-protocol>`, :doc:`superlative performance <performance>`,
|
<graphics-protocol>`, :doc:`superlative performance <performance>`,
|
||||||
:doc:`various enhancements to the terminal protocol <protocol-extensions>`,
|
:doc:`various enhancements to the terminal protocol <protocol-extensions>`,
|
||||||
etc. These features allow the development of rich terminal applications, such
|
etc. These features allow the development of rich terminal applications, such
|
||||||
as :doc:`Side-by-side diff <kittens/diff>`, :doc:`Unicode input
|
as :doc:`Side-by-side diff <kittens/diff>` and :doc:`Unicode input
|
||||||
<kittens/unicode-input>`, etc.
|
<kittens/unicode-input>`.
|
||||||
|
|
||||||
If you wish to support this mission and see the terminal ecosystem evolve,
|
If you wish to support this mission and see the terminal ecosystem evolve,
|
||||||
consider donating so that I can devote more time to |kitty| development.
|
consider donating so that I can devote more time to |kitty| development.
|
||||||
I have personally written `almost all kitty code
|
I have personally written `almost all kitty code
|
||||||
<https://github.com/kovidgoyal/kitty/graphs/contributors>`_.
|
<https://github.com/kovidgoyal/kitty/graphs/contributors>`_.
|
||||||
|
|
||||||
You can use the `Patreon <https://www.patreon.com/kovidgoyal>`_ or `Liberapay
|
You can choose to make either a one-time payment via PayPal or become a
|
||||||
<https://liberapay.com/kovidgoyal/donate>`_ services to support my kitty
|
*patron* of kitty development via the Patreon or Liberapay services
|
||||||
development.
|
below:
|
||||||
|
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
:file: support.html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user