]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Add Classiq sponsor (#4671)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 10 Mar 2022 02:29:40 +0000 (21:29 -0500)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 02:29:40 +0000 (21:29 -0500)
README.md
docs/en/data/sponsors.yml
docs/en/docs/img/sponsors/classiq-banner.png [new file with mode: 0644]
docs/en/docs/img/sponsors/classiq.png [new file with mode: 0644]
docs/en/overrides/main.html

index bec58aad14f6656ea848f61d2811c79df7d7a9f0..5ed443ad1c0d3a41e2def21900e2a23a30af0e11 100644 (file)
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ The key features are:
 <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.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://striveworks.us/careers?utm_source=fastapi&utm_medium=sponsor_banner&utm_campaign=feb_march#openings" target="_blank" title="https://striveworks.us/careers"><img src="https://fastapi.tiangolo.com/img/sponsors/striveworks.png"></a>
+<a href="https://www.classiq.io/careers" 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.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.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>
index 4d63a728877905114f772692066c898e438c8a37..cc9201fbefbec0ac1ff09f0ad4cea5a55e1632b9 100644 (file)
@@ -11,6 +11,9 @@ gold:
   - url: https://striveworks.us/careers?utm_source=fastapi&utm_medium=sponsor_banner&utm_campaign=feb_march#openings
     title: https://striveworks.us/careers
     img: https://fastapi.tiangolo.com/img/sponsors/striveworks.png
+  - url: https://www.classiq.io/careers
+    title: Join the team building a new SaaS platform that will change the computing world
+    img: https://fastapi.tiangolo.com/img/sponsors/classiq.png
 silver:
   - url: https://www.deta.sh/?ref=fastapi
     title: The launchpad for all your (team's) ideas
diff --git a/docs/en/docs/img/sponsors/classiq-banner.png b/docs/en/docs/img/sponsors/classiq-banner.png
new file mode 100644 (file)
index 0000000..8a0d6ac
Binary files /dev/null and b/docs/en/docs/img/sponsors/classiq-banner.png differ
diff --git a/docs/en/docs/img/sponsors/classiq.png b/docs/en/docs/img/sponsors/classiq.png
new file mode 100644 (file)
index 0000000..189c6bb
Binary files /dev/null and b/docs/en/docs/img/sponsors/classiq.png differ
index 5255bfd9b4121572a7109fa5ea2db8cf83a80fc5..1c09405e55a64a4e35272f8be318bd29281c610f 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/striveworks-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="Join the team building a new SaaS platform that will change the computing world" style="display: block; position: relative;" href="https://www.classiq.io/careers" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/classiq-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}