docs updates

adjust styles
move development starting guide
switch to webp for images
add sponsors page
This commit is contained in:
Ben Phelps 2024-06-17 19:35:42 +03:00
parent 23432300c7
commit a4ee3089bc
6 changed files with 126 additions and 13 deletions

View file

@ -14,9 +14,9 @@ hide:
<div style="max-width: 70%; margin: 0 auto; display: block;">
<img src="assets/banner_light@2x.png" alt="homepage" style="max-width: 100%; max-height: 175px; margin: 0 auto; display: block;" />
<img src="assets/banner_light@2x.webp" alt="homepage" style="max-width: 100%; max-height: 175px; margin: 0 auto; display: block;" />
<img src="assets/homepage_demo_clip.png" alt="homepage" style="max-width: 100%; margin: 0 auto; display: block;" />
<img src="assets/homepage_demo_clip.webp" alt="homepage" style="max-width: 100%; margin: 0 auto; display: block;" />
<p style="margin: 0 0 30px;">A modern, <em>fully static, fast</em>, secure <em>fully proxied</em>, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.</p>
@ -26,4 +26,7 @@ hide:
.md-header__source {
display: none;
}
.md-typeset img, .md-typeset svg, .md-typeset video {
box-shadow: none;
}
</style>