docs: open collective, sponsors
- drop open collective banner height, sometimes cuts off image - use grid cards for sponsors - hide navigation on both for more screen space
This commit is contained in:
parent
c396cb1c79
commit
68e63dba62
5 changed files with 34 additions and 10 deletions
|
@ -63,6 +63,7 @@
|
||||||
];
|
];
|
||||||
excludes = [
|
excludes = [
|
||||||
"config.yaml"
|
"config.yaml"
|
||||||
|
"docs/sponsors.md"
|
||||||
"*secrets.yaml"
|
"*secrets.yaml"
|
||||||
"modules/secrets/*.yaml"
|
"modules/secrets/*.yaml"
|
||||||
];
|
];
|
||||||
|
|
Before ![]() (image error) Size: 19 KiB After ![]() (image error) Size: 19 KiB ![]() ![]() |
|
@ -1,8 +1,8 @@
|
||||||
<style>
|
---
|
||||||
div.opencollective-banner > iframe {
|
hide:
|
||||||
height: 700px;
|
- navigation
|
||||||
}
|
---
|
||||||
</style>
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<a href="https://opencollective.com/nix-community">https://opencollective.com/nix-community</a>
|
<a href="https://opencollective.com/nix-community">https://opencollective.com/nix-community</a>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
|
@ -1,7 +1,28 @@
|
||||||
|
---
|
||||||
|
hide:
|
||||||
|
- navigation
|
||||||
|
---
|
||||||
|
|
||||||
Thanks to all our sponsors.
|
Thanks to all our sponsors.
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<div style="text-align:center" class="grid cards" markdown>
|
||||||
|[<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/)|[<img src="../Logo_namespace_filled_lightbg.png" width="200" alt="Namespace">](https://cloud.namespace.so)|
|
|
||||||
|:-:|:-:|:-:|
|
- [<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="250" alt="Cachix">](https://cachix.org)
|
||||||
|Cachix provides us with 1TB of free cache.|Gandi provides us with a free domain and a virtual private server.|Namespace provides us with faster GitHub runners, including ARM64.|
|
|
||||||
<!-- prettier-ignore-end -->
|
---
|
||||||
|
|
||||||
|
Cachix provides us with 1TB of free cache.
|
||||||
|
|
||||||
|
- [<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="250" alt="Gandi">](https://www.gandi.net/)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Gandi provides us with a free domain and a virtual private server.
|
||||||
|
|
||||||
|
- [<img src="../logo_namespace_filled_lightbg.png" width="250" alt="Namespace">](https://cloud.namespace.so)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Namespace provides us with faster GitHub runners, including ARM64.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
|
@ -35,6 +35,8 @@ theme:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- attr_list
|
||||||
|
- md_in_html
|
||||||
- toc:
|
- toc:
|
||||||
toc_depth: 0
|
toc_depth: 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue