mirror of https://github.com/tiangolo/fastapi.git
🔧 Add sponsor Porter (#10051)
This commit is contained in:
parent
01383a57cb
commit
87398723f9
|
|
@ -8,6 +8,9 @@ gold:
|
||||||
- url: https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge
|
- url: https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge
|
||||||
title: Fern | SDKs and API docs
|
title: Fern | SDKs and API docs
|
||||||
img: https://fastapi.tiangolo.com/img/sponsors/fern.svg
|
img: https://fastapi.tiangolo.com/img/sponsors/fern.svg
|
||||||
|
- url: https://www.porter.run
|
||||||
|
title: Deploy FastAPI on AWS with a few clicks
|
||||||
|
img: https://fastapi.tiangolo.com/img/sponsors/porter.png
|
||||||
silver:
|
silver:
|
||||||
- url: https://www.deta.sh/?ref=fastapi
|
- url: https://www.deta.sh/?ref=fastapi
|
||||||
title: The launchpad for all your (team's) ideas
|
title: The launchpad for all your (team's) ideas
|
||||||
|
|
|
||||||
|
|
@ -17,3 +17,5 @@ logins:
|
||||||
- databento-bot
|
- databento-bot
|
||||||
- nanram22
|
- nanram22
|
||||||
- Flint-company
|
- Flint-company
|
||||||
|
- porter-dev
|
||||||
|
- fern-api
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -40,6 +40,12 @@
|
||||||
<img class="sponsor-image" src="/img/sponsors/fern-banner.svg" />
|
<img class="sponsor-image" src="/img/sponsors/fern-banner.svg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<a title="Deploy FastAPI on AWS with a few clicks" style="display: block; position: relative;" href="https://www.porter.run" target="_blank">
|
||||||
|
<span class="sponsor-badge">sponsor</span>
|
||||||
|
<img class="sponsor-image" src="/img/sponsors/porter-banner.png" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue