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
|
||||
--- | ---
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
|
||||
## 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
|
||||
--- | ---
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
|
@ -106,8 +106,8 @@ function Home() {
|
||||
<ClientOnly>
|
||||
<BeforeAfterSlider
|
||||
className={styles.featureImage}
|
||||
before={useBaseUrl("img/screen_apps_light.png")}
|
||||
after={useBaseUrl("img/screen_apps_dark.png")}
|
||||
before={useBaseUrl("img/screen_apps_light.jpg")}
|
||||
after={useBaseUrl("img/screen_apps_dark.jpg")}
|
||||
width={640}
|
||||
height={480}
|
||||
/>
|
||||
@ -145,8 +145,8 @@ function Home() {
|
||||
<ClientOnly>
|
||||
<BeforeAfterSlider
|
||||
className={styles.featureImage}
|
||||
before={useBaseUrl("img/screen_admin_light.png")}
|
||||
after={useBaseUrl("img/screen_admin_dark.png")}
|
||||
before={useBaseUrl("img/screen_admin_light.jpg")}
|
||||
after={useBaseUrl("img/screen_admin_dark.jpg")}
|
||||
width={640}
|
||||
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 |