|
1 |
| -.. raw:: html |
2 |
| - |
3 |
| - <a href="https://falconframework.org" target="_blank"> |
4 |
| - <img |
5 |
| - src="https://raw.githubusercontent.com/falconry/falcon/master/logo/banner.jpg" |
6 |
| - alt="Falcon web framework logo" |
7 |
| - style="width:100%" |
8 |
| - > |
9 |
| - </a> |
| 1 | +.. image:: https://raw.githubusercontent.com/falconry/falcon/master/logo/banner.jpg |
| 2 | + :align: center |
| 3 | + :alt: Falcon logo |
| 4 | + :target: https://falconframework.org/ |
| 5 | + :width: 100 % |
10 | 6 |
|
11 | 7 | |Build Status| |Docs| |codecov.io|
|
12 | 8 |
|
@@ -88,31 +84,12 @@ Falcon tries to do as little as possible while remaining highly effective.
|
88 | 84 | A Big Thank You to Our Patrons!
|
89 | 85 | -------------------------------
|
90 | 86 |
|
91 |
| -.. raw:: html |
92 |
| - |
93 |
| - <p> |
94 |
| - <a href="https://www.govcert.lu/" target="_blank"><img src="https://falconframework.org/assets/govcert.png" height="60" alt="CERT Gouvernemental Luxembourg" ></a> |
95 |
| - </p> |
96 |
| - |
97 |
| - <p> |
98 |
| - <a href="https://www.kontrolnaya-rabota.ru/s/" target="_blank"><img src="https://falconframework.org/assets/rabota.jpg" height="30" alt="Examination RU" style="margin-right: 10px"></a> |
99 |
| - |
100 |
| - <a href="https://www.pnk.sh/python-falcon" target="_blank"><img src="https://falconframework.org/assets/paris.svg" height="30" alt="Paris Kejser" style="margin-right: 10px"></a> |
101 |
| - |
102 |
| - <a href="https://www.algolia.com" target="_blank" style="margin-right: 10px"><img src="https://falconframework.org/assets/algolia.svg" height="30" alt="Algolia"></a> |
| 87 | +|Backer:GovCert| |Backer:Sentry| |
103 | 88 |
|
104 |
| - <a href="https://www.salesforce.com" target="_blank"><img src="https://falconframework.org/assets/salesforce.svg" height="30" alt="Salesforce"></a> |
105 |
| - </p> |
106 |
| - |
107 |
| - <p> |
108 |
| - <a href="https://www.misaka.io" target="_blank" style="margin-right: 10px"><img src="https://falconframework.org/assets/misaka.svg" height="30" alt="Misaka Network"></a> |
109 |
| - <a href="https://github.com/LikaloLLC" target="_blank" style="margin-right: 10px"><img src="https://falconframework.org/assets/likalo.png" height="30" alt="Likalo"></a> |
110 |
| - </p> |
111 |
| - |
112 |
| -.. Patron list ends here (see the comment above this section). |
113 |
| -
|
114 |
| -Has Falcon helped you make an awesome app? Show your support today with a one-time donation or by becoming a patron. Supporters get cool gear, an opportunity to promote their brand to Python developers, and |
115 |
| -prioritized support. |
| 89 | +Has Falcon helped you make an awesome app? Show your support today with a |
| 90 | +one-time donation or by becoming a patron. |
| 91 | +Supporters get cool gear, an opportunity to promote their brand to Python |
| 92 | +developers, and prioritized support. |
116 | 93 |
|
117 | 94 | * `Learn how to support Falcon development <https://falconframework.org/#sectionSupportFalconDevelopment>`_
|
118 | 95 |
|
@@ -991,7 +968,8 @@ we invite you to take a look at the issues listed under our
|
991 | 968 | If you see one you'd like to work on, please leave a quick comment so that we don't
|
992 | 969 | end up with duplicated effort. Thanks in advance!
|
993 | 970 |
|
994 |
| -Please note that all contributors and maintainers of this project are subject to our `Code of Conduct <https://github.com/falconry/falcon/blob/master/CODEOFCONDUCT.md>`_. |
| 971 | +Please note that all contributors and maintainers of this project are subject to our |
| 972 | +`Code of Conduct <https://github.com/falconry/falcon/blob/master/CODEOFCONDUCT.md>`_. |
995 | 973 |
|
996 | 974 | Before submitting a pull request, please ensure you have added/updated
|
997 | 975 | the appropriate tests (and that all existing tests still pass with your
|
@@ -1043,9 +1021,17 @@ See the License for the specific language governing permissions and
|
1043 | 1021 | limitations under the License.
|
1044 | 1022 |
|
1045 | 1023 | .. |Docs| image:: https://readthedocs.org/projects/falcon/badge/?version=stable
|
1046 |
| - :target: https://falcon.readthedocs.io/en/stable/?badge=stable |
1047 | 1024 | :alt: Falcon web framework docs
|
| 1025 | + :target: https://falcon.readthedocs.io/en/stable/?badge=stable |
1048 | 1026 | .. |Build Status| image:: https://github.com/falconry/falcon/workflows/Run%20tests/badge.svg
|
1049 |
| - :target: https://github.com/falconry/falcon/actions?query=workflow%3A%22Run+tests%22 |
| 1027 | + :target: https://github.com/falconry/falcon/actions?query=workflow%3A%22Run+tests%22 |
1050 | 1028 | .. |codecov.io| image:: https://codecov.io/gh/falconry/falcon/branch/master/graphs/badge.svg
|
1051 |
| - :target: http://codecov.io/gh/falconry/falcon |
| 1029 | + :target: http://codecov.io/gh/falconry/falcon |
| 1030 | +.. |Backer:GovCert| image:: https://falconframework.org/assets/govcert.png |
| 1031 | + :alt: CERT Gouvernemental Luxembourg |
| 1032 | + :height: 60px |
| 1033 | + :target: https://www.govcert.lu/ |
| 1034 | +.. |Backer:Sentry| image:: https://falconframework.org/assets/sentry-dark.svg |
| 1035 | + :alt: Sentry |
| 1036 | + :height: 60px |
| 1037 | + :target: https://sentry.io |
0 commit comments