]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Add sponsor Porter (#10051)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 9 Aug 2023 17:04:49 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 17:04:49 +0000 (19:04 +0200)
docs/en/data/sponsors.yml
docs/en/data/sponsors_badge.yml
docs/en/docs/img/sponsors/porter-banner.png [new file with mode: 0755]
docs/en/docs/img/sponsors/porter.png [new file with mode: 0755]
docs/en/overrides/main.html

index 6cfd5b5564ba4775fd781b0e11febf37dd0c106a..6d9119520409f727b3d432203b8bb4e3024129d2 100644 (file)
@@ -8,6 +8,9 @@ gold:
   - url: https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge
     title: Fern | SDKs and API docs
     img: https://fastapi.tiangolo.com/img/sponsors/fern.svg
+  - url: https://www.porter.run
+    title: Deploy FastAPI on AWS with a few clicks
+    img: https://fastapi.tiangolo.com/img/sponsors/porter.png
 silver:
   - url: https://www.deta.sh/?ref=fastapi
     title: The launchpad for all your (team's) ideas
index b3cb06327004bd57be74888b011ac82025c6e3a0..7c3bb2f479aaf7d5e88fc37aa0ee32f469706e95 100644 (file)
@@ -17,3 +17,5 @@ logins:
   - databento-bot
   - nanram22
   - Flint-company
+  - porter-dev
+  - fern-api
diff --git a/docs/en/docs/img/sponsors/porter-banner.png b/docs/en/docs/img/sponsors/porter-banner.png
new file mode 100755 (executable)
index 0000000..fa2e741
Binary files /dev/null and b/docs/en/docs/img/sponsors/porter-banner.png differ
diff --git a/docs/en/docs/img/sponsors/porter.png b/docs/en/docs/img/sponsors/porter.png
new file mode 100755 (executable)
index 0000000..582a151
Binary files /dev/null and b/docs/en/docs/img/sponsors/porter.png differ
index 7e6c0f763417e6d4e5b74cc27ecf3a77c0904bd7..983d7eb3e723c121927751be4a27110a9a508f38 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/fern-banner.svg" />
       </a>
     </div>
+    <div class="item">
+      <a title="Deploy FastAPI on AWS with a few clicks" style="display: block; position: relative;" href="https://www.porter.run" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/porter-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}