Browse Source

🔧 Add new gold sponsor Jina 🎉 (#3291)

pull/3319/head
Sebastián Ramírez 4 years ago
committed by GitHub
parent
commit
60918d25a1
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. 233
      docs/en/docs/img/sponsors/jina-banner.svg
  4. 1981
      docs/en/docs/img/sponsors/jina.svg
  5. 6
      docs/en/overrides/main.html

1
README.md

@ -45,6 +45,7 @@ The key features are:
<!-- sponsors -->
<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://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://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://talkpython.fm/fastapi-sponsor" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>

3
docs/en/data/sponsors.yml

@ -2,6 +2,9 @@ gold:
- url: https://www.deta.sh/?ref=fastapi
title: The launchpad for all your (team's) ideas
img: https://fastapi.tiangolo.com/img/sponsors/deta.svg
- url: https://bit.ly/2QSouzH
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
silver:
- url: https://www.investsuite.com/jobs
title: Wealthtech jobs with FastAPI

233
docs/en/docs/img/sponsors/jina-banner.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 41 KiB

1981
docs/en/docs/img/sponsors/jina.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 215 KiB

6
docs/en/overrides/main.html

@ -27,6 +27,12 @@
<img class="sponsor-image" src="/img/sponsors/fastapi-bundle-banner.png" />
</a>
</div>
<div class="item">
<a title="Jina: build neural search-as-a-service for any kind of data in just minutes." style="display: block; position: relative;" href="https://bit.ly/2QSouzH" target="_blank">
<span class="sponsor-badge">sponsor</span>
<img class="sponsor-image" src="/img/sponsors/jina-banner.svg" />
</a>
</div>
</div>
</div>
{% endblock %}

Loading…
Cancel
Save