diff --git a/docs/index.md b/docs/index.md
index b698ff7..f1b7591 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -8,21 +8,3 @@
 The [@NixOS][NixOS] organization holds all the mission-critical projects such as Nix, Nixpkgs, NixOps, Hydra, etc.
 
 The [@nix-community][nix-community] organization is the community playground. We don't need to be as strict with permissions. The org can host any projects that benefit from a shared ownership. We provide infrastructure and support for those projects as well as visibility.
-
-## Infrastructure and services
-
-To support our activities we have a little bit of infrastructure in place, see [services](./services.md). The configuration is kept in [nix-community/infra](https://github.com/nix-community/infra).
-
-## Sponsors
-
-Thanks to all our sponsors.
-
-<!-- prettier-ignore-start -->
-|[<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="200" alt="Cachix">](https://cachix.org)|
-|:-:|
-|Cachix provides us with 1TB of free cache.|
-
-|[<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="200" alt="Gandi">](https://www.gandi.net/)|
-|:-:|
-|Gandi provides us with a free domain and a virtual private server.|
-<!-- prettier-ignore-end -->
diff --git a/docs/sponsors.md b/docs/sponsors.md
new file mode 100644
index 0000000..f832efb
--- /dev/null
+++ b/docs/sponsors.md
@@ -0,0 +1,11 @@
+Thanks to all our sponsors.
+
+<object type="image/svg+xml" data="https://opencollective.com/nix-community/tiers/backers.svg?avatarHeight=55&width=500"></object>
+
+<object type="image/svg+xml" data="https://opencollective.com/nix-community/tiers/sponsors.svg?avatarHeight=55&width=500"></object>
+
+<!-- prettier-ignore-start -->
+|[<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="200" alt="Cachix">](https://cachix.org)|[<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="200" alt="Gandi">](https://www.gandi.net/)|
+|:-:|:-:|
+|Cachix provides us with 1TB of free cache.|Gandi provides us with a free domain <br /> and a virtual private server.|
+<!-- prettier-ignore-end -->
diff --git a/mkdocs.yml b/mkdocs.yml
index adfdc52..9f3babe 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,6 @@
 nav:
-  - Nix Community: index.md
+  - index.md
+  - sponsors.md
   - Services:
       - services.md
       - community-builder.md