Browse Source

🔧 Add CryptAPI sponsor (#4264)

pull/4142/merge
Sebastián Ramírez 3 years ago
committed by GitHub
parent
commit
146ff28d9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md
  2. 3
      docs/en/data/sponsors.yml
  3. 1
      docs/en/data/sponsors_badge.yml
  4. 1375
      docs/en/docs/img/sponsors/cryptapi-banner.svg
  5. 1216
      docs/en/docs/img/sponsors/cryptapi.svg
  6. 6
      docs/en/overrides/main.html

1
README.md

@ -48,6 +48,7 @@ The key features are:
<!-- sponsors --> <!-- sponsors -->
<a href="https://bit.ly/2QSouzH" target="_blank" title="Jina: build neural search-as-a-service for any kind of data in just minutes."><img src="https://fastapi.tiangolo.com/img/sponsors/jina.svg"></a> <a href="https://bit.ly/2QSouzH" target="_blank" title="Jina: build neural search-as-a-service for any kind of data in just minutes."><img src="https://fastapi.tiangolo.com/img/sponsors/jina.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>
<a href="https://www.vim.so/?utm_source=FastAPI" target="_blank" title="We help you master vim with interactive exercises"><img src="https://fastapi.tiangolo.com/img/sponsors/vimso.png"></a> <a href="https://www.vim.so/?utm_source=FastAPI" target="_blank" title="We help you master vim with interactive exercises"><img src="https://fastapi.tiangolo.com/img/sponsors/vimso.png"></a>

3
docs/en/data/sponsors.yml

@ -2,6 +2,9 @@ gold:
- url: https://bit.ly/2QSouzH - url: https://bit.ly/2QSouzH
title: "Jina: build neural search-as-a-service for any kind of data in just minutes." title: "Jina: build neural search-as-a-service for any kind of data in just minutes."
img: https://fastapi.tiangolo.com/img/sponsors/jina.svg img: https://fastapi.tiangolo.com/img/sponsors/jina.svg
- url: https://cryptapi.io/
title: "CryptAPI: Your easy to use, secure and privacy oriented payment gateway."
img: https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg
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

1
docs/en/data/sponsors_badge.yml

@ -6,3 +6,4 @@ logins:
- mikeckennedy - mikeckennedy
- koaning - koaning
- deepset-ai - deepset-ai
- cryptapi

1375
docs/en/docs/img/sponsors/cryptapi-banner.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 131 KiB

1216
docs/en/docs/img/sponsors/cryptapi.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 108 KiB

6
docs/en/overrides/main.html

@ -40,6 +40,12 @@
<img class="sponsor-image" src="/img/sponsors/jina-banner.svg" /> <img class="sponsor-image" src="/img/sponsors/jina-banner.svg" />
</a> </a>
</div> </div>
<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">
<span class="sponsor-badge">sponsor</span>
<img class="sponsor-image" src="/img/sponsors/cryptapi-banner.svg" />
</a>
</div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}

Loading…
Cancel
Save