Browse Source

🔧 Update sponsors: remove ExoFlare (#15736)

master
Sebastián Ramírez 1 day ago
committed by GitHub
parent
commit
e4b6a36c4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs/en/data/sponsors.yml
  2. 10
      docs/en/docs/fastapi-people.md

3
docs/en/data/sponsors.yml

@ -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

10
docs/en/docs/fastapi-people.md

@ -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

Loading…
Cancel
Save