lang changes, new pages, data changes
11
public/assets/mentors-images/convert-mentors-images.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
mkdir -p optimised
|
||||
for file in original/*; do
|
||||
echo $file
|
||||
base_name=$(basename $file)
|
||||
if [[ $base_name == *"airiin"* ]] || [[ $base_name == *"lembitu"* ]] ; then
|
||||
gravity=north
|
||||
else
|
||||
gravity=center
|
||||
fi
|
||||
convert ${file} -resize "400x400^>" -gravity $gravity -extent 400x400 optimised/${base_name%}
|
||||
done
|
||||
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 31 KiB |
BIN
public/assets/mentors-images/optimised/erki_lasberg_mentor.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/assets/mentors-images/optimised/jürjo_eibak_mentor.jpg
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
public/assets/mentors-images/optimised/katri_lotamõis_mentor.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
public/assets/mentors-images/optimised/kerdo_käärma_mentor.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 136 KiB |
BIN
public/assets/mentors-images/optimised/reio_opromei_mentor.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
public/assets/mentors-images/optimised/rene_arumetsa_mentor.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 545 KiB |
|
After Width: | Height: | Size: 271 KiB |
BIN
public/assets/mentors-images/original/erki_lasberg_mentor.jpg
Normal file
|
After Width: | Height: | Size: 656 KiB |
BIN
public/assets/mentors-images/original/jürjo_eibak_mentor.jpg
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
public/assets/mentors-images/original/katri_lotamõis_mentor.jpg
Normal file
|
After Width: | Height: | Size: 339 KiB |
BIN
public/assets/mentors-images/original/kerdo_käärma_mentor.jpg
Normal file
|
After Width: | Height: | Size: 343 KiB |
|
After Width: | Height: | Size: 7.0 MiB |
BIN
public/assets/mentors-images/original/reio_opromei_mentor.jpg
Normal file
|
After Width: | Height: | Size: 450 KiB |
BIN
public/assets/mentors-images/original/rene_arumetsa_mentor.jpg
Normal file
|
After Width: | Height: | Size: 141 KiB |