Add pictures to homepage
This commit is contained in:
parent
2b94c09c80
commit
9f352d5a16
7 changed files with 23 additions and 3 deletions
1
src/static/img/.gitignore
vendored
Normal file
1
src/static/img/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.jpg
|
2
src/static/img/convert.sh
Executable file
2
src/static/img/convert.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
convert "$1" -geometry 384x384^ "${1%.*}.webp"
|
BIN
src/static/img/pic1.webp
Normal file
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
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
BIN
src/static/img/pic3.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
Loading…
Add table
Add a link
Reference in a new issue