1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 2 Jan 2025 17:28:22 +0200
Subject: docs: index.rst Use local available graphic
Don't use linking to external graphics, we can do a linking to local
available copies if these graphics.
Unfortunately due not clear license information we can not do local
linking for the logos of Stok and Telemetry Sports.
Forwarded: not-needed
---
docs/index.rst | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/docs/index.rst b/docs/index.rst
index d74d935..7bfd415 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -56,6 +56,57 @@
Contribute to Litestar's growth with code, docs, and more.
+Sponsors
+--------
+
+.. rst-class:: lead
+
+ Litestar is a community-driven, open-source initiative that thrives on the generous contributions of our sponsors,
+ enabling us to pursue innovative developments and continue our mission to provide exceptional tools and resources
+ to our users.
+
+
+A huge thank you to our current sponsors:
+
+.. container::
+ :name: sponsors-section
+
+ .. grid:: 3
+ :class-row: surface
+ :padding: 0
+ :gutter: 2
+
+ .. grid-item-card::
+ :link: https://github.com/scalar/scalar
+
+ .. image:: //usr/share/doc/python-polyfactory-doc/html/_static/scalar.svg
+ :alt: Scalar.com
+ :class: sponsor
+
+ `Scalar.com <https://github.com/scalar/scalar>`_
+
+ .. grid-item-card::
+ :link: https://telemetrysports.com/
+
+ `Telemetry Sports <https://telemetrysports.com/>`_
+
+ .. grid-item-card::
+ :link: https://www.stok.kr/
+
+ `Stok <https://www.stok.kr/>`_
+
+We invite organizations and individuals to join our sponsorship program.
+By becoming a sponsor on platforms like `Polar <sponsor-polar_>`_, `GitHub <sponsor-github_>`_
+and `Open Collective <sponsor-oc_>`_, you can play a pivotal role in our project's growth.
+
+On top of regular sponsorship, we engage in pledge-based sponsorship opportunities through `Polar <sponsor-polar_>`_,
+where you can pledge an amount towards an issue or feature you would like to see implemented.
+
+
+.. _sponsor-github: https://github.com/sponsors/litestar-org
+.. _sponsor-oc: https://opencollective.com/litestar
+.. _sponsor-polar: https://polar.sh/litestar-org
+
.. toctree::
:titlesonly:
:caption: Documentation
|