diff --git a/src/index.html b/src/index.html index 76e3eca..d953c33 100644 --- a/src/index.html +++ b/src/index.html @@ -38,9 +38,9 @@
- - - + + +

Contact

diff --git a/src/static/css/main.css b/src/static/css/main.css index 90980bf..8a6d097 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -123,8 +123,7 @@ dd { grid-auto-rows: auto; } .img-block > img { - width: 100%; - height: 6rem; + max-width: 100%; object-fit: cover; } .link-block > a { diff --git a/src/static/img/convert.ps1 b/src/static/img/convert.ps1 index 9fffc04..8f10b54 100644 --- a/src/static/img/convert.ps1 +++ b/src/static/img/convert.ps1 @@ -1,7 +1,7 @@ -magick .\pic1.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic1.webp -magick .\pic2.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic2.webp -magick .\pic3.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic3.webp +magick .\pic1.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic1.webp +magick .\pic2.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic2.webp +magick .\pic3.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic3.webp -magick .\pic1.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic1x2.webp -magick .\pic2.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic2x2.webp -magick .\pic3.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic3x2.webp +magick .\pic1.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic1x2.webp +magick .\pic2.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic2x2.webp +magick .\pic3.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic3x2.webp diff --git a/src/static/img/pic1.webp b/src/static/img/pic1.webp index df17065..dd6a8c6 100644 Binary files a/src/static/img/pic1.webp and b/src/static/img/pic1.webp differ diff --git a/src/static/img/pic1x2.webp b/src/static/img/pic1x2.webp index c7bfd9b..b947819 100644 Binary files a/src/static/img/pic1x2.webp and b/src/static/img/pic1x2.webp differ diff --git a/src/static/img/pic2.webp b/src/static/img/pic2.webp index 9f0f6ae..2f2d57e 100644 Binary files a/src/static/img/pic2.webp and b/src/static/img/pic2.webp differ diff --git a/src/static/img/pic2x2.webp b/src/static/img/pic2x2.webp index ae056d7..12f9ac8 100644 Binary files a/src/static/img/pic2x2.webp and b/src/static/img/pic2x2.webp differ diff --git a/src/static/img/pic3.webp b/src/static/img/pic3.webp index aa31df4..1eed3e8 100644 Binary files a/src/static/img/pic3.webp and b/src/static/img/pic3.webp differ diff --git a/src/static/img/pic3x2.webp b/src/static/img/pic3x2.webp index 06dab8e..6041b33 100644 Binary files a/src/static/img/pic3x2.webp and b/src/static/img/pic3x2.webp differ