changeset 84e78f07c077 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=84e78f07c077
description:
Add donation link to other projects
issue10095
review357161002
diffstat:
templates/donate.html | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 5b81f6c885ef -r 84e78f07c077 templates/donate.html
--- a/templates/donate.html Mon Feb 15 13:57:33 2021 +0100
+++ b/templates/donate.html Fri Feb 26 12:40:18 2021 +0100
@@ -6,6 +6,7 @@
("Credit Card", 'credit-card', None),
("Bitcoin", 'bitcoin', None),
("Contribute", 'contribute', None),
+ ("Other Projects", 'others', None),
("Donors", 'donors', None),
("Yearly Donations", 'donations-yearly', None),
]
@@ -156,4 +157,29 @@
</p>
</div>
</div>
+<div class="card mb-5 w-100">
+ <h2 class="h4 card-header" id="others">Other Projects</h2>
+ <div class="card-body">
+ <p class="card-text">
+ Tryton relies on other projects that also need your support.
+ This includes (but is not limited to):
+ </p>
+ <ul class="row">
+ <li class="col-sm-6"><a
href="https://psfmember.org/civicrm/contribute/transact?reset=1&id=2">Python</a></li>
+ <li class="col-sm-6"><a
href="https://www.postgresql.org/about/donate/">PostgreSQL</a></li>
+ <li class="col-sm-6"><a
href="https://www.gnome.org/foundation/">GTK</a></li>
+ <li class="col-sm-6"><a
href="https://psfmember.org/civicrm/contribute/transact?reset=1&id=20">Pallets</a></li>
+ <li class="col-sm-6"><a
href="https://github.com/sponsors/dvarrazzo?o=esb">Psycopg</a></li>
+ <li class="col-sm-6"><a
href="https://lxml.de/index.html#support-the-project">lxml</a></li>
+ <li class="col-sm-6"><a href="https://openjsf.org/">jQuery</a></li>
+ <li class="col-sm-6"><a
href="https://opencollective.com/courtbouillon">WeasyPrint</a></li>
+ <li class="col-sm-6"><a
href="http://www.gevent.org/sfc.html">gevent</a></li>
+ <li class="col-sm-6"><a
href="https://www.paypal.com/donate/?cmd=_donations&business=S6VTL9FQ6L8EN&item_name=PapaParse¤cy_code=EUR&source=url">Papaparse</a></li>
+ <li class="col-sm-6"><a
href="https://fullcalendar.io/donate">FullCalendar</a></li>
+ <li class="col-sm-6"><a
href="https://craig.is/accepting-donations?ref=mousetrap">Mousetrap</a></li>
+ <li class="col-sm-6"><a
href="https://opencollective.com/Sortable/contribute">Sortable</a></li>
+ <li class="col-sm-6"><a
href="https://opencollective.com/popperjs">Popper</a></li>
+ </ul>
+ </div>
+</div>
{% endblock main %}