]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update sponsors, enable Dropbase again, update TalkPython link (#4821)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Apr 2022 15:31:12 +0000 (17:31 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Apr 2022 15:31:12 +0000 (17:31 +0200)
README.md
docs/en/data/sponsors.yml
docs/en/data/sponsors_badge.yml
docs/en/overrides/main.html

index a03a987199380d2084f1f6799b95ee7aeb710c40..3756053e874b2aadba59179a3d2836a54ee5fa2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,9 +50,10 @@ The key features are:
 <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://classiq.link/n4s" target="_blank" title="Join the team building a new SaaS platform that will change the computing world"><img src="https://fastapi.tiangolo.com/img/sponsors/classiq.png"></a>
+<a href="https://www.dropbase.io/careers" target="_blank" title="Dropbase - seamlessly collect, clean, and centralize data."><img src="https://fastapi.tiangolo.com/img/sponsors/dropbase.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://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>
+<a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>
 <a href="https://testdriven.io/courses/tdd-fastapi/" target="_blank" title="Learn to build high-quality web apps with best practices"><img src="https://fastapi.tiangolo.com/img/sponsors/testdriven.svg"></a>
 <a href="https://github.com/deepset-ai/haystack/" target="_blank" title="Build powerful search from composable, open source building blocks"><img src="https://fastapi.tiangolo.com/img/sponsors/haystack-fastapi.svg"></a>
 <a href="https://www.udemy.com/course/fastapi-rest/" target="_blank" title="Learn FastAPI by building a complete project. Extend your knowledge on advanced web development-AWS, Payments, Emails."><img src="https://fastapi.tiangolo.com/img/sponsors/ines-course.jpg"></a>
index 35eff9d87659cf80f9e328fce3923169b5b2fdb0..a216be04d6dc9a6afbae3cce280ccf22e97319fe 100644 (file)
@@ -8,6 +8,9 @@ gold:
   - url: https://classiq.link/n4s
     title: Join the team building a new SaaS platform that will change the computing world
     img: https://fastapi.tiangolo.com/img/sponsors/classiq.png
+  - url: https://www.dropbase.io/careers
+    title: Dropbase - seamlessly collect, clean, and centralize data.
+    img: https://fastapi.tiangolo.com/img/sponsors/dropbase.svg
 silver:
   - url: https://www.deta.sh/?ref=fastapi
     title: The launchpad for all your (team's) ideas
@@ -15,7 +18,7 @@ silver:
   - url: https://www.investsuite.com/jobs
     title: Wealthtech jobs with FastAPI
     img: https://fastapi.tiangolo.com/img/sponsors/investsuite.svg
-  - url: https://talkpython.fm/fastapi-sponsor
+  - url: https://training.talkpython.fm/fastapi-courses
     title: FastAPI video courses on demand from people you trust
     img: https://fastapi.tiangolo.com/img/sponsors/talkpython.png
   - url: https://testdriven.io/courses/tdd-fastapi/
index 67dd16a8bbcff649c5c994e8737a3ebf7031a375..e0288356ab550612b935c2a717b151eb6fa8fa87 100644 (file)
@@ -8,3 +8,4 @@ logins:
   - Striveworks
   - xoflare
   - InesIvanova
+  - DropbaseHQ
index 562bf3079b23c0e8058f8e7fa3020d2061901aa9..cac02ca7c31acbff1f94e86ddbd8249c7360b071 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/classiq-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="Dropbase - seamlessly collect, clean, and centralize data." style="display: block; position: relative;" href="https://www.dropbase.io/careers" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/dropbase-banner.svg" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}