Add pictures to homepage

This commit is contained in:
Edgar P. Burkhart 2022-05-07 18:31:47 +02:00
parent 2b94c09c80
commit 9f352d5a16
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 23 additions and 3 deletions

1
src/static/img/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.jpg

2
src/static/img/convert.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
convert "$1" -geometry 384x384^ "${1%.*}.webp"

BIN
src/static/img/pic1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
src/static/img/pic2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
src/static/img/pic3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB