Sebastián Ramírez
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
13 deletions
-
docs/en/data/sponsors.yml
-
docs/en/docs/fastapi-people.md
|
|
@ -50,9 +50,6 @@ silver: |
|
|
title: Try RapidProxy for free - Residential Proxies with 90M+ Global IPs. Starting from $0.65/GB for web scraping, automation, and data collection. |
|
|
title: Try RapidProxy for free - Residential Proxies with 90M+ Global IPs. Starting from $0.65/GB for web scraping, automation, and data collection. |
|
|
img: https://fastapi.tiangolo.com/img/sponsors/rapidproxy.png |
|
|
img: https://fastapi.tiangolo.com/img/sponsors/rapidproxy.png |
|
|
bronze: |
|
|
bronze: |
|
|
- url: https://www.exoflare.com/open-source/?utm_source=FastAPI&utm_campaign=open_source |
|
|
|
|
|
title: Biosecurity risk assessments made easy. |
|
|
|
|
|
img: https://fastapi.tiangolo.com/img/sponsors/exoflare.png |
|
|
|
|
|
# - url: https://testdriven.io/courses/tdd-fastapi/ |
|
|
# - url: https://testdriven.io/courses/tdd-fastapi/ |
|
|
# title: Learn to build high-quality web apps with best practices |
|
|
# title: Learn to build high-quality web apps with best practices |
|
|
# img: https://fastapi.tiangolo.com/img/sponsors/testdriven.svg |
|
|
# img: https://fastapi.tiangolo.com/img/sponsors/testdriven.svg |
|
|
|
|
|
@ -250,16 +250,6 @@ They are supporting my work with **FastAPI** (and others), mainly through [GitHu |
|
|
<a href="{{ sponsor.url }}" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
|
<a href="{{ sponsor.url }}" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if sponsors.bronze %} |
|
|
|
|
|
|
|
|
|
|
|
### Bronze Sponsors |
|
|
|
|
|
|
|
|
|
|
|
{% for sponsor in sponsors.bronze -%} |
|
|
|
|
|
<a href="{{ sponsor.url }}" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
### Individual Sponsors |
|
|
### Individual Sponsors |
|
|
|