root: optimise images
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
@ -26,8 +26,8 @@ For bigger setups, there is a Helm Chart in the `helm/` directory. This is docum
|
||||||
|
|
||||||
Light | Dark
|
Light | Dark
|
||||||
--- | ---
|
--- | ---
|
||||||
![](https://goauthentik.io/img/screen_apps_light.png) | ![](https://goauthentik.io/img/screen_apps_dark.png)
|
![](https://goauthentik.io/img/screen_apps_light.jpg) | ![](https://goauthentik.io/img/screen_apps_dark.jpg)
|
||||||
![](https://goauthentik.io/img/screen_admin_light.png) | ![](https://goauthentik.io/img/screen_admin_dark.png)
|
![](https://goauthentik.io/img/screen_admin_light.jpg) | ![](https://goauthentik.io/img/screen_admin_dark.jpg)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 904 KiB After Width: | Height: | Size: 226 KiB |
|
@ -15,5 +15,5 @@ See [Docker-compose](installation/docker-compose) or [Kubernetes](installation/k
|
||||||
|
|
||||||
Light | Dark
|
Light | Dark
|
||||||
--- | ---
|
--- | ---
|
||||||
![](/img/screen_apps_light.png) | ![](/img/screen_apps_dark.png)
|
![](/img/screen_apps_light.jpg) | ![](/img/screen_apps_dark.jpg)
|
||||||
![](/img/screen_admin_light.png) | ![](/img/screen_admin_dark.png)
|
![](/img/screen_admin_light.jpg) | ![](/img/screen_admin_dark.jpg)
|
||||||
|
|
|
@ -106,8 +106,8 @@ function Home() {
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<BeforeAfterSlider
|
<BeforeAfterSlider
|
||||||
className={styles.featureImage}
|
className={styles.featureImage}
|
||||||
before={useBaseUrl("img/screen_apps_light.png")}
|
before={useBaseUrl("img/screen_apps_light.jpg")}
|
||||||
after={useBaseUrl("img/screen_apps_dark.png")}
|
after={useBaseUrl("img/screen_apps_dark.jpg")}
|
||||||
width={640}
|
width={640}
|
||||||
height={480}
|
height={480}
|
||||||
/>
|
/>
|
||||||
|
@ -145,8 +145,8 @@ function Home() {
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<BeforeAfterSlider
|
<BeforeAfterSlider
|
||||||
className={styles.featureImage}
|
className={styles.featureImage}
|
||||||
before={useBaseUrl("img/screen_admin_light.png")}
|
before={useBaseUrl("img/screen_admin_light.jpg")}
|
||||||
after={useBaseUrl("img/screen_admin_dark.png")}
|
after={useBaseUrl("img/screen_admin_dark.jpg")}
|
||||||
width={640}
|
width={640}
|
||||||
height={480}
|
height={480}
|
||||||
/>
|
/>
|
||||||
|
|
BIN
website/static/img/screen_admin_dark.jpg
Normal file
After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 224 KiB |
BIN
website/static/img/screen_admin_light.jpg
Normal file
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 212 KiB |
BIN
website/static/img/screen_apps_dark.jpg
Normal file
After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 747 KiB |
BIN
website/static/img/screen_apps_light.jpg
Normal file
After Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 747 KiB |