mirror of https://github.com/tiangolo/fastapi.git
parent
1267736d9f
commit
dfe58433c0
|
|
@ -46,8 +46,6 @@ The key features are:
|
||||||
|
|
||||||
<!-- sponsors -->
|
<!-- sponsors -->
|
||||||
|
|
||||||
<a href="https://bit.ly/3dmXC5S" target="_blank" title="The data structure for unstructured multimodal data"><img src="https://fastapi.tiangolo.com/img/sponsors/docarray.svg"></a>
|
|
||||||
<a href="https://bit.ly/3JJ7y5C" target="_blank" title="Build cross-modal and multimodal applications on the cloud"><img src="https://fastapi.tiangolo.com/img/sponsors/jina2.svg"></a>
|
|
||||||
<a href="https://cryptapi.io/" target="_blank" title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway."><img src="https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg"></a>
|
<a href="https://cryptapi.io/" target="_blank" title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway."><img src="https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg"></a>
|
||||||
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
|
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
|
||||||
<a href="https://www.investsuite.com/jobs" target="_blank" title="Wealthtech jobs with FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/investsuite.svg"></a>
|
<a href="https://www.investsuite.com/jobs" target="_blank" title="Wealthtech jobs with FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/investsuite.svg"></a>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,4 @@
|
||||||
gold:
|
gold:
|
||||||
- url: https://bit.ly/3dmXC5S
|
|
||||||
title: The data structure for unstructured multimodal data
|
|
||||||
img: https://fastapi.tiangolo.com/img/sponsors/docarray.svg
|
|
||||||
- url: https://bit.ly/3JJ7y5C
|
|
||||||
title: Build cross-modal and multimodal applications on the cloud
|
|
||||||
img: https://fastapi.tiangolo.com/img/sponsors/jina2.svg
|
|
||||||
- url: https://cryptapi.io/
|
- url: https://cryptapi.io/
|
||||||
title: "CryptAPI: Your easy to use, secure and privacy oriented payment gateway."
|
title: "CryptAPI: Your easy to use, secure and privacy oriented payment gateway."
|
||||||
img: https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg
|
img: https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg
|
||||||
|
|
|
||||||
|
|
@ -22,24 +22,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="announce-right" style="position: relative;">
|
<div id="announce-right" style="position: relative;">
|
||||||
<div class="item">
|
|
||||||
<a title="The data structure for unstructured multimodal data" style="display: block; position: relative;" href="https://bit.ly/3AcNTYL" target="_blank">
|
|
||||||
<span class="sponsor-badge">sponsor</span>
|
|
||||||
<img class="sponsor-image" src="/img/sponsors/docarray-top-banner.svg" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<a title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway." style="display: block; position: relative;" href="https://cryptapi.io/" target="_blank">
|
<a title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway." style="display: block; position: relative;" href="https://cryptapi.io/" target="_blank">
|
||||||
<span class="sponsor-badge">sponsor</span>
|
<span class="sponsor-badge">sponsor</span>
|
||||||
<img class="sponsor-image" src="/img/sponsors/cryptapi-banner.svg" />
|
<img class="sponsor-image" src="/img/sponsors/cryptapi-banner.svg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
|
||||||
<a title="Build cross-modal and multimodal applications on the cloud" style="display: block; position: relative;" href="https://bit.ly/3dphxRq" target="_blank">
|
|
||||||
<span class="sponsor-badge">sponsor</span>
|
|
||||||
<img class="sponsor-image" src="/img/sponsors/jina-top-banner.svg" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue